summaryrefslogtreecommitdiffstats
path: root/kubernetes/sdnc/resources/geo/bin/sdnc.cluster
diff options
context:
space:
mode:
authorMandeep Khinda <Mandeep.Khinda@amdocs.com>2018-09-14 20:15:13 +0000
committerGerrit Code Review <gerrit@onap.org>2018-09-14 20:15:13 +0000
commit95f819a35f8ca316647b4a8341a589985f3c21d8 (patch)
tree261832ddcb8d66f76694d9ad341c0a69369d4628 /kubernetes/sdnc/resources/geo/bin/sdnc.cluster
parente5c653d6c0a667632a1e1cb0911a703cc834c781 (diff)
parent72b5f0f909e6949e48c35c49661832ca2a17a1da (diff)
Merge "Resource Limits for sdnc Issue-ID: OOM-1162"
Diffstat (limited to 'kubernetes/sdnc/resources/geo/bin/sdnc.cluster')
-rwxr-xr-xkubernetes/sdnc/resources/geo/bin/sdnc.cluster2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/sdnc/resources/geo/bin/sdnc.cluster b/kubernetes/sdnc/resources/geo/bin/sdnc.cluster
index 48db5744de..87cdeffe89 100755
--- a/kubernetes/sdnc/resources/geo/bin/sdnc.cluster
+++ b/kubernetes/sdnc/resources/geo/bin/sdnc.cluster
@@ -42,7 +42,7 @@ PASSWORD=admin
for pod_number in {0..2}
do
- response=`curl -s -u $USERNAME:$PASSWORD -H "Content-Type: application/json" -H "Accept: application/json" -X GET http://localhost:3046$((${pod_number} + 1))/jolokia/read/org.opendaylight.controller:Category=Shards,name=member-$((${MEMBER_NUMBER} + ${pod_number}))-shard-default-config,type=DistributedConfigDatastore`
+ response=`curl -s -u $USERNAME:$PASSWORD -H "Content-Type: application/json" -H "Accept: application/json" -X GET http://localhost:3026$((${pod_number} + 1))/jolokia/read/org.opendaylight.controller:Category=Shards,name=member-$((${MEMBER_NUMBER} + ${pod_number}))-shard-default-config,type=DistributedConfigDatastore`
if [ $? -ne 0 ]; then
continue