From 8b93a4ef7bea249e2cf534c1e790100baaf39c40 Mon Sep 17 00:00:00 2001 From: Taka Cho Date: Sun, 3 Mar 2019 19:57:31 -0500 Subject: move to the latest version for R4 CDT's port changed to 18080 ODL upgraded to fluorine Change-Id: I501b42768c16984a472d503ef780a25cf306aa6c Issue-ID: APPC-1519 Signed-off-by: Taka Cho --- plans/appc/healthcheck/setup.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plans/appc') diff --git a/plans/appc/healthcheck/setup.sh b/plans/appc/healthcheck/setup.sh index 5e34afba..04d5c5e3 100755 --- a/plans/appc/healthcheck/setup.sh +++ b/plans/appc/healthcheck/setup.sh @@ -20,9 +20,9 @@ SCRIPTS="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" source ${WORKSPACE}/scripts/appc/script1.sh -export APPC_DOCKER_IMAGE_VERSION=1.4.0-SNAPSHOT-latest -export DGBUILDER_DOCKER_IMAGE_VERSION=0.3.0 -export ANSIBLE_DOCKER_IMAGE_VERSION=0.3.0 +export APPC_DOCKER_IMAGE_VERSION=1.5.0-SNAPSHOT-latest +export DGBUILDER_DOCKER_IMAGE_VERSION=0.3.3 +export ANSIBLE_DOCKER_IMAGE_VERSION=0.4.1-STAGING-latest export BRANCH=master export SOLUTION_NAME=onap -- cgit 1.2.3-korg