Luca Prete | e67f5f8 | 2016-10-04 16:01:56 +0200 | [diff] [blame] | 1 | # For demo with GEANT topology and three ONOS instances using vagrant devmachine |
| 2 | |
| 3 | export OCI="10.100.198.201" |
| 4 | export OC1="10.100.198.201" |
| 5 | export OC2="10.100.198.202" |
| 6 | export OC3="10.100.198.203" |
| 7 | export OCN="10.100.198.200" |
| 8 | export ONOS_NIC="10.100.198.*" |
| 9 | export ONOS_APPS=drivers,openflow,proxyarp,mobility,mlb,pathpainter |
| 10 | export ONOS_GROUP=sdn |
| 11 | export ONOS_SCENARIOS=$ONOS/tools/test/scenarios |
| 12 | export ONOS_TOPO=geant |
| 13 | export ONOS_USER=sdn |
Luca Prete | e67f5f8 | 2016-10-04 16:01:56 +0200 | [diff] [blame] | 14 | export ONOS_WEB_PASS=rocks |
| 15 | export ONOS_WEB_USER=onos |
| 16 | alias demo-reset='stc net-teardown; stc teardown; topo geant; stc setup && stc net-setup' |
| 17 | alias onos-down='onos-die $OC3; sleep 10; onos-service $OC3 start' |