diff options
author | mharazin <mateusz.harazin@nokia.com> | 2020-05-06 16:07:07 +0200 |
---|---|---|
committer | mharazin <mateusz.harazin@nokia.com> | 2020-05-08 08:39:20 +0200 |
commit | fccd551e56dc1e46f1894b80ff375a1522cdf152 (patch) | |
tree | e80acd5683c26bc95631a80bbcf1afc892906cf5 /tools/performance/cloud/reboot-test-environment.sh | |
parent | f3b6f88fe48da4808f2521cb0769cc77caf4f3fb (diff) |
Update image paths
Issue-ID: DCAEGEN2-1576
Signed-off-by: Mateusz Harazin <mateusz.harazin@nokia.com>
Change-Id: I23ac180442889fad2665ba7413aa71cad90fc313
Diffstat (limited to 'tools/performance/cloud/reboot-test-environment.sh')
-rwxr-xr-x | tools/performance/cloud/reboot-test-environment.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/performance/cloud/reboot-test-environment.sh b/tools/performance/cloud/reboot-test-environment.sh index f2dedf50..0fb916f0 100755 --- a/tools/performance/cloud/reboot-test-environment.sh +++ b/tools/performance/cloud/reboot-test-environment.sh @@ -20,7 +20,7 @@ ONAP_NAMESPACE=onap HVVES_POD_NAME=$(kubectl -n ${ONAP_NAMESPACE} get pods --no-headers=true -o custom-columns=:metadata.name | grep hv-ves-collector) HVVES_CONTAINER_NAME=dep-dcae-hv-ves-collector -HV_VES_IMAGE="nexus.onap.dyn.nesc.nokia.net:10001/onap/org.onap.dcaegen2.collectors.hv-ves.hv-collector-main:latest" +HV_VES_IMAGE="nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.hv-ves.hv-collector-main:latest" KAFKA_ROUTER_0_POD_NAME=$(kubectl -n ${ONAP_NAMESPACE} get pods --no-headers=true -o custom-columns=:metadata.name | grep router-kafka-0) KAFKA_TOPIC_RESET_CMD='kafka-topics --delete --zookeeper message-router-zookeeper:2181 --topic HV_VES_PERF3GPP' HIDE_OUTPUT='grep abc | grep 123' |