simon-uk
1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Simon's LXC-based multi ONOS instances & ONOS mininet VM.
###
### NOTE:
### Assumes a route has been set up
### from 192.168.56.0/24 -> 10.0.3.0/24
###
### {dest-net} {gateway} (i.e. container VM)
### sudo route -n add 10.0.3.0/24 192.168.56.102
###
## ONOS Cluster VM (has LXC containers for cluster nodes)
export OCVM=192.168.56.102
#============================================
# sdn@ubuntuvm:~$ sudo lxc-ls --fancy
# NAME STATE IPV4 IPV6 AUTOSTART
# -------------------------------------------
# onos1 RUNNING 10.0.3.174 - NO
#============================================
export ONOS_USE_SSH=true
export ONOS_NIC="10.0.3.*"
## ONOS instances (LXC containers)
export OC1=10.0.3.174
export OC2=10.0.3.242
export OC3=10.0.3.49
## default ONOS instance
export OCI=$OC1
## credentials for logging into ONOS instances
export ONOS_USER=sdn
export ONOS_APPS="drivers,openflow,proxyarp,fwd"
## mininet VM
export OCN="192.168.56.103"
export ONOS_WEB_USER=onos
export ONOS_WEB_PASS=rocks