MT#4585 - ngcpcfg commit is called with "--no-sync-db" when all serices are stopped

ksolomko/vlan
Kirill Solomko 13 years ago
parent bc1b3bf3fc
commit 2e51f25d26

@ -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

Loading…
Cancel
Save