diff options
author | kjaniak <kornel.janiak@nokia.com> | 2019-09-12 13:24:17 +0200 |
---|---|---|
committer | kjaniak <kornel.janiak@nokia.com> | 2019-09-12 15:47:53 +0200 |
commit | 4fea8d1cc585ebeffcfdf693d8f8f9dffda7642c (patch) | |
tree | 6ec57d31b30fadd70353cfaa93312ae5cfb14ad6 /plans/dcaegen2-collectors-hv-ves | |
parent | 31c7509eb8a6ea5498e78b0c326f60733c0a9791 (diff) |
Switch hv-ves version from 1.2-SNAPSHOT to latest
Besides latest version for HV-VES also Configbind version is top up
Issue-ID: DCAEGEN2-1751
Change-Id: I39131ffe191315c9215858d646ae329fc9166ce8
Signed-off-by: kjaniak <kornel.janiak@nokia.com>
Diffstat (limited to 'plans/dcaegen2-collectors-hv-ves')
-rw-r--r-- | plans/dcaegen2-collectors-hv-ves/testsuites/docker-compose.yml | 2 | ||||
-rwxr-xr-x | plans/dcaegen2-collectors-hv-ves/testsuites/env.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plans/dcaegen2-collectors-hv-ves/testsuites/docker-compose.yml b/plans/dcaegen2-collectors-hv-ves/testsuites/docker-compose.yml index eb61db97..4b184d38 100644 --- a/plans/dcaegen2-collectors-hv-ves/testsuites/docker-compose.yml +++ b/plans/dcaegen2-collectors-hv-ves/testsuites/docker-compose.yml @@ -84,7 +84,7 @@ services: - hv-ves-default config-binding-service: - image: nexus3.onap.org:10001/onap/org.onap.dcaegen2.platform.configbinding.app-app:2.2.4 + image: nexus3.onap.org:10001/onap/org.onap.dcaegen2.platform.configbinding:2.5.2 ports: - "10000:10000" environment: diff --git a/plans/dcaegen2-collectors-hv-ves/testsuites/env.sh b/plans/dcaegen2-collectors-hv-ves/testsuites/env.sh index 08bbb61e..940c757f 100755 --- a/plans/dcaegen2-collectors-hv-ves/testsuites/env.sh +++ b/plans/dcaegen2-collectors-hv-ves/testsuites/env.sh @@ -39,7 +39,7 @@ export HV_VES_GROUP_ID="org.onap.dcaegen2.collectors.hv-ves" export HV_VES_HOSTNAME="dcae-hv-ves-collector" export HV_VES_COLLECTOR_NAMESPACE="onap" export HV_VES_HEALTHCHECK_CMD="curl --request GET --fail --silent --show-error localhost:6060/health/ready && nc -vz localhost 6061" -export HV_VES_VERSION="1.2-SNAPSHOT" +export HV_VES_VERSION="latest" export HV_VES_IMAGE="hv-collector-main" export DCAE_APP_SIMULATOR_IMAGE="hv-collector-dcae-app-simulator" export XNF_SIMULATOR_IMAGE="hv-ves-collector-xnf-simulator" |