Thomas Vachuska | a132e3a | 2015-02-21 01:53:14 -0800 | [diff] [blame] | 1 | # Bare metal cluster |
2 | |||||
3 | # Use the 10G NIC for cluster communications | ||||
4 | export ONOS_NIC="192.168.200.*" | ||||
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 | export OC2=10.254.1.202 | ||||
12 | export OC3=10.254.1.203 | ||||
13 | |||||
14 | export OCI=${OC1} | ||||
15 | |||||
16 | export ONOS_FEATURES=webconsole,onos-api,onos-core,onos-cli,onos-rest,onos-null |