Added O1 netconf support through SDNR
[smo/o1.git] / client / README.md
1 # smo-o1
2 Here we use SDNR as O1 client, following steps will bringup the SDNR through docker-compose.
3
4 prerequisite: docker, docker-compose
5
6 $ docker-compose up -d
7
8 Once the deployment is successful, verify the deployment
9
10 ```
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
16 ```
17
18 SDNR GUI is accessible at http://<host_ip>:8181/odlux/index.html
19
20 username/password: admin/Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
21
22 Note: password is configurable through .env file