Removing references to k8s and vm 76/8376/2
authorczichy <thoralf.czichy@nokia.com>
Mon, 23 May 2022 12:47:38 +0000 (15:47 +0300)
committerczichy <thoralf.czichy@nokia.com>
Mon, 23 May 2022 12:53:10 +0000 (15:53 +0300)
Signed-off-by: czichy <thoralf.czichy@nokia.com>
Change-Id: I86a6092616ec6cd3cb53f6dbd445f6b516edc01b
Signed-off-by: czichy <thoralf.czichy@nokia.com>
docs/installation-guides.rst
docs/installation-ric.rst

index 55330ed..b8048f5 100644 (file)
@@ -46,12 +46,7 @@ This section explains the installation of Near Realtime RAN Intelligent Controll
 Prerequisites
 =============
 
 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
 ===========================================
 
 Installing Near Realtime RIC in RIC Cluster
 ===========================================
index 8336c36..5c4fec8 100644 (file)
@@ -46,12 +46,9 @@ anymore.
   # install chartmuseum into helm and add ric-common templates
   ./install_common_templates_to_helm.sh
 
   # 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
 ----------------------------
 
 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.
 
 
 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
 
 
 Checking the Deployment Status