From c14c763d75b92b727eb02dc7252f4defcb25a5ba Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Wed, 14 Nov 2012 20:57:35 +0000 Subject: [PATCH] deployment: set up mgmt configuration for ngcpcfg This works on a freshly deployed PRO system: | ngcpcfg init-mgmt $MGMT_IP Now let's try to include this step also during deployment. From: Michael Prokop --- deployment.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deployment.sh b/deployment.sh index 8836a1b..9d9c37f 100755 --- a/deployment.sh +++ b/deployment.sh @@ -1314,6 +1314,8 @@ if "$PRO_EDITION" ; then ssh $PEER ngcpcfg pull ngcpcfg build + + ngcpcfg init-mgmt $MANAGEMENT_IP fi EOT fi