From fc42f6d5536095583d9100ec1cc70d52db15ed48 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Tue, 13 Nov 2012 15:40:50 +0000 Subject: [PATCH] deployment: push ngcpcfg changes to shared storage We have to avoid that the two nodes start with different configuration. From: Michael Prokop --- deployment.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deployment.sh b/deployment.sh index 8dd571a..d557c36 100755 --- a/deployment.sh +++ b/deployment.sh @@ -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