X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=Vagrantfile;h=82b72bc203576c64e6f6df5bed49419a4b93c0f1;hb=3b1756fab2eb96cfa9a15bf11060ca6e84ec9b6f;hp=aa6d2d12b4ac996971a867731fe43bb593c9773c;hpb=d637d7a8c792223a0645bd36f474d46136369249;p=icn.git diff --git a/Vagrantfile b/Vagrantfile index aa6d2d1..82b72bc 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -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 vm_cluster ------------------------------------------------------ MSG @@ -146,6 +147,10 @@ Vagrant.configure("2") do |config| trigger.run = {inline: "./tools/vagrant/create_provisioning_cr.sh #{vars[:num_machines]} #{vars[:site]} machine-"} end end + m.trigger.after [:up] do |trigger| + trigger.name = 'Creating machine resource' + trigger.run = {inline: "./tools/vagrant/create_machine_resource.sh #{i} #{vars[:site]} machine-#{i}"} + end end end end