Update installation description 13/97313/4
authorJoanna Jeremicz <joanna.jeremicz@nokia.com>
Fri, 18 Oct 2019 12:48:17 +0000 (14:48 +0200)
committerJoanna Jeremicz <joanna.jeremicz@nokia.com>
Tue, 22 Oct 2019 10:00:11 +0000 (12:00 +0200)
Fix for bug (INT-1181) PRH CSITs use incorrect path for service-instance. Manual steps description.

Issue-ID: INT-1181
Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
Change-Id: Iec08c2f1c9627541ded7d2ec7919e35814c8bd2f

docs/sections/services/prh/installation.rst

index 4570041..5f3b36c 100644 (file)
@@ -63,4 +63,24 @@ Heartbeat: http://<container_address>:8100/heartbeat or https://<container_addre
 
 Start prh: http://<container_address>:8100/start or https://<container_address>:8433/start
 
-Stop prh: http://<container_address>:8100/stopPrh or https://<container_address>:8433/stopPrh
\ No newline at end of file
+Stop prh: http://<container_address>:8100/stopPrh or https://<container_address>:8433/stopPrh
+
+
+Fix for bug (INT-1181) *PRH CSITs use incorrect path for service-instance*
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+**Undeploy PRH with current version (1.3.1) and manually deploy it with version 1.3.2. Steps to install the correction:**
+
+- Fetch the correct blueprint from nexus - k8s-prh.yaml: https://nexus.onap.org/content/sites/raw/org.onap.dcaegen2.platform.blueprints/R5/blueprints/ (It should contain *aai.aaiClientConfiguration.baseUrl* parameter and prh-app-server:**1.3.2**)
+- Undeploy existing PRH service (1.3.1) by going into k8s and bootstrap pod.
+
+  - Enter the bootstrap pod: ``kubectl exec -it [pod name] -n onap /bin/sh``
+  - Uninstall PRH: ``cfy executions start -d prh uninstall``
+  - Delete deployment: ``cfy deployments delete prh``
+  - Delete blueprint: ``cfy blueprints delete prh``
+  - Replace the old blueprint with the new one (blueprints/k8s-prh.yaml)
+  - Upload the blueprint to cfy: ``cfy blueprints upload -b prh /blueprints/k8s-prh.yaml``
+  - Create deployment: ``cfy deployments create -b prh prh``
+  - Install PRH: ``cfy executions start -d prh install``
+
+- Verify that PRH pod is up and running.