diff options
author | Victor Morales <victor.morales@intel.com> | 2017-08-08 15:51:52 -0500 |
---|---|---|
committer | Victor Morales <victor.morales@intel.com> | 2017-08-08 15:54:14 -0500 |
commit | 2909e2e278b37a752c4f3501276166d6f2c18785 (patch) | |
tree | 4620a6d6dc7963f2c6a53cb30911c53be519212c /bootstrap/vagrant-onap/Vagrantfile | |
parent | ece790c24e7b22b2adc53cae9d1fa168f00ba97a (diff) |
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 <victor.morales@intel.com>
Diffstat (limited to 'bootstrap/vagrant-onap/Vagrantfile')
-rw-r--r-- | bootstrap/vagrant-onap/Vagrantfile | 3 |
1 files changed, 2 insertions, 1 deletions
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" |