diff options
Diffstat (limited to 'framework/src/onos/tools/test/cells')
20 files changed, 0 insertions, 209 deletions
diff --git a/framework/src/onos/tools/test/cells/aaron_local_cell b/framework/src/onos/tools/test/cells/aaron_local_cell deleted file mode 100644 index e3b5f734..00000000 --- a/framework/src/onos/tools/test/cells/aaron_local_cell +++ /dev/null @@ -1,10 +0,0 @@ -# Local VirtualBox-based ONOS instances 1,2 & ONOS mininet box - -export ONOS_NIC=192.168.56.* -export OC1="192.168.56.101" -export OC2="192.168.56.102" -export OC3="192.168.56.103" -export OCN="192.168.56.100" - -export ONOS_USE_SSH=true -export ONOS_APPS="drivers,openflow,fwd,proxyarp,mobility" diff --git a/framework/src/onos/tools/test/cells/andrea b/framework/src/onos/tools/test/cells/andrea deleted file mode 100644 index 0074f2d6..00000000 --- a/framework/src/onos/tools/test/cells/andrea +++ /dev/null @@ -1,11 +0,0 @@ -# Andrea's ProxMox ONOS instances 1,2,3 & ONOS mininet box - -export ONOS_NIC="10.128.12.*" -export OC1="10.128.12.1" -export OC2="10.128.12.2" -export OC3="10.128.12.3" -export OCN="10.128.12.4" - -export OCT=$OC1 -export ONOS_USE_SSH=true -export ONOS_APPS=drivers,openflow,proxyarp,ovsdb,pathpainter diff --git a/framework/src/onos/tools/test/cells/beast b/framework/src/onos/tools/test/cells/beast deleted file mode 100644 index 6afd61d1..00000000 --- a/framework/src/onos/tools/test/cells/beast +++ /dev/null @@ -1,18 +0,0 @@ -# Bare metal cluster (7-node) - -# Use the 1G 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.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 OC6=10.254.1.206 -export OC7=10.254.1.207 - -export ONOS_APPS="drivers,null,intentperf" diff --git a/framework/src/onos/tools/test/cells/beast-1 b/framework/src/onos/tools/test/cells/beast-1 deleted file mode 100644 index 698eded7..00000000 --- a/framework/src/onos/tools/test/cells/beast-1 +++ /dev/null @@ -1,12 +0,0 @@ -# Bare metal cluster (1-node) - -# Use the 1G 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.201 - -export ONOS_APPS="drivers,null,intentperf" diff --git a/framework/src/onos/tools/test/cells/beast-3 b/framework/src/onos/tools/test/cells/beast-3 deleted file mode 100644 index 6586ddc3..00000000 --- a/framework/src/onos/tools/test/cells/beast-3 +++ /dev/null @@ -1,14 +0,0 @@ -# Bare metal cluster (3-node) - -# Use the 1G 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.201 -export OC2=10.254.1.202 -export OC3=10.254.1.203 - -export ONOS_APPS="drivers,null,intentperf" diff --git a/framework/src/onos/tools/test/cells/beast-5 b/framework/src/onos/tools/test/cells/beast-5 deleted file mode 100644 index e23f0771..00000000 --- a/framework/src/onos/tools/test/cells/beast-5 +++ /dev/null @@ -1,18 +0,0 @@ -# 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" diff --git a/framework/src/onos/tools/test/cells/bramble b/framework/src/onos/tools/test/cells/bramble deleted file mode 100644 index 7f17d2f5..00000000 --- a/framework/src/onos/tools/test/cells/bramble +++ /dev/null @@ -1,8 +0,0 @@ -export ONOS_NIC=192.168.1.* -export OC1="192.168.1.11" -export OC2="192.168.1.12" -export OC3="192.168.1.13" -export OC4="192.168.1.14" -# export OC5="192.168.1.15" -export OCN="192.168.1.15" -export OCI="${OC1}" diff --git a/framework/src/onos/tools/test/cells/ec2 b/framework/src/onos/tools/test/cells/ec2 deleted file mode 100644 index 3d64be27..00000000 --- a/framework/src/onos/tools/test/cells/ec2 +++ /dev/null @@ -1,18 +0,0 @@ -# EC2-based cluster (7-node) - -# Use the 10G NIC for cluster communications -export ONOS_NIC="192.168.200.*" - -# ONOS Test proxy -export OCT=192.168.200.101 - -# Use the 1G NICs for external access -export OC1=192.168.200.101 -export OC2=192.168.200.102 -export OC3=192.168.200.103 -export OC4=192.168.200.104 -export OC5=192.168.200.105 -export OC6=192.168.200.106 -export OC7=192.168.200.107 - -export ONOS_APPS="drivers,null,intentperf" diff --git a/framework/src/onos/tools/test/cells/jian b/framework/src/onos/tools/test/cells/jian deleted file mode 100644 index d9808d59..00000000 --- a/framework/src/onos/tools/test/cells/jian +++ /dev/null @@ -1,11 +0,0 @@ -# Jian's ProxMox ONOS instances 1,2,3 & ONOS mining box - -export ONOS_NIC="10.128.1.*" -export OC1="10.128.1.1" -export OC2="10.128.1.2" -export OC3="10.128.1.3" -export OCN="10.128.1.4" - -export OCT=$OC1 -export ONOS_USE_SSH=true -export ONOS_APPS=drivers,openflow,proxyarp,mobility
\ No newline at end of file diff --git a/framework/src/onos/tools/test/cells/local b/framework/src/onos/tools/test/cells/local deleted file mode 100644 index 6d8b71cd..00000000 --- a/framework/src/onos/tools/test/cells/local +++ /dev/null @@ -1,8 +0,0 @@ -# Local VirtualBox-based ONOS instances 1,2 & ONOS mininet box - -export ONOS_NIC=192.168.56.* -export OC1="192.168.56.101" -export OC2="192.168.56.102" -export OCN="192.168.56.103" - -export ONOS_APPS="drivers,openflow,fwd,proxyarp,mobility" diff --git a/framework/src/onos/tools/test/cells/madan3 b/framework/src/onos/tools/test/cells/madan3 deleted file mode 100644 index 857d096e..00000000 --- a/framework/src/onos/tools/test/cells/madan3 +++ /dev/null @@ -1,7 +0,0 @@ -# Madan's ProxMox ONOS instances 1,2,3 & ONOS mininet box - -export ONOS_NIC="10.128.4.*" -export OC1="10.128.4.2" -export OC2="10.128.4.3" -export OC3="10.128.4.4" -export OCN="10.128.4.5" diff --git a/framework/src/onos/tools/test/cells/office b/framework/src/onos/tools/test/cells/office deleted file mode 100644 index c8dc5997..00000000 --- a/framework/src/onos/tools/test/cells/office +++ /dev/null @@ -1,8 +0,0 @@ -# ONLAB_OF Wifi ProxMox-based cell; single node; no mininet-box - -export ONOS_NIC="10.1.10.*" -export OC1="10.1.10.223" - -unset ONOS_USE_SSH -export ONOS_APPS="drivers,openflow,fwd,proxyarp,mobility,dhcp" - diff --git a/framework/src/onos/tools/test/cells/prox b/framework/src/onos/tools/test/cells/prox deleted file mode 100644 index 8af41989..00000000 --- a/framework/src/onos/tools/test/cells/prox +++ /dev/null @@ -1,6 +0,0 @@ -# ProxMox-based cell of ONOS instances 1,2 & ONOS mininet box - -export ONOS_NIC="10.1.9.*" -export OC1="10.1.9.94" -export OC2="10.1.9.82" -export OCN="10.1.9.93" diff --git a/framework/src/onos/tools/test/cells/sdnip-pmox b/framework/src/onos/tools/test/cells/sdnip-pmox deleted file mode 100644 index e95b7e79..00000000 --- a/framework/src/onos/tools/test/cells/sdnip-pmox +++ /dev/null @@ -1,8 +0,0 @@ -# SDN-IP ProxMox cell - -export ONOS_NIC=10.128.4.* -export OC1="10.128.4.65" -export OC2="10.128.4.66" -export OC3="10.128.4.67" - -export ONOS_APPS="drivers,openflow,fwd,proxyarp,mobility,config,sdnip" diff --git a/framework/src/onos/tools/test/cells/simon b/framework/src/onos/tools/test/cells/simon deleted file mode 100644 index 71883358..00000000 --- a/framework/src/onos/tools/test/cells/simon +++ /dev/null @@ -1,11 +0,0 @@ -# Simon's ProxMox ONOS instances 1,2,3 & ONOS mininet box - -export ONOS_NIC="10.128.2.*" -export OC1="10.128.2.1" -export OC2="10.128.2.2" -export OC3="10.128.2.3" -export OCN="10.128.2.4" - -export OCT=$OC1 -export ONOS_USE_SSH=true -export ONOS_APPS=drivers,openflow,proxyarp,mobility
\ No newline at end of file diff --git a/framework/src/onos/tools/test/cells/single b/framework/src/onos/tools/test/cells/single deleted file mode 100644 index dd03e491..00000000 --- a/framework/src/onos/tools/test/cells/single +++ /dev/null @@ -1,7 +0,0 @@ -# Local VirtualBox-based single ONOS instance & ONOS mininet box - -export ONOS_NIC=192.168.56.* -export OC1="192.168.56.101" -export OCN="192.168.56.103" - -export ONOS_APPS="drivers,openflow,fwd,proxyarp,mobility" diff --git a/framework/src/onos/tools/test/cells/single_optical b/framework/src/onos/tools/test/cells/single_optical deleted file mode 100644 index 6bbe176e..00000000 --- a/framework/src/onos/tools/test/cells/single_optical +++ /dev/null @@ -1,7 +0,0 @@ -# Optical use-case VirtualBox-based single ONOS instance & ONOS mininet box - -export ONOS_NIC=192.168.56.* -export OC1="192.168.56.101" -export OCN="192.168.56.103" - -export ONOS_APPS="drivers,openflow,fwd,proxyarp,mobility,optical" diff --git a/framework/src/onos/tools/test/cells/tom b/framework/src/onos/tools/test/cells/tom deleted file mode 100644 index 28d31729..00000000 --- a/framework/src/onos/tools/test/cells/tom +++ /dev/null @@ -1,7 +0,0 @@ -# Thomas' VirtualBox-based 3 ONOS instances & ONOS mininet box - -export ONOS_NIC=192.168.56.* -export OC1="192.168.56.11" -export OC2="192.168.56.12" -export OC3="192.168.56.13" -export OCN="192.168.56.7" diff --git a/framework/src/onos/tools/test/cells/tomx b/framework/src/onos/tools/test/cells/tomx deleted file mode 100644 index bc7f1e06..00000000 --- a/framework/src/onos/tools/test/cells/tomx +++ /dev/null @@ -1,11 +0,0 @@ -# Tom's ProxMox ONOS instances 1,2,3 & ONOS mininet box - -export ONOS_NIC="10.128.11.*" -export OC1="10.128.11.1" -export OC2="10.128.11.2" -export OC3="10.128.11.3" -export OCN="10.128.11.4" - -export OCT=$OC1 -export ONOS_USE_SSH=true -export ONOS_APPS=drivers,openflow,proxyarp,mobility,pathpainter
\ No newline at end of file diff --git a/framework/src/onos/tools/test/cells/triple b/framework/src/onos/tools/test/cells/triple deleted file mode 100644 index 42471228..00000000 --- a/framework/src/onos/tools/test/cells/triple +++ /dev/null @@ -1,9 +0,0 @@ -# Local VirtualBox-based ONOS instances 1,2,3 & ONOS mininet box - -export ONOS_NIC=192.168.56.* -export OC1="192.168.56.101" -export OC2="192.168.56.102" -export OC3="192.168.56.104" -export OCN="192.168.56.103" - -export ONOS_APPS="drivers,openflow,fwd,proxyarp,mobility" |