From a80d0002bdccfd9c5b8dd4fbcc553d9c6a957779 Mon Sep 17 00:00:00 2001 From: czichy Date: Mon, 23 May 2022 15:47:38 +0300 Subject: [PATCH] Removing references to k8s and vm Signed-off-by: czichy Change-Id: I86a6092616ec6cd3cb53f6dbd445f6b516edc01b Signed-off-by: czichy --- docs/installation-guides.rst | 7 +------ docs/installation-ric.rst | 17 ++++++++++++----- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/docs/installation-guides.rst b/docs/installation-guides.rst index 55330ed..b8048f5 100644 --- a/docs/installation-guides.rst +++ b/docs/installation-guides.rst @@ -46,12 +46,7 @@ This section explains the installation of Near Realtime RAN Intelligent Controll Prerequisites ============= -Refer to the following links to set up the pre-requisites - -VM installation - https://docs.o-ran-sc.org/projects/o-ran-sc-it-dep/en/latest/installation-guides.html#virtualbox-vms-as-installation-hosts - -k8s installation - https://docs.o-ran-sc.org/projects/o-ran-sc-it-dep/en/latest/installation-guides.html#one-node-kubernetes-cluster - +The steps below assume a clean installation of Ubuntu 20.04 (no k8s, no docker, no helm) Installing Near Realtime RIC in RIC Cluster =========================================== diff --git a/docs/installation-ric.rst b/docs/installation-ric.rst index 8336c36..5c4fec8 100644 --- a/docs/installation-ric.rst +++ b/docs/installation-ric.rst @@ -46,12 +46,9 @@ anymore. # install chartmuseum into helm and add ric-common templates ./install_common_templates_to_helm.sh -After the recipes are edited and helm started, the Near Realtime RIC platform is ready to be deployed. +After the recipes are edited and helm started, the Near Realtime RIC platform is ready to be deployed, +but first update the deployment recipe as per instructions in the next section. -.. code:: bash - - cd ric-dep/bin - ./install -f ../RECIPE_EXAMPLE/PLATFORM/example_recipe_latest_stable.yaml Modify the deployment recipe ---------------------------- @@ -84,6 +81,16 @@ points to the latest example file that is under current development. For more advanced recipe configuration options, please refer to the recipe configuration guideline. +Installing the RIC +------------------ + +After updating the recipe you can deploy the RIC with the command below. Note that generally use the +latest recipe marked stable or one from a specific release. + +.. code:: bash + + cd ric-dep/bin + ./install -f ../RECIPE_EXAMPLE/PLATFORM/example_recipe_latest_stable.yaml Checking the Deployment Status -- 2.16.6