From 2909e2e278b37a752c4f3501276166d6f2c18785 Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Tue, 8 Aug 2017 15:51:52 -0500 Subject: Add oparent option It was implement the option to use the maven settings configuration file from OParent project Change-Id: Ic7f6c618c2ac707e882ea371985f5d6f77c3605b Signed-off-by: Victor Morales --- bootstrap/vagrant-onap/Vagrantfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bootstrap/vagrant-onap/Vagrantfile') diff --git a/bootstrap/vagrant-onap/Vagrantfile b/bootstrap/vagrant-onap/Vagrantfile index bdf1d611c..0e8e1da1c 100644 --- a/bootstrap/vagrant-onap/Vagrantfile +++ b/bootstrap/vagrant-onap/Vagrantfile @@ -26,7 +26,8 @@ conf = { 'gitlab_branch' => 'master', 'build_image' => 'True', 'odl_version' => '0.5.3-Boron-SR3', - 'compile_repo' => 'False' + 'compile_repo' => 'False', + 'enable_oparent' => 'True' } Vagrant.require_version ">= 1.8.6" -- cgit 1.2.3-korg