From 43606c47283f18226e7ba272f24804f553616b10 Mon Sep 17 00:00:00 2001 From: Victor Seva Date: Mon, 1 Sep 2014 11:28:23 +0200 Subject: [PATCH] MT#8889 add rtp and db roles to sp2 Change-Id: I02b8536cc014cbe7e7c5102bf90d716ed12b5679 --- deployment.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment.sh b/deployment.sh index be58970..93654b8 100755 --- a/deployment.sh +++ b/deployment.sh @@ -1725,7 +1725,7 @@ if "$PRO_EDITION" ; then # needed to make sure MySQL setup is OK for first node until second node is set up ngcp-network --host=$PEER --set-interface=$INTERNAL_DEV --ip=$IP2 --netmask=$DEFAULT_INTERNAL_NETMASK --type=ha_int - ngcp-network --host=$PEER --role=proxy --role=lb --role=mgmt + 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 cp /etc/ngcp-config/network.yml /mnt/glusterfs/shared_config/network.yml