X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=ricplt%2FREADME.md;fp=ricplt%2FREADME.md;h=0000000000000000000000000000000000000000;hb=033ab424056c2de6bdbc22479e961aeebbaddd37;hp=fa3f436867efb1856a8517896a1fd2e39c6b6517;hpb=189c974169043e89fa216df5ca638fb550e041e4;p=it%2Fdep.git diff --git a/ricplt/README.md b/ricplt/README.md deleted file mode 100644 index fa3f4368..00000000 --- a/ricplt/README.md +++ /dev/null @@ -1,33 +0,0 @@ -# RIC Platform Installation -### Directory Structure -- appmgr: xApp Manager Helm Chart -- common: Common Helm Chart -- dbaas: Database as a Service Helm Chart -- dist: local helm chart repo store -- e2mgr: E2 Termination Manager Helm Chart -- e2term: E2 Termination Helm Chart -- helm\_reset.sh: script for reseting local helm repo -- prepull.sh: scriptr for pre-pulling all RIC platform component docker images -- preric: Pre-RIC Helmn Chart (for setting infrastructure resources such as docker registry credential) -- ric: RIC Helm Chart -- ric\_env.sh: script for setting up various env varibles needed for RIC -- ric\_install.sh: RIC "one-click" installation script -- ric\_uninstall.sh: RIC uninstallation -- rtmgr: Routing Manager Helm Chart - -### To Install RIC Platform Deployment -```sh -$ # set environment variables -$ . ./ric_env.sh -$ # reset helm and local chart repo -$ ./helm_reset.sh -$ # install RIC platform -$ ./ric_install.sh -``` - -### To Unnstall RIC Platform Deployment -```sh -$ # uninstall RIC platform -$ ./ric_uninstall.sh -``` -