diff options
Diffstat (limited to 'bootstrap/vagrant-onap/Vagrantfile')
-rw-r--r-- | bootstrap/vagrant-onap/Vagrantfile | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/bootstrap/vagrant-onap/Vagrantfile b/bootstrap/vagrant-onap/Vagrantfile index ef304a21e..68c6363bd 100644 --- a/bootstrap/vagrant-onap/Vagrantfile +++ b/bootstrap/vagrant-onap/Vagrantfile @@ -58,7 +58,7 @@ nodes = [ :ram => 12 * 1024, :groups => ["all-in-one"], :flavor => 'm1.xlarge', - :args => ['mr', 'sdc', 'aai', 'mso', 'robot', 'vid', 'sdnc', 'portal', 'dcae', 'policy', 'appc', 'vfc', 'ccsdk'], + :args => ['mr', 'sdc', 'aai', 'mso', 'robot', 'vid', 'sdnc', 'portal', 'dcae', 'policy', 'appc', 'vfc', 'ccsdk', 'multicloud', 'vnfsdk', 'vpp', 'msb'], }, { :name => "appc", @@ -72,7 +72,7 @@ nodes = [ }, { :name => "ccsdk", - :ips => ['10.252.0.14', "192.168.50.17"], + :ips => ['10.252.0.19', "192.168.50.19"], :macs => [], :cpus => 2, :cpu => "50", @@ -113,7 +113,7 @@ nodes = [ }, { :name => "mso", - :ips => ['10.252.0.7', "192.168.50.7"], + :ips => ['10.252.0.20', "192.168.50.20"], :macs => [], :cpus => 2, :cpu => "50", @@ -122,6 +122,16 @@ nodes = [ :args => ["mso"], }, { + :name => "msb", + :ips => ['10.252.0.7', "192.168.50.7"], + :macs => [], + :cpus => 2, + :cpu => "50", + :ram => 4 * 1024, + :groups => ["individual"], + :args => ["msb"], + }, + { :name => "multicloud", :ips => ['10.252.0.16', "192.168.50.16"], :macs => [], |