Thomas Vachuska | 785f581 | 2015-03-19 01:11:00 -0700 | [diff] [blame] | 1 | # Bare metal cluster (5-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 | |
Thomas Vachuska | ebe42a5 | 2015-06-10 12:05:50 -0700 | [diff] [blame] | 9 | export OCN=10.254.1.200 |
| 10 | |
Thomas Vachuska | 785f581 | 2015-03-19 01:11:00 -0700 | [diff] [blame] | 11 | # Use the 1G NICs for external access |
| 12 | export OC1=10.254.1.201 |
| 13 | export OC2=10.254.1.202 |
| 14 | export OC3=10.254.1.203 |
| 15 | export OC4=10.254.1.204 |
| 16 | export OC5=10.254.1.205 |
| 17 | |
Thomas Vachuska | ebe42a5 | 2015-06-10 12:05:50 -0700 | [diff] [blame] | 18 | export ONOS_APPS="drivers,openflow,proxyarp,fwd" |