Adding code to enable GUI failover.

Change-Id: I8423f17349411d24332db8670840438d0d8ec8ba
diff --git a/tools/test/cells/beastMod b/tools/test/cells/beastMod
new file mode 100644
index 0000000..b0c8a5a
--- /dev/null
+++ b/tools/test/cells/beastMod
@@ -0,0 +1,18 @@
+# Bare metal cluster with rearranged nodes
+
+# Use the 10G NIC for cluster communications
+export ONOS_NIC="10.254.1.*"
+
+# ONOS Test proxy
+export OCT=10.254.1.200
+
+# Use the 1G NICs for external access
+export OC1=10.254.1.207
+export OC2=10.254.1.202
+export OC3=10.254.1.203
+export OC4=10.254.1.204
+export OC5=10.254.1.206
+
+export OCI=${OC1}
+
+export ONOS_FEATURES=webconsole,onos-api,onos-core,onos-cli,onos-rest,onos-null