aboutsummaryrefslogtreecommitdiffstats
path: root/plans/dcaegen2-collectors-hv-ves/testsuites/env_local.sh
diff options
context:
space:
mode:
authorMarcin Przybysz <marcin.przybysz@nokia.com>2020-01-30 12:35:59 +0000
committerGerrit Code Review <gerrit@onap.org>2020-01-30 12:35:59 +0000
commit6cf91854a31f9562de405d009224b6f20a855936 (patch)
treea4954aeaadd35c6363ab3b19209a0c485db3546a /plans/dcaegen2-collectors-hv-ves/testsuites/env_local.sh
parent7cdb27d6b6c22e9d9d0fc1a5ccfe4e1903b0a91a (diff)
parent41b811999bb2fc68edcdf03261248c2b4f3c883c (diff)
Merge "Update ca cert generating and correct path to certs"
Diffstat (limited to 'plans/dcaegen2-collectors-hv-ves/testsuites/env_local.sh')
-rwxr-xr-xplans/dcaegen2-collectors-hv-ves/testsuites/env_local.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/plans/dcaegen2-collectors-hv-ves/testsuites/env_local.sh b/plans/dcaegen2-collectors-hv-ves/testsuites/env_local.sh
index a93df5d2..1bd0ba1f 100755
--- a/plans/dcaegen2-collectors-hv-ves/testsuites/env_local.sh
+++ b/plans/dcaegen2-collectors-hv-ves/testsuites/env_local.sh
@@ -26,8 +26,8 @@ export CONFIG_BINDING_SERVICE="config-binding-service"
export CONFIG_BINDING_SERVICE_SERVICE_PORT="10000"
export ONAP_NEXUS_REGISTRY="nexus3.onap.org:10001"
-export DOCKER_REGISTRY="docker.io"
-export DOCKER_REGISTRY_PREFIX=""
+export DOCKER_REGISTRY=${ONAP_NEXUS_REGISTRY}
+export DOCKER_REGISTRY_PREFIX="${DOCKER_REGISTRY}/"
export KAFKA_IMAGE_FULL_NAME="${ONAP_NEXUS_REGISTRY}/onap/dmaap/kafka111:0.0.6"
export ZOOKEEPER_IMAGE_FULL_NAME="${ONAP_NEXUS_REGISTRY}/onap/dmaap/zookeeper:4.0.0"