Thomas Vachuska | 785f581 | 2015-03-19 01:11:00 -0700 | [diff] [blame] | 1 | # Bare metal cluster (1-node) |
2 | |||||
3 | # Use the 1G NIC for cluster communications | ||||
4 | export ONOS_NIC="10.254.1.*" | ||||
5 | |||||
6 | # ONOS Test proxy | ||||
7 | export OCT=10.254.1.200 | ||||
8 | |||||
9 | # Use the 1G NICs for external access | ||||
10 | export OC1=10.254.1.201 | ||||
11 | |||||
12 | export ONOS_APPS=null,intentperf |