diff options
author | Filip Krzywka <filip.krzywka@nokia.com> | 2018-11-21 08:57:27 +0100 |
---|---|---|
committer | Filip Krzywka <filip.krzywka@nokia.com> | 2018-11-28 08:58:39 +0100 |
commit | 5d8a8dfbea72e0e9d8a600098ff0b1c1126e1c3f (patch) | |
tree | b01dba69f536a77525e4558e6cb05899391cfc62 /plans/dcaegen2-collectors-hv-ves/testsuites/.env | |
parent | c3bf03a32a404f86fdf03287a41a8d1b78822ecf (diff) |
Use dublin latest image
This follows up changes to image tagging made in hv-ves repository
and allows CI pipeline to use latest maintenance images for testing.
Change-Id: I6cb65aa3144831cd36db2f714d90263d2dfddacf
Issue-ID: DCAEGEN2-983
Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
Diffstat (limited to 'plans/dcaegen2-collectors-hv-ves/testsuites/.env')
-rw-r--r-- | plans/dcaegen2-collectors-hv-ves/testsuites/.env | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/plans/dcaegen2-collectors-hv-ves/testsuites/.env b/plans/dcaegen2-collectors-hv-ves/testsuites/.env index 2a8bbe34..a64ba26a 100644 --- a/plans/dcaegen2-collectors-hv-ves/testsuites/.env +++ b/plans/dcaegen2-collectors-hv-ves/testsuites/.env @@ -1,8 +1,12 @@ HV_VES_COLLECTOR_NAMESPACE=onap HV_VES_GROUP_ID=org.onap.dcaegen2.collectors.hv-ves -HV_VES_IMAGE=hv-collector-main:latest -DCAE_APP_SIMULATOR_IMAGE=hv-collector-dcae-app-simulator:latest +HV_VES_IMAGE=hv-collector-main +DCAE_APP_SIMULATOR_IMAGE=hv-collector-dcae-app-simulator + +# IF CHANGING BELOW VALUE, REMEMBER TO UPDATE ALSO XNF-SIMULATOR VERSION +# IN XNF_SIMULATOR_LIBRARY PYTHON FILE. +HV_VES_VERSION=1.1-SNAPSHOT HV_VES_CONFIG_URL=http://consul:8500/v1/kv/veshv-config?raw=true HV_VES_HEALTHCHECK_CMD=curl --request GET --fail --silent --show-error localhost:6060/health/ready && nc -vz localhost 6061 |