Thomas Vachuska | fdbc4c2 | 2015-05-29 15:53:01 -0700 | [diff] [blame] | 1 | # Tom's ProxMox ONOS instances 1,2,3 & ONOS mininet box |
Thomas Vachuska | 7399e48 | 2014-12-01 21:27:42 -0800 | [diff] [blame] | 2 | |
Thomas Vachuska | fdbc4c2 | 2015-05-29 15:53:01 -0700 | [diff] [blame] | 3 | export ONOS_NIC="10.128.11.*" |
Thomas Vachuska | 7399e48 | 2014-12-01 21:27:42 -0800 | [diff] [blame] | 4 | export OC1="10.128.11.1" |
| 5 | export OC2="10.128.11.2" |
| 6 | export OC3="10.128.11.3" |
| 7 | export OCN="10.128.11.4" |
Thomas Vachuska | a48e3d1 | 2015-06-02 09:43:29 -0700 | [diff] [blame] | 8 | |
| 9 | export OCT=$OC1 |
Thomas Vachuska | 46a4fe2 | 2015-09-29 17:28:30 -0700 | [diff] [blame] | 10 | export ONOS_USE_SSH=true |
Thomas Vachuska | 51b9d10 | 2015-12-04 10:43:41 -0800 | [diff] [blame] | 11 | export ONOS_APPS=drivers,openflow,proxyarp,mobility,pathpainter |