X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Finstallation-guide.rst;h=e8c005b0aff9a0cff543b820d18c5929f8aa9e58;hb=8748e788a43465b180c15d31908c276504dad6d4;hp=700180e4ed835b85bb353fe6194b73cf4d74199d;hpb=093afd2e854d73d697233396fb9c74ed67bdd615;p=o-du%2Fl2.git diff --git a/docs/installation-guide.rst b/docs/installation-guide.rst index 700180e4e..e8c005b0a 100644 --- a/docs/installation-guide.rst +++ b/docs/installation-guide.rst @@ -123,7 +123,7 @@ Setting up Netconf server - Ubuntu : | cd /l2/build/scripts - | sudo ./install_lib.sh -c + | sudo ./install_lib_O1.sh -c - Start Netopeer2-server: @@ -147,22 +147,50 @@ Setting up Netconf server - Install the YANG modules - - Ubuntu : - + - Ubuntu : + | cd /l2/build/yang | sysrepoctl -i ./yang/o-ran-sc-odu-alarm-v1.yang | sysrepoctl -i ./yang/o-ran-sc-odu-interface-v1.yang + | sysrepoctl -i ./yang/o-ran-sc-du-hello-world.yang - Configure the startup IP and Port configurations for DU, CU and RIC - - Ubuntu : - + - Ubuntu : + | cd /l2/build/config | | Open the startup_config.xml and edit the desired IP and Port for CU, DU and RIC. | Then load the configuration in the sysrepo running datastore using the command below | - | sysrepocfg --import=startup_config.xml --datastore running --module o-ran-sc-odu-interface-v1 + | sysrepocfg --import=startup_config.xml --datastore running --module o-ran-sc-odu-interface-v1 + +- Configure the netconf server details for VES PNF Event + + - Ubuntu : + + | cd /l2/build/config + | + | Open the netconfConfig.json and edit the desired MAC address, IP, Port, Username and Password for VES PNF Registration. + +- Configure the VES server details to send VES Events + + - Ubuntu : + + | cd /l2/build/config + | + | Open the vesConfig.json and edit the desired IP, Port, Username and Password to send VES Event. + +- Configure the nacm module to provide access to new user + + - Ubuntu : + + | cd /l2/build/config + | + | Open the nacm_config.xml and edit the desired user-name to provide the access to that user. + | + | $sysrepocfg --import=nacm_config.xml --datastore running --module ietf-netconf-acm + Compilation ------------