Thomas Vachuska | 785f581 | 2015-03-19 01:11:00 -0700 | [diff] [blame] | 1 | # Bare metal cluster (7-node) |
Thomas Vachuska | a132e3a | 2015-02-21 01:53:14 -0800 | [diff] [blame] | 2 | |
Thomas Vachuska | 785f581 | 2015-03-19 01:11:00 -0700 | [diff] [blame] | 3 | # Use the 1G NIC for cluster communications |
| 4 | export ONOS_NIC="10.254.1.*" |
Thomas Vachuska | a132e3a | 2015-02-21 01:53:14 -0800 | [diff] [blame] | 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 | export OC4=10.254.1.204 |
| 14 | export OC5=10.254.1.205 |
| 15 | export OC6=10.254.1.206 |
| 16 | export OC7=10.254.1.207 |
| 17 | |
Simon Hunt | 3f15637 | 2015-05-05 16:21:01 -0700 | [diff] [blame] | 18 | export ONOS_APPS="drivers,null,intentperf" |