Changing cell configuration to reflect the move to flex data center.

Change-Id: I0b3710b8e9b329b62a765ac87a269cd7aac4d7dd
diff --git a/tools/test/cells/beast-1 b/tools/test/cells/beast-1
index 698eded..27ef405 100644
--- a/tools/test/cells/beast-1
+++ b/tools/test/cells/beast-1
@@ -1,12 +1,15 @@
-# Bare metal cluster (1-node)
+# Bare metal cluster (7-node)
 
 # Use the 1G NIC for cluster communications
-export ONOS_NIC="10.254.1.*"
+export ONOS_NIC="10.192.19.*"
 
 # ONOS Test proxy
-export OCT=10.254.1.200
+export OCT=10.192.19.69
 
 # Use the 1G NICs for external access
-export OC1=10.254.1.201
+export OC1=10.192.19.68
+
+# IP address of Mininet
+export OCN=10.192.19.69
 
 export ONOS_APPS="drivers,null,intentperf"