CI: Migrate Sonar Scan job to GHA
[portal/nonrtric-controlpanel.git] / docs / installation-guide.rst
index 3448233..bf843fc 100644 (file)
@@ -1,6 +1,6 @@
 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
 .. http://creativecommons.org/licenses/by/4.0
 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
 .. http://creativecommons.org/licenses/by/4.0
-.. Copyright (C) 2020 Nordix
+.. Copyright (C) 2021 Nordix
 
 Installation Guide
 ==================
 
 Installation Guide
 ==================
@@ -12,21 +12,25 @@ This document describes how to install the Non-RT RIC Control Panel, its depende
 
 
 The Non-RT RIC Control Panel is a graphical user interface that enables the user to view and manage the A1 policies in
 
 
 The Non-RT RIC Control Panel is a graphical user interface that enables the user to view and manage the A1 policies in
-the RAN and also view producers and jobs for the Enrichement Information coordinator service. 
+the RAN and also view producers and jobs for the Information coordinator service.
 
 Preface
 -------
 
 
 Preface
 -------
 
-Since the control Panel depends on the A1 Policy Management Service and A1 Enrichment Information Coordinator, they
+Since the control Panel depends on the A1 Policy Management Service and Information Coordinator, they
 must be installed to make it work. See `Non-RT RIC <https://docs.o-ran-sc.org/projects/o-ran-sc-nonrtric/en/latest/index.html>`__
 for how to install and set them up.
 
 must be installed to make it work. See `Non-RT RIC <https://docs.o-ran-sc.org/projects/o-ran-sc-nonrtric/en/latest/index.html>`__
 for how to install and set them up.
 
+This guide is to install both the NonRtRIC Control Panel and the NonRtRIC Service Gateway.
+
+The installation of the NonRtRIC Service Gateway is needed as it exposes A1 Policy Management Service and Information Coordinator Service.
+
 Software Installation and Deployment
 ------------------------------------
 
 .. note::
    It is important to note that all the route configurations are provided in the application.yaml file of the gateway.
 Software Installation and Deployment
 ------------------------------------
 
 .. note::
    It is important to note that all the route configurations are provided in the application.yaml file of the gateway.
-   So in case domain name and port for Policy Management Service and Enrichment Information Coordinator Service
+   So in case domain name and port for Policy Management Service and Information Coordinator Service
    are not the default ones, the application.yaml file must be modified.
 
 Install with Docker
    are not the default ones, the application.yaml file must be modified.
 
 Install with Docker
@@ -45,4 +49,10 @@ Install with Helm
 +++++++++++++++++
 
 Helm charts and an example recipe are provided in the `it/dep repo <https://gerrit.o-ran-sc.org/r/admin/repos/it/dep>`__,
 +++++++++++++++++
 
 Helm charts and an example recipe are provided in the `it/dep repo <https://gerrit.o-ran-sc.org/r/admin/repos/it/dep>`__,
-under "nonrtric".
+under "nonrtric". By modifying the variables named "installXXX" at the beginning of the example recipe file, the  
+components that will be installed can be controlled. The components can be then be installed and started by running the
+following command:
+
+      .. code-block:: bash
+
+        bin/deploy-nonrtric -f nonrtric/RECIPE_EXAMPLE/example_recipe.yaml