aboutsummaryrefslogtreecommitdiffstats
path: root/plans/dcaegen2-collectors-hv-ves/testsuites/.env
diff options
context:
space:
mode:
authorFilip Krzywka <filip.krzywka@nokia.com>2018-10-01 07:48:40 +0200
committerFilip Krzywka <filip.krzywka@nokia.com>2018-11-22 12:59:43 +0100
commitc3bf03a32a404f86fdf03287a41a8d1b78822ecf (patch)
tree16730f3394f360ce403c74ab1f564b56e10f723b /plans/dcaegen2-collectors-hv-ves/testsuites/.env
parentc933ab61debf85f97b3a344230d4ab1d298be676 (diff)
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 <filip.krzywka@nokia.com>
Diffstat (limited to 'plans/dcaegen2-collectors-hv-ves/testsuites/.env')
-rw-r--r--plans/dcaegen2-collectors-hv-ves/testsuites/.env9
1 files changed, 9 insertions, 0 deletions
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