From d3cbcf2b5498cf7facd474ba30a45bb5498fe5d1 Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Wed, 25 Oct 2017 16:01:58 -0700 Subject: Add VVP support in Vagrant ONAP This commit provides a capability to provision a VVP development environment. Change-Id: Ic8623095194ce13420c8dc71da1dd1d84ef010fc Signed-off-by: Victor Morales Issue-Id: INT-303 --- bootstrap/vagrant-onap/Vagrantfile | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'bootstrap/vagrant-onap/Vagrantfile') 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' -- cgit 1.2.3-korg