aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/onos/tools/test/cells/beast-5
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/onos/tools/test/cells/beast-5')
-rw-r--r--framework/src/onos/tools/test/cells/beast-518
1 files changed, 18 insertions, 0 deletions
diff --git a/framework/src/onos/tools/test/cells/beast-5 b/framework/src/onos/tools/test/cells/beast-5
new file mode 100644
index 00000000..e23f0771
--- /dev/null
+++ b/framework/src/onos/tools/test/cells/beast-5
@@ -0,0 +1,18 @@
+# Bare metal cluster (5-node)
+
+# Use the 1G NIC for cluster communications
+export ONOS_NIC="10.254.1.*"
+
+# ONOS Test proxy
+export OCT=10.254.1.200
+
+export OCN=10.254.1.200
+
+# Use the 1G NICs for external access
+export OC1=10.254.1.201
+export OC2=10.254.1.202
+export OC3=10.254.1.203
+export OC4=10.254.1.204
+export OC5=10.254.1.205
+
+export ONOS_APPS="drivers,openflow,proxyarp,fwd"