diff options
author | 2017-10-27 17:17:25 +0000 | |
---|---|---|
committer | 2017-10-27 17:17:25 +0000 | |
commit | 16daccf687482656ff4e71b6e09c08664d24eb68 (patch) | |
tree | f863674f576bfaa2deecee436ef01d5209fe94f0 /bootstrap/vagrant-onap/Vagrantfile | |
parent | 312e7f3db1dd2664a4320e9be087965c00bfe44e (diff) | |
parent | d3cbcf2b5498cf7facd474ba30a45bb5498fe5d1 (diff) |
Merge "Add VVP support in Vagrant ONAP"
Diffstat (limited to 'bootstrap/vagrant-onap/Vagrantfile')
-rw-r--r-- | bootstrap/vagrant-onap/Vagrantfile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bootstrap/vagrant-onap/Vagrantfile b/bootstrap/vagrant-onap/Vagrantfile index dc8b34768..d70cf8f8a 100644 --- a/bootstrap/vagrant-onap/Vagrantfile +++ b/bootstrap/vagrant-onap/Vagrantfile @@ -211,6 +211,16 @@ nodes = [ :groups => ["individual"], :args => ['vid'], }, + { + :name => "vvp", + :ips => ['10.252.0.17', "192.168.50.17"], + :macs => [], + :cpus => 2, + :cpu => "50", + :ram => 4 * 1024, + :groups => ["individual"], + :args => ['vvp'], + }, ] run_path = 'vagrant_utils/postinstall.sh' |