From 71bf60638aa9a0c617f2e8f0482550ad908dfe32 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Tue, 13 Nov 2012 14:32:14 +0000 Subject: [PATCH] deployment: try to retrieve network.yml via 'ngcpcfg pull' this *might* fail due to ssh key setup, but we have to avoid merge conflicts and therefore need to get ngcpcfg pull working... From: Michael Prokop --- deployment.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment.sh b/deployment.sh index 671413b..8dd571a 100755 --- a/deployment.sh +++ b/deployment.sh @@ -1261,7 +1261,7 @@ if "$PRO_EDITION" ; then ngcpcfg commit 'deployed /etc/ngcp-config/network.yml' ngcpcfg build else # ROLE = sp2 - cp /mnt/glusterfs/shared_config/network.yml /etc/ngcp-config/network.yml + ngcpcfg pull ngcpcfg build fi EOT