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