From 99b4935ca9d69a0a9ecae65135d33b132bc38417 Mon Sep 17 00:00:00 2001 From: Krzysztof Kuzmicki Date: Tue, 15 Oct 2019 13:17:47 +0200 Subject: Integration doc for 5g pnp pnf use case Issue-ID: INT-1333 Signed-off-by: krzysztof kuzmicki Change-Id: Iaeac6337bd37a2b2e5e66b0a400c4f67d8fd7d85 --- docs/docs_5g_pnf_pnp.rst | 32 +++----------------------------- 1 file changed, 3 insertions(+), 29 deletions(-) diff --git a/docs/docs_5g_pnf_pnp.rst b/docs/docs_5g_pnf_pnp.rst index e658c222c..09ec6d302 100644 --- a/docs/docs_5g_pnf_pnp.rst +++ b/docs/docs_5g_pnf_pnp.rst @@ -9,7 +9,7 @@ Source files ~~~~~~~~~~~~ -- Base PnP PNF Simulator heat template file: https://git.onap.org/integration/tree/test/mocks/pnfsimulator/deployment/PnP_PNF_sim_heat_template_Ubuntu_16_04.yml +- Base PnP PNF Simulator heat template file: https://gerrit.onap.org/r/gitweb?p=integration.git;a=tree;f=test/mocks/pnfsimulator/deployment/src Description ~~~~~~~~~~~ @@ -20,8 +20,8 @@ The PNF Plug and Play is a procedure that is executed between a PNF and ONAP. In - `5G - PNF Plug and Play use case documentation `_ - `5G - PNF Plug and Play - Integration Test Cases `_ -- `5G - PNF Plug and Play test cases status for Casablanca release `_ -- `Instruction how to setup PnP PNF Simulator `_ +- `Instruction how to setup PnP PNF Simulator `_ +- `Instruction how to use PnP PNF Simulator `_ How to Use ~~~~~~~~~~ @@ -31,30 +31,4 @@ How to Use 3) `Send PNF Registartion request from PnP PNF Simualtor and finish registration `_ -Known Issues and Resolutions -~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -In SO BPMN in mechanism making re-subscription to /events/unauthenticated.PNF_READY topic there is an issue `SO-1253 `_. -By default after ONAP and PRH deploy DMaaP topic /events/unauthenticated.PNF_READY is not present. -It is created by PRH after first expected PNF registration event arrival to ONAP system. -If service for PNF will be created before topic /events/unauthenticated.PNF_READY will be present then service will not be able to read from the topic. - - -**Workaround** - -- Before starting any PNF service verify if unauthenticated.PNF_READY topic exists using command: - -:: - - curl --header "Content-type: application/json" --request GET http://:30227/topics/listAll - -- If it doesn't exists send following curl in order to create topic: - -:: - - curl --header "Content-type: application/json" --request POST --data '[{"correlationId": "test"}]' http://:30227/events/unauthenticated.PNF_READY - -- Once again verify if topic exists -- If the PNF service will be started before unauthenticated.PNF_READY topic creation, then there will be a need to restart SO-BPMN docker container - -- cgit 1.2.3-korg