X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=docs%2Finstallation-guide.rst;fp=docs%2Finstallation-guide.rst;h=d77889335e0ca98ac7c6570cc09092081e46e2de;hb=301648c2a948e736d7922293108d6980bd9bf429;hp=253c3368d99a2dc4d2a734fe1536e96edf94b1d2;hpb=eb98e8a7d8b4fcc393539054d673535a1e6159b9;p=ric-app%2Frc.git diff --git a/docs/installation-guide.rst b/docs/installation-guide.rst index 253c336..d778893 100644 --- a/docs/installation-guide.rst +++ b/docs/installation-guide.rst @@ -13,23 +13,4 @@ Installation Guide Installation ------------ -Steps to onboard the xapp - 1)echo '{ "config-file.json_url": "https://gerrit.o-ran-sc.org/r/gitweb?p=ric-app/rc.git;a=blob_plain;f=xapp-descriptor/config.json;hb=HEAD","controls-schema.json_url": "https://gerrit.o-ran-sc.org/r/gitweb?p=ric-app/rc.git;a=blob_plain;f=xapp-descriptor/schema.json;hb=HEAD" }' > onboard.rc.url - - 2)Onboard the rc xapp using the below command : - curl --location --request POST "http://$(hostname):32080/onboard/api/v1/onboard/download" --header 'Content-Type: application/json' --data-binary "@./onboard.rc.url" - - After this command: xapp should be created - Eg: - curl --location --request POST "http://$(hostname):32080/onboard/api/v1/onboard/download" --header 'Content-Type: application/json' --data-binary "@./onboard.rc.url" - { - "status": "Created" - } - 3)Deploying the xapp: - curl --location --request POST "http://$(hostname):32080/appmgr/ric/v1/xapps" --header 'Content-Type: application/json' --data-raw '{"xappName": "rc"}' - - after this step the xapp should be in running state - - ricxapp ricxapp-rc-5ccdcc9f6f-ktq7w 1/1 Running 0 88m - - 4) restart rtMgr so rmr is ready +Steps to onboard the xapp provided in README