aboutsummaryrefslogtreecommitdiffstats
path: root/plans/sdnc/healthcheck/setup.sh
diff options
context:
space:
mode:
authorDarraghEgan <darragh.egan@est.tech>2019-05-29 11:35:39 +0000
committerRahul Tyagi <rahul.tyagi@ericsson.com>2019-05-31 16:00:35 +0000
commitbea1e3408d880d56cc560a5ae9c584b660a84f38 (patch)
tree261ae654d917689b3129bf491d875db01fcc71cf /plans/sdnc/healthcheck/setup.sh
parentc97101347defc8126614b27c60646325e0f9d674 (diff)
INT-1085: Upgrade SDNC image and certs in CSIT
The SDNC image used for testing in CSIT is an older image version so this needs to be updated to a newer version which is 1.5.2 Also the certs are outdated as server.crt is no longer a mandatory file. Issue-ID: INT-1085 Change-Id: I081a8e79864619d750dbc838750b112a9bbadf53 Signed-off-by: DarraghEgan <darragh.egan@est.tech>
Diffstat (limited to 'plans/sdnc/healthcheck/setup.sh')
-rwxr-xr-xplans/sdnc/healthcheck/setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/plans/sdnc/healthcheck/setup.sh b/plans/sdnc/healthcheck/setup.sh
index 7a66351f..83a9dce9 100755
--- a/plans/sdnc/healthcheck/setup.sh
+++ b/plans/sdnc/healthcheck/setup.sh
@@ -24,7 +24,7 @@ export NEXUS_USERNAME=docker
export NEXUS_PASSWD=docker
export NEXUS_DOCKER_REPO=nexus3.onap.org:10001
export DMAAP_TOPIC=AUTO
-export DOCKER_IMAGE_VERSION=1.5-STAGING-latest
+export DOCKER_IMAGE_VERSION=1.5.2
export CCSDK_DOCKER_IMAGE_VERSION=0.4-STAGING-latest
export MTU=$(/sbin/ifconfig | grep MTU | sed 's/.*MTU://' | sed 's/ .*//' | sort -n | head -1)