diff options
author | Mandeep Khinda <Mandeep.Khinda@amdocs.com> | 2018-05-09 18:18:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-05-09 18:18:00 +0000 |
commit | 7029f12c6a6dc203d132fcbc5c4660c20f086357 (patch) | |
tree | 492a6eba94bd3d734081789215d420ed653ccb62 /kubernetes/consul | |
parent | 54eab4210462d9b414fe07600b93dee450f0e14e (diff) | |
parent | f923b2e9758f75591b4a0c2201715cd5a391538b (diff) |
Merge "Fix message-router-kafka references"
Diffstat (limited to 'kubernetes/consul')
-rwxr-xr-x | kubernetes/consul/resources/config/consul-agent-config/scripts/mr-kafka-health.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/consul/resources/config/consul-agent-config/scripts/mr-kafka-health.sh b/kubernetes/consul/resources/config/consul-agent-config/scripts/mr-kafka-health.sh index 6630117e92..fd4587551d 100755 --- a/kubernetes/consul/resources/config/consul-agent-config/scripts/mr-kafka-health.sh +++ b/kubernetes/consul/resources/config/consul-agent-config/scripts/mr-kafka-health.sh @@ -1,4 +1,4 @@ -kafkapod=$(/consul/bin/kubectl -n {{ include "common.namespace" . }} get pod | grep -o "message-router-global-kafka-[^[:space:]]*") +kafkapod=$(/consul/bin/kubectl -n {{ include "common.namespace" . }} get pod | grep -o "message-router-kafka-[^[:space:]]*") if [ -n "$kafkapod" ]; then if /consul/bin/kubectl -n {{ include "common.namespace" . }} exec -it $kafkapod -- ps ef | grep -i kafka; then echo Success. Kafka process is running. 2>&1 |