2 Here we use SDNR as O1 client, following steps will bringup the SDNR through docker-compose.
4 prerequisite: docker, docker-compose
8 Once the deployment is successful, verify the deployment
11 ubuntu@nodez01b03:~/oran-sc-oam/o1/client$ docker-compose ps
12 Name Command State Ports
13 ------------------------------------------------------------------------------------------------------------------------------------
14 sdnr /bin/sh -c /opt/onap/sdnc/ ... Up 0.0.0.0:8101->8101/tcp,:::8101->8101/tcp, 0.0.0.0:8181->8181/tcp,:::8181->8181/tcp
15 sdnrdb /tini -- /usr/local/bin/do ... Up 9200/tcp, 9300/tcp
18 SDNR GUI is accessible at http://<host_ip>:8181/odlux/index.html
20 username/password: admin/Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
22 Note: password is configurable through .env file