2a8bbe346116e4cfce5c7a8b641e00677df6bf4d
[integration/csit.git] / plans / dcaegen2-collectors-hv-ves / testsuites / .env
1
2 HV_VES_COLLECTOR_NAMESPACE=onap
3 HV_VES_GROUP_ID=org.onap.dcaegen2.collectors.hv-ves
4 HV_VES_IMAGE=hv-collector-main:latest
5 DCAE_APP_SIMULATOR_IMAGE=hv-collector-dcae-app-simulator:latest
6
7 HV_VES_CONFIG_URL=http://consul:8500/v1/kv/veshv-config?raw=true
8 HV_VES_HEALTHCHECK_CMD=curl --request GET --fail --silent --show-error localhost:6060/health/ready && nc -vz localhost 6061
9 HV_VES_MAIN_CLASS=org.onap.dcae.collectors.veshv.main.MainKt