From c3bf03a32a404f86fdf03287a41a8d1b78822ecf Mon Sep 17 00:00:00 2001 From: Filip Krzywka Date: Mon, 1 Oct 2018 07:48:40 +0200 Subject: Use raw configuration endpoint - extracted variables shared in both collectors (encrypted/unencrypted) to .env file - change consul url to contain `?raw=true` parameter which allows to avoid decoding configuration Change-Id: Ib10cd8d0cb729a1231fa8a034698c824336b1b68 Issue-ID: DCAEGEN2-827 Signed-off-by: Filip Krzywka --- plans/dcaegen2-collectors-hv-ves/testsuites/.env | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 plans/dcaegen2-collectors-hv-ves/testsuites/.env (limited to 'plans/dcaegen2-collectors-hv-ves/testsuites/.env') diff --git a/plans/dcaegen2-collectors-hv-ves/testsuites/.env b/plans/dcaegen2-collectors-hv-ves/testsuites/.env new file mode 100644 index 00000000..2a8bbe34 --- /dev/null +++ b/plans/dcaegen2-collectors-hv-ves/testsuites/.env @@ -0,0 +1,9 @@ + +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_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 +HV_VES_MAIN_CLASS=org.onap.dcae.collectors.veshv.main.MainKt \ No newline at end of file -- cgit 1.2.3-korg