X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=Vagrantfile;h=82b72bc203576c64e6f6df5bed49419a4b93c0f1;hb=3b1756fab2eb96cfa9a15bf11060ca6e84ec9b6f;hp=dd97ad39a86a5a85fc1ca2da88fdb4872b830d33;hpb=96ecd8d02563a2c72ba0fd9ab4599695821ff888;p=icn.git diff --git a/Vagrantfile b/Vagrantfile index dd97ad3..82b72bc 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -22,7 +22,7 @@ To get started with ICN: vagrant@jump:~$ sudo su root@jump:/home/vagrant# cd /icn root@jump:/icn# make jump_server - root@jump:/icn# make cluster + root@jump:/icn# make vm_cluster ------------------------------------------------------ MSG @@ -147,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