ONOS
-
[ONOS] Connecting ONOS to OvSCloud/Openstack_K8s_Docker 2021. 2. 24. 18:17
- ONOS controls OVS connecting two docker containers 1. Click Applications in PLATFORM 2. installing Base Provider '>' raise 'Confirm Action' window for Base Provider. then OK. 3. Done Base Provider installation 4. Installing others OpenFlow Agent, Reactive Forwarding (this is a switch), Host Location Provider, LLDP(to see topology). 5. Checking ONOS IP address terry@ubuntu:~$ sudo docker networ..
-
[ONOS] Installation on Ubuntu16Cloud/Openstack_K8s_Docker 2021. 2. 24. 17:50
ONOS is SDN controller. it can control OVSs by SDN way. - ONOS installation - ONOS controls OVS connecting two docker containers This ONOS is a container. I will expose ports(8181, 8101, 6653) to use ONOS. terry@ubuntu:~$ sudo docker run -t -d -p 1181:8181 -p 1101:8101 -p 1653:6653 --name onos1 onosproject/onos [sudo] password for terry: Unable to find image 'onosproject/onos:latest' locally lat..