diff options
author | Taka Cho <takamune.cho@att.com> | 2019-03-03 19:57:31 -0500 |
---|---|---|
committer | Taka Cho <takamune.cho@att.com> | 2019-03-03 19:59:01 -0500 |
commit | 8b93a4ef7bea249e2cf534c1e790100baaf39c40 (patch) | |
tree | 4cbe30613924434a275cf8c5c53b37be1e929c61 /plans/appc/healthcheck | |
parent | 553875f6ce0111b76fe401d952325d6ec5a097bf (diff) |
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 <takamune.cho@att.com>
Diffstat (limited to 'plans/appc/healthcheck')
-rwxr-xr-x | plans/appc/healthcheck/setup.sh | 6 |
1 files changed, 3 insertions, 3 deletions
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 |