diff options
author | Shashank Kumar Shankar <shashank.kumar.shankar@intel.com> | 2017-10-20 16:06:08 -0700 |
---|---|---|
committer | Shashank Kumar Shankar <shashank.kumar.shankar@intel.com> | 2017-10-20 16:06:08 -0700 |
commit | d52d0af3d1d76a5dfb7c6cadad47d95819aabb21 (patch) | |
tree | d5a334fc1d13e5c7c85b85decf22b14672e0ceff /bootstrap/vagrant-onap/lib/sdnc | |
parent | 72d3adfedf2ba6988ec17f0539765734f623a69c (diff) |
Add VNFSDK install scripts in Vagrant ONAP
This patch adds the VNFSDK installation scripts and other
minor fixed in the Vagrant ONAP project.
Issue-Id: INT-290
Change-Id: I6402a1ffad4e373eb701945beabd5e95f091ff5b
Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>
Diffstat (limited to 'bootstrap/vagrant-onap/lib/sdnc')
-rwxr-xr-x | bootstrap/vagrant-onap/lib/sdnc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/vagrant-onap/lib/sdnc b/bootstrap/vagrant-onap/lib/sdnc index 22066fdd4..f93a6682d 100755 --- a/bootstrap/vagrant-onap/lib/sdnc +++ b/bootstrap/vagrant-onap/lib/sdnc @@ -64,7 +64,6 @@ function install_sdnc { # init_sdnc() - Function that initialize SDNC services function init_sdnc { - start_ODL if [[ "$clone_repo" == "True" ]]; then clone_all_sdnc_repos if [[ "$compile_repo" == "True" ]]; then @@ -75,6 +74,7 @@ function init_sdnc { if [[ "$skip_get_images" == "False" ]]; then get_sdnc_images if [[ "$skip_install" == "False" ]]; then + start_ODL install_sdnc fi fi |