summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstark, steven <ss820f@att.com>2018-05-31 16:57:22 -0700
committerstark, steven <ss820f@att.com>2018-05-31 16:57:22 -0700
commit413b989e402c8964f51bf9a3ed3bb41f85c9e708 (patch)
treec98152e8caa3be8718debaed70ba08ee05b6e701
parentac92e70a58930539dd112c433f55431816fe42c2 (diff)
[VVP] VVP DevKit elignment for onap2.0.0-ONAPbeijing2.0.0-ONAP
Change-Id: I3fdec5ddbab3a73d37bed995d48e33220fa1e547 Issue-ID: VVP-60 Signed-off-by: stark, steven <ss820f@att.com>
-rw-r--r--.gitreview5
-rw-r--r--README.md23
-rw-r--r--vagrant/pxe/single_node_config.yml2
3 files changed, 28 insertions, 2 deletions
diff --git a/.gitreview b/.gitreview
new file mode 100644
index 0000000..660e8da
--- /dev/null
+++ b/.gitreview
@@ -0,0 +1,5 @@
+[gerrit]
+host=gerrit.onap.org
+port=29418
+project=vvp/devkit.git
+
diff --git a/README.md b/README.md
index 9a9f755..2980fea 100644
--- a/README.md
+++ b/README.md
@@ -7,9 +7,30 @@ $ . ./setenv
$ vagrant up
+Login to the coreos box quickly after provisioning has finished,
+wait for the VM to reboot automatically for the first time.
+
+After the reboot, perform the following manual steps
+Create the file:
+/etc/systemd/network/static.network
+
+with contents:
+[Match]
+Name=eth1
+
+[Network]
+Address=10.252.0.12
+
+Add the following line to the bottom of /etc/hosts
+10.252.0.12 coreos-01.development.vvp.example.com
+
Wait till all pods will be at running status (This might take few minutes)
$ watch -n5 "kubectl get po -n kube-system"
$ bin/vvp-deploy
-``` \ No newline at end of file
+After the above deploy, it can take around 30 minutes for everything to finish.
+
+To access the ICE dashboard, got to https://10.220.220.12/#/
+
+```
diff --git a/vagrant/pxe/single_node_config.yml b/vagrant/pxe/single_node_config.yml
index f48e22f..315d892 100644
--- a/vagrant/pxe/single_node_config.yml
+++ b/vagrant/pxe/single_node_config.yml
@@ -68,7 +68,7 @@ boxen:
ips: ["10.252.0.12", "10.220.220.12"]
groups: ["coreos", "container-hosts", "fleetctl-host"]
vagrant_ssh_port: 2512
- nic_type: "virtio"
+ nic_type: 82540EM
hosts: