diff options
Diffstat (limited to 'bootstrap/vagrant-onap/lib/sdnc')
-rwxr-xr-x | bootstrap/vagrant-onap/lib/sdnc | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/bootstrap/vagrant-onap/lib/sdnc b/bootstrap/vagrant-onap/lib/sdnc index 9a3f9b032..c7c2745d8 100755 --- a/bootstrap/vagrant-onap/lib/sdnc +++ b/bootstrap/vagrant-onap/lib/sdnc @@ -63,9 +63,11 @@ function install_sdnc { # init_sdnc() - Function that initialize SDNC services function init_sdnc { start_ODL - clone_all_sdnc_repos - if [[ "$compile_repo" == "True" ]]; then - compile_all_sdnc_repos + if [[ "$clone_repo" == "True" ]]; then + clone_all_sdnc_repos + if [[ "$compile_repo" == "True" ]]; then + compile_all_sdnc_repos + fi fi get_sdnc_images install_sdnc |