deployment: push ngcpcfg changes to shared storage

We have to avoid that the two nodes start with different configuration.

From: Michael Prokop <mprokop@sipwise.com>
ksolomko/vlan
Michael Prokop 13 years ago
parent 71bf60638a
commit fc42f6d553

@ -1260,8 +1260,10 @@ if "$PRO_EDITION" ; then
ngcpcfg commit 'deployed /etc/ngcp-config/network.yml'
ngcpcfg build
ngcpcfg push --shared-only
else # ROLE = sp2
ngcpcfg pull
ngcpcfg push --shared-only
ngcpcfg build
fi
EOT

Loading…
Cancel
Save