summaryrefslogtreecommitdiffstats
path: root/bootstrap/vagrant-onap/lib
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2017-09-14 19:25:01 +0000
committerGerrit Code Review <gerrit@onap.org>2017-09-14 19:25:01 +0000
commita96b4bf5b917166b78e72ad504e718e905313d84 (patch)
tree6c8d047d64576fc5cca9a56cabcf6f41d2749fec /bootstrap/vagrant-onap/lib
parent47956cd83f00ff0161fd16e3fb2bd42e223321c4 (diff)
parent664e6e99071673d38df0d5da95b518cd143cbd32 (diff)
Merge "Rename SDNC Docker Images"
Diffstat (limited to 'bootstrap/vagrant-onap/lib')
-rwxr-xr-xbootstrap/vagrant-onap/lib/sdnc2
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