From c993457d9b2a580db9dde2d112ab754a8aaa6c7f Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Sat, 12 May 2018 05:27:56 -0400 Subject: Pull images from csv file It has been included another method for retrieving OOM images. This function uses a cvs file to get the information to previously loads the Docker registry for Helm Charts deployment. Change-Id: I2e6d154cd7911d65b44592f9cf512180bb05bef6 Signed-off-by: Victor Morales Issue-ID: INT-478 --- lib/dcae | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/dcae') diff --git a/lib/dcae b/lib/dcae index 25efddd..93b2ac8 100755 --- a/lib/dcae +++ b/lib/dcae @@ -51,8 +51,8 @@ function get_dcae_images { if [[ "$build_image" == "True" ]]; then _build_dcae_images else - pull_openecomp_image dcae-dmaapbc openecomp/dcae-dmaapbc - pull_openecomp_image dcae-controller + pull_openecomp_image dcae-dmaapbc ${docker_version:-latest} openecomp/dcae-dmaapbc + pull_openecomp_image dcae-controller ${docker_version:-latest} fi } -- cgit