MT#9385 add dbnode network value at sp2

Change-Id: Ic39b2f6fa17a7f2e31ad24bd4a9f52939b6980c5
changes/32/332/3
Victor Seva 11 years ago
parent b5af513e1f
commit 567dbc0ccf

@ -1771,6 +1771,9 @@ elif "$PRO_EDITION" ; then
ngcp-network --host=$PEER --role=proxy --role=lb --role=mgmt --role=rtp --role=db ngcp-network --host=$PEER --role=proxy --role=lb --role=mgmt --role=rtp --role=db
ngcp-network --host=$PEER --set-interface=lo --type=sip_int --type=web_int --type=aux_ext ngcp-network --host=$PEER --set-interface=lo --type=sip_int --type=web_int --type=aux_ext
# version >= mr3.5, previous versions has no dbnode option
ngcp-network --host=$PEER --dbnode=2 || true
cp /etc/ngcp-config/network.yml /mnt/glusterfs/shared_config/network.yml cp /etc/ngcp-config/network.yml /mnt/glusterfs/shared_config/network.yml
# use --no-db-sync only if supported by ngcp[cfg] version # use --no-db-sync only if supported by ngcp[cfg] version

Loading…
Cancel
Save