...
| Code Block | ||
|---|---|---|
| ||
neutron router-create router-01 neutron router-gateway-set router-01 net-public neutron router-interface-add rotuer-01 [net-A-subnet UUID] neutron router-interface-add router-01 [net-B-subnet UUID] |
Now the network topology should look like the figure below if you check it in Horizon.
Create a security group to allow external access, and add it to the net-A-01 and net-B-01.
...
- Can ping from net-A-01 and net-B-01 to 8.8.8.8
- Can ping between net-A-01 and net-B-01
| Note |
|---|
Currently, SONA security group implementation has two limitations. 1) It does not support the rule updates to the existing security group. 2) Due to the difficulties of connection tracking with OVS and OpenFlow, it does not allow ingress traffic via a connected session by default. So you need to add allow rule with ingress direction explicitly to access external networks. |
Create a floating IP and associate it to net-A-01.
...
- Can ping to net-A-01 with the associated floating IP from the external
Scale Out Nodes
Scale out compute or gateway node is easy. Just add the new node to the SONA network config and update the config to the ONOS-SONA.
HA Setup
