You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: install-guide/demo-vagrant-windows.md
+15-7Lines changed: 15 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,13 @@
11
11
12
12
## Networking
13
13
14
-
The Vagrant networking will not work on Windows to allow access to the Nephio Web UI and Gitea Web UI due the [Hyper-V limitation](https://developer.hashicorp.com/vagrant/docs/providers/hyperv/limitations#limited-networking).
15
-
Meanwhile, for [VirtualBox](https://developer.hashicorp.com/vagrant/docs/providers/virtualbox/networking#virtualbox-nic-type) (used here), we can create an internal network by adding the following line to the Vagrant.configure:
14
+
The Vagrant networking will not work on Windows to allow access to the Nephio
Copy file name to clipboardExpand all lines: install-guide/explore-sandbox.md
+29-9Lines changed: 29 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,10 @@
1
1
Exploring the Nephio Sandbox
2
2
============================
3
3
4
-
You have installed the Nephio sandbox on your VM
5
-
[using the installation instructions](https://github.com/nephio-project/test-infra/blob/main/e2e/provision/README.md). The installation has done a good job of installing a complex software stack without any fuss. Let's take a look around.
4
+
You have installed the Nephio sandbox on your VM [using the installation
The installation has done a good job of installing a complex software stack
7
+
without any fuss. Let's take a look around.
6
8
7
9

8
10
@@ -19,15 +21,28 @@ The following components are installed on the VM itself. These components are in
19
21
| cni | Used to implement the k8s network model for the KinD clusters |
20
22
| gtp5g | A Linux module that supports the 3GPP GPRS tunneling protocol (required by free5gc NFs) |
21
23
22
-
The Ansible install scripts use kind to create the Management cluster. Once the Management KinD cluster is created, the install uses kpt packages to install the remainder of the software.
24
+
The Ansible install scripts use kind to create the Management cluster. Once the
25
+
Management KinD cluster is created, the install uses kpt packages to install the
26
+
remainder of the software.
23
27
24
28
# Components Installed on the Management KinD cluster
25
29
26
-
Everything is installed on the Management KinD cluster by Ansible scripts using kpt packages.
30
+
Everything is installed on the Management KinD cluster by Ansible scripts using
31
+
kpt packages.
27
32
28
-
The install unpacks each kpt package in the */tmp* directory. It then applies the kpt functions to the packages and applies the packages to the Management KinD cluster. This allows the user to check the status of the kpt packages in the cluster using the *kpt live status* command on the unpacked packages in the */tmp* directory.
33
+
The install unpacks each kpt package in the */tmp* directory. It then applies
34
+
the kpt functions to the packages and applies the packages to the Management
35
+
KinD cluster. This allows the user to check the status of the kpt packages in
36
+
the cluster using the *kpt live status* command on the unpacked packages in the
37
+
*/tmp* directory.
29
38
30
-
The rendered kpt packages containing components are unpacked in the */tmp/kpt-pkg* directory. The rendered kpt packages that create the *mgmt* and *mgmt-staging* repositories are unpacked in the */tmp/repository* directory. The rendered kpt package containing the rootsync configuration for the *mgmt* repository is unpacked in the */tmp/rootsync* directory. You can examine the contents of any rendered kpt packager by examining the contents of these directories.
39
+
The rendered kpt packages containing components are unpacked in the
40
+
*/tmp/kpt-pkg* directory. The rendered kpt packages that create the *mgmt* and
41
+
*mgmt-staging* repositories are unpacked in the */tmp/repository* directory. The
42
+
rendered kpt package containing the rootsync configuration for the *mgmt*
43
+
repository is unpacked in the */tmp/rootsync* directory. You can examine the
44
+
contents of any rendered kpt packager by examining the contents of these
45
+
directories.
31
46
32
47
```
33
48
/tmp/kpt-pkg/ /tmp/repository /tmp/rootsync/
@@ -90,7 +105,10 @@ inventory-38069595/namespace//nephio-system is Current: Resource is current
90
105
91
106
## Base Components
92
107
93
-
The following base components are installed on the Management cluster. Base components are the infrastructure components that are needed for the Nephio sandbox, which Nephio uses out of the box. In real world installations, alternative components that provide the same functionality may be used.
108
+
The following base components are installed on the Management cluster. Base
109
+
components are the infrastructure components that are needed for the Nephio
110
+
sandbox, which Nephio uses out of the box. In real world installations,
111
+
alternative components that provide the same functionality may be used.
0 commit comments