-
[ONOS] Installation on Ubuntu16Cloud/Openstack_K8s_Docker 2021. 2. 24. 17:50
<What is ONOS>
ONOS is SDN controller. it can control OVSs by SDN way.
<Purpose>
- ONOS installation
- ONOS controls OVS connecting two docker containers
<ONOS installation>
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
latest: Pulling from onosproject/onos
7595c8c21622: Pull complete
d13af8ca898f: Pull complete
70799171ddba: Pull complete
b6c12202c5ef: Pull complete
a3caae5bc1ad: Pull complete
c041e8f95d65: Pull complete
8871095a27c6: Pull complete
Digest: sha256:f46362d9f93a04f8ed63c7834c92082f56dc413bc3aa58d84993c283cfd40198
Status: Downloaded newer image for onosproject/onos:latest
4d04a4fe63440731806f8410fccc3387d00bc7b0ecdc07aa115f555abd218304
terry@ubuntu:~$<ONOS WebGUI access>
I created 1181 port for ONOS port 8181 of WebGUI.
You need 'port forwarding' depends on your Oracle VirtualBox.
Please access to http://localhost:1181/onos/ui/
In my case, I added port forwarding on my VirtualBox
<Log in ONOS>
Credential: onos / rocks
<WebGUI ONOS>
'Cloud > Openstack_K8s_Docker' 카테고리의 다른 글
[Docker] Docker Networking (0) 2021.02.24 [ONOS] Connecting ONOS to OvS (0) 2021.02.24 [Docker] Connecting two containers via OVS (0) 2021.02.24 [Docker] installation on Ubuntu 16.04.7 LTS (0) 2021.02.24 OVS(Open Virtual Switch) installation on Ubuntu 16.04.7LTS (0) 2021.02.24