diff options
author | Victor Morales <victor.morales@intel.com> | 2017-09-14 12:11:23 -0700 |
---|---|---|
committer | Victor Morales <victor.morales@intel.com> | 2017-09-14 12:11:23 -0700 |
commit | 664e6e99071673d38df0d5da95b518cd143cbd32 (patch) | |
tree | 21e22b6737b97ae3774dab59a0ba5943c9a4d2df /bootstrap/vagrant-onap/lib | |
parent | 900c4e7df26912eb0db52156994b51212db056d6 (diff) |
Rename SDNC Docker Images
The SDNC docker images where renamed to use ONAP repository. This
change fixes that.
Change-Id: I74371c9a796aa5ade68d3799b2366f60e6a10e07
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-Id: SDNC-50
Diffstat (limited to 'bootstrap/vagrant-onap/lib')
-rwxr-xr-x | bootstrap/vagrant-onap/lib/sdnc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bootstrap/vagrant-onap/lib/sdnc b/bootstrap/vagrant-onap/lib/sdnc index c7c2745d8..770f6be9f 100755 --- a/bootstrap/vagrant-onap/lib/sdnc +++ b/bootstrap/vagrant-onap/lib/sdnc @@ -3,6 +3,7 @@ set -o xtrace source /var/onap/functions +source /var/onap/ccsdk sdnc_src_folder=$git_src_folder/openecomp/sdnc sdnc_repos=("core" "adaptors" "northbound" "plugins" "oam") @@ -28,6 +29,7 @@ function compile_all_sdnc_repos { function _build_sdnc_images { local folder=$sdnc_src_folder/oam + get_ccsdk_images install_package unzip clone_repo sdnc/oam $folder # The OAM code depends on all the SDNC repos which should be downloaded and compiled first |