From 559695426b5b25d3775371db39da3e7384921793 Mon Sep 17 00:00:00 2001 From: Oleksii Mozghovyi Date: Mon, 19 Apr 2021 16:48:58 +0300 Subject: [PATCH] Revert "Update distribution scripts" This reverts commit 24c8e9f854edf820123c5d3e11f7e2db71f0e3d0. Reason for revert: We should only apply this update for distribution scripts after the changes to the controller component have been merged. The expected controller version should be 4.x before applying changes to scripts. Signed-off-by: Oleksii Mozghovyi Change-Id: I9f5dfc624ddde797317f2eeb468921b22e7c4a4b --- karaf-scripts/src/main/assembly/bin/configure_cluster.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/karaf-scripts/src/main/assembly/bin/configure_cluster.sh b/karaf-scripts/src/main/assembly/bin/configure_cluster.sh index d93ac44d..c3f1a430 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:\\/\\/opendaylight-cluster-data@${ip}:2550\\\" - rpc[$count]=\\\"akka:\\/\\/odl-cluster-rpc@${ip}:2551\\\" + ds[$count]=\\\"akka.tcp:\\/\\/opendaylight-cluster-data@${ip}:2550\\\" + rpc[$count]=\\\"akka.tcp:\\/\\/odl-cluster-rpc@${ip}:2551\\\" members[$count]=\\\"member-${count}\\\" count=$[count + 1] done -- 2.36.6