This walkthrough demonstrates most SONA features, as well as its typical usage in concert with OpenStack. The walkthrough assumes that you are familiar with how to use ONOS and OpenStack. If you're not, we recommend you to go through Tutorials and Walkthroughs and http://docs.openstack.org.
tocIf you are more comfortable with Horizon UI, then please refer to SONA Walkthrough with Horizon.
Tip) The following cloud-init script helps to set password of "ubuntu" user to "ubuntu" for UEC image, if you pass this script to Nova with "--user-data" option when you create a new VM.
...
| 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, a small limitation that it does not allow ingress traffic via a connected session by default. So, you'll need to add allow allowing rule with for ingress direction with remote address "0.0.0.0/0" explicitly for your VM to access external networksbe able to access the Internet. |
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
...