From 2e51f25d26692e7f488ff0024efe036037871b2d Mon Sep 17 00:00:00 2001 From: Kirill Solomko Date: Mon, 11 Nov 2013 15:08:15 +0100 Subject: [PATCH] MT#4585 - ngcpcfg commit is called with "--no-sync-db" when all serices are stopped --- deployment.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment.sh b/deployment.sh index 92138fe..724dcef 100755 --- a/deployment.sh +++ b/deployment.sh @@ -1396,7 +1396,7 @@ if "$PRO_EDITION" ; then cp /etc/ngcp-config/network.yml /mnt/glusterfs/shared_config/network.yml - ngcpcfg commit "deployed /etc/ngcp-config/network.yml on $ROLE" + ngcpcfg --no-db-sync commit "deployed /etc/ngcp-config/network.yml on $ROLE" ngcpcfg build ngcpcfg push --shared-only else # ROLE = sp2 @@ -1409,7 +1409,7 @@ if "$PRO_EDITION" ; then ngcp-network --host=$THIS_HOST --set-interface=$EXTERNAL_DEV --type=web_ext --type=sip_ext \ --type=rtp_ext --type=ssh_ext --type=mon_ext - ngcpcfg commit "deployed /etc/ngcp-config/network.yml on $ROLE" + ngcpcfg --no-db-sync commit "deployed /etc/ngcp-config/network.yml on $ROLE" ngcpcfg push --shared-only # make sure login from second node to first node works