From: Kostiantyn Nosach Date: Mon, 22 Feb 2021 23:02:56 +0000 (+0000) Subject: Update distribution scripts X-Git-Tag: release/phosphorus~15 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F86%2F95486%2F5;p=integration%2Fdistribution.git Update distribution scripts Update distribution scripts due to migration away from legacy akka remoting to artery JIRA: CONTROLLER-1968 Change-Id: I3466a9de56d8bdcf1c3785b32ba5d153b35fef52 Signed-off-by: Kostiantyn Nosach --- diff --git a/karaf-scripts/src/main/assembly/bin/configure_cluster.sh b/karaf-scripts/src/main/assembly/bin/configure_cluster.sh index c3f1a430..d93ac44d 100755 --- a/karaf-scripts/src/main/assembly/bin/configure_cluster.sh +++ b/karaf-scripts/src/main/assembly/bin/configure_cluster.sh @@ -76,8 +76,8 @@ function create_strings # Then merge the array using the join utility defined above. count=1 for ip in ${CONTROLLERIPS[@]} ; do - ds[$count]=\\\"akka.tcp:\\/\\/opendaylight-cluster-data@${ip}:2550\\\" - rpc[$count]=\\\"akka.tcp:\\/\\/odl-cluster-rpc@${ip}:2551\\\" + ds[$count]=\\\"akka:\\/\\/opendaylight-cluster-data@${ip}:2550\\\" + rpc[$count]=\\\"akka:\\/\\/odl-cluster-rpc@${ip}:2551\\\" members[$count]=\\\"member-${count}\\\" count=$[count + 1] done