Capture creation of cluster into Helm chart
[icn.git] / Vagrantfile
index 5fa65a1..dd97ad3 100644 (file)
@@ -21,7 +21,8 @@ To get started with ICN:
   $ vagrant ssh jump
   vagrant@jump:~$ sudo su
   root@jump:/home/vagrant# cd /icn
-  root@jump:/home/vagrant# make install
+  root@jump:/icn# make jump_server
+  root@jump:/icn# make cluster
 
 ------------------------------------------------------
 MSG
@@ -42,6 +43,7 @@ Vagrant.configure("2") do |config|
   config.vm.define 'jump' do |m|
     # Note the apparent typo in the name below, it is correct as-is
     m.vm.box = 'intergratedcloudnative/ubuntu1804'
+    m.vm.box_version = '1.0.0'
     m.vm.hostname = 'jump'
     m.vm.synced_folder '.', '/icn'
     m.vm.provider :libvirt do |libvirt|