...
| Code Block |
|---|
ONOS_APPS=drivers,openflow-base,lldpprovider,dhcp,cordvtn |
...
Manual jobs
Once OpenStack and ONOS with CORD VTN app start successfully, you should do some additional steps before using the service.
...
| Code Block | ||||
|---|---|---|---|---|
| ||||
onos> cordvtn-node-check compute-02 Integration bridge created/connected : OK (br-int) VXLAN interface created : OK Physical interface added : NO (eth0) |
2. Make sure all virtual switches on compute nodes are added and available in ONOS.. Assign "localIP" in your network-cfg.json to "br-int" in your compute node.
This step has not been automated yet. You should do this step manually. Login to the compute nodes and assign local IP to the "br-int" bridge.
When you are done this, you should be able to ping between compute nodes with this local IPs.
| Code Block |
|---|
$ sudo ip addr add 10.134.34.223 dev br-int
$ sudo ip link set br-int up |
3. Make sure all virtual switches on compute nodes are added and available in ONOS.
| Code Block |
|---|
onos> devices
id= |
| Code Block |
onos> devices
id=of:0000000000000001, available=true, role=MASTER, type=SWITCH, mfr=Nicira, Inc., hw=Open vSwitch, sw=2.0.2, serial=None, managementAddress=compute.01.ip.addr, protocol=OF_13, channelId=compute.01.ip.addr:39031
id=of:0000000000000002, available=true, role=STANDBY, type=SWITCH, mfr=Nicira, Inc., hw=Open vSwitch, sw=2.0.2, serial=None, managementAddress=compute.02.ip.addr, protocol=OF_13, channelId=compute.02.ip.addr:44920 |
3. Add data plane IP to "br-int" in your compute node.
...