diff options
-rw-r--r-- | .gitreview | 5 | ||||
-rw-r--r-- | README.md | 23 | ||||
-rw-r--r-- | vagrant/pxe/single_node_config.yml | 2 |
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 + @@ -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: |