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
changes/06/106/2
Victor Seva 11 years ago
parent 8469cd8de2
commit eea017d903

@ -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:

Loading…
Cancel
Save