From: Lasse Kaihlavirta Date: Wed, 28 Oct 2020 17:52:51 +0000 (+0200) Subject: Update tested multicloud image versions X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=62a1597ba9720d71fde48a62ce2b98757c0e658e;hp=f02c14dcebf64ace76a35002c371044cd327ef34;p=integration%2Fcsit.git Update tested multicloud image versions - Update the versions of framework and vio images to be tested by CSIT to the latest versions in master Issue-ID: MULTICLOUD-1229 Signed-off-by: Lasse Kaihlavirta Change-Id: I4b0b5a19388299b7cada4ddcfe66cfd9afe8a8ab --- diff --git a/plans/multicloud/functionality1/setup.sh b/plans/multicloud/functionality1/setup.sh index ea8cbbed..e98e5168 100755 --- a/plans/multicloud/functionality1/setup.sh +++ b/plans/multicloud/functionality1/setup.sh @@ -19,10 +19,11 @@ source ${SCRIPTS}/common_functions.sh -MULTICLOUD_DOCKER_VERSION=1.4.1 +MULTICLOUD_FRAMEWORK_DOCKER_VERSION=1.6.0 +MULTICLOUD_VIO_DOCKER_VERSION=1.4.2 # start multivim-broker -docker run -d --name multivim-vio nexus3.onap.org:10001/onap/multicloud/vio:$MULTICLOUD_DOCKER_VERSION -docker run -d --name multivim-broker --link multivim-vio -e MSB_ADDR=multivim-vio -e MSB_PORT=9004 nexus3.onap.org:10001/onap/multicloud/framework:$MULTICLOUD_DOCKER_VERSION +docker run -d --name multivim-vio nexus3.onap.org:10001/onap/multicloud/vio:$MULTICLOUD_VIO_DOCKER_VERSION +docker run -d --name multivim-broker --link multivim-vio -e MSB_ADDR=multivim-vio -e MSB_PORT=9004 nexus3.onap.org:10001/onap/multicloud/framework:$MULTICLOUD_FRAMEWORK_DOCKER_VERSION BROKER_IP=`get-instance-ip.sh multivim-broker` for i in {1..50}; do