From eea017d9038f52200582072eccc5ec5171b22f1e Mon Sep 17 00:00:00 2001 From: Victor Seva Date: Wed, 27 Aug 2014 15:56:19 +0200 Subject: [PATCH] MT#8773 [CARRIER] exec ngcp-sync-constants before ngcpcfg We need to update the new password of the sipwise user before running any ngcpcfg action Change-Id: Ie64bcfadf0e783ff1206de435da439dd7b45be94 --- deployment.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/deployment.sh b/deployment.sh index abc5b46..90d03bc 100755 --- a/deployment.sh +++ b/deployment.sh @@ -1496,11 +1496,12 @@ EOT logit "Copying sipwise.cnf to /mnt/glusterfs/shared_config" chroot $TARGET cp /etc/mysql/sipwise.cnf /mnt/glusterfs/shared_config/sipwise.cnf + logit "Sync constants" + chroot $TARGET ngcp-sync-constants -r + chroot $TARGET ngcpcfg commit 'get network|config|constants yaml [via deployment process]' chroot $TARGET ngcpcfg build chroot $TARGET ngcpcfg push --shared-only - - chroot $TARGET ngcp-sync-constants -r fi # we require those packages for dkms, so do NOT remove them: