Thomas Vachuska | 28d4657 | 2017-12-05 13:39:27 -0800 | [diff] [blame] | 1 | # Bare metal cluster (7-node) |
Thomas Vachuska | 785f581 | 2015-03-19 01:11:00 -0700 | [diff] [blame] | 2 | |
| 3 | # Use the 1G NIC for cluster communications |
Thomas Vachuska | 28d4657 | 2017-12-05 13:39:27 -0800 | [diff] [blame] | 4 | export ONOS_NIC="10.192.19.*" |
Thomas Vachuska | 785f581 | 2015-03-19 01:11:00 -0700 | [diff] [blame] | 5 | |
| 6 | # ONOS Test proxy |
Thomas Vachuska | 28d4657 | 2017-12-05 13:39:27 -0800 | [diff] [blame] | 7 | export OCT=10.192.19.69 |
Thomas Vachuska | ebe42a5 | 2015-06-10 12:05:50 -0700 | [diff] [blame] | 8 | |
Thomas Vachuska | 785f581 | 2015-03-19 01:11:00 -0700 | [diff] [blame] | 9 | # Use the 1G NICs for external access |
Thomas Vachuska | 28d4657 | 2017-12-05 13:39:27 -0800 | [diff] [blame] | 10 | export OC1=10.192.19.68 |
| 11 | export OC2=10.192.19.67 |
| 12 | export OC3=10.192.19.66 |
| 13 | export OC4=10.192.19.65 |
| 14 | export OC5=10.192.19.64 |
Thomas Vachuska | 785f581 | 2015-03-19 01:11:00 -0700 | [diff] [blame] | 15 | |
Thomas Vachuska | 28d4657 | 2017-12-05 13:39:27 -0800 | [diff] [blame] | 16 | # IP address of Mininet |
| 17 | export OCN=10.192.19.69 |
| 18 | |
| 19 | export ONOS_APPS="drivers,null,intentperf" |