| Thomas Vachuska | b6acc7b | 2015-03-11 09:11:21 -0700 | [diff] [blame] | 1 | # Bare metal cluster with rearranged nodes |
| 2 | |||||
| 3 | # Use the 10G 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.207 | ||||
| 11 | export OC2=10.254.1.202 | ||||
| 12 | export OC3=10.254.1.203 | ||||
| 13 | export OC4=10.254.1.204 | ||||
| 14 | export OC5=10.254.1.206 | ||||
| 15 | |||||
| 16 | export OCI=${OC1} | ||||
| 17 | |||||
| 18 | export ONOS_FEATURES=webconsole,onos-api,onos-core,onos-cli,onos-rest,onos-null | ||||