Update the env variable and documentation
Env variable for chart museum and documentation updated.
Issue-ID: NONRTRIC-984
Change-Id: I2ec1eb60ef3b472ae4a5a85509a927a1b54aa524
Signed-off-by: aravind.est <aravindhan.a@est.tech>
diff --git a/docs/images/rApp-flow.png b/docs/images/rApp-flow.png
index 9da4306..0b5e484 100755
--- a/docs/images/rApp-flow.png
+++ b/docs/images/rApp-flow.png
Binary files differ
diff --git a/docs/installation-guide.rst b/docs/installation-guide.rst
index 0e629da..5ccfb1d 100755
--- a/docs/installation-guide.rst
+++ b/docs/installation-guide.rst
@@ -1,6 +1,6 @@
.. This work is licensed under a Creative Commons Attribution 4.0 International License.
.. http://creativecommons.org/licenses/by/4.0
-.. Copyright (C) 2023 OpenInfra Foundation Europe. All rights reserved.
+.. Copyright (C) 2023-2024 OpenInfra Foundation Europe. All rights reserved.
Installation Guide
==================
@@ -37,9 +37,14 @@
+--------------------+--------------------------------------------+----------------------------------------------+
| **Variable Name** | **Description** | **Default Value** |
+--------------------+--------------------------------------------+----------------------------------------------+
-| CHART_REPO_HOST | Address of the chart repository. | \http://IP_ADDRESS:8879/charts |
+| CHART_REPO_GET_URI | URI to get the charts. | \http://IP_ADDRESS:8879/charts |
| | | |
-| | It will be used by Kubernetes participant. | IP_ADDRESS: IP of the host in which |
+| | It will be used by Kubernetes participant | IP_ADDRESS: IP of the host in which |
+| | and sample rApp generator | the installation scripts are running. |
++--------------------+--------------------------------------------+----------------------------------------------+
+| CHART_REPO_POST_URI| URI to upload the charts. | \http://IP_ADDRESS:8879/charts/api/charts |
+| | | |
+| | It will be used by sample rApp generator | IP_ADDRESS: IP of the host in which |
| | | the installation scripts are running. |
+--------------------+--------------------------------------------+----------------------------------------------+
| A1PMS_HOST | Address of the A1PMS. | \http://policymanagementservice.nonrtric:9080|
diff --git a/docs/uml/rApp-flow.puml b/docs/uml/rApp-flow.puml
index 765af4d..825bdfc 100755
--- a/docs/uml/rApp-flow.puml
+++ b/docs/uml/rApp-flow.puml
@@ -4,6 +4,7 @@
actor "API User"
participant "rApp Manager"
collections "File System"
+participant "Chartmuseum Server"
participant "ACM Runtime"
participant "DME"
@@ -13,6 +14,8 @@
"rApp Manager"->"File System": Store rApp Package
"rApp Manager"->"API User": Create rApp Status
"API User"->"rApp Manager": Prime rApp
+"rApp Manager"->"Chartmuseum Server": Upload helm charts
+"Chartmuseum Server"->"rApp Manager": Upload helm charts Status
"rApp Manager"->"ACM Runtime": Create ACM composition
"ACM Runtime"->"rApp Manager": Create ACM composition Status
"rApp Manager"->"ACM Runtime": Prime ACM composition