X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=smo%2Fo1.git;a=blobdiff_plain;f=client%2FREADME.md;fp=client%2FREADME.md;h=e14c3fe0bc99442641cb898ce8252bf00e49872b;hp=0000000000000000000000000000000000000000;hb=e4c1a39a4abda7edd5782c49f1b73a5d53f8f38d;hpb=c4bd5f94228bc685457036d9eddc2d08e0da359b diff --git a/client/README.md b/client/README.md new file mode 100644 index 0000000..e14c3fe --- /dev/null +++ b/client/README.md @@ -0,0 +1,22 @@ +# smo-o1 +Here we use SDNR as O1 client, following steps will bringup the SDNR through docker-compose. + +prerequisite: docker, docker-compose + +$ docker-compose up -d + +Once the deployment is successful, verify the deployment + +``` +ubuntu@nodez01b03:~/oran-sc-oam/o1/client$ docker-compose ps + Name Command State Ports +------------------------------------------------------------------------------------------------------------------------------------ +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 +sdnrdb /tini -- /usr/local/bin/do ... Up 9200/tcp, 9300/tcp +``` + +SDNR GUI is accessible at http://:8181/odlux/index.html + +username/password: admin/Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U + +Note: password is configurable through .env file