From 9a5274143d7b4eef4f7b8a0c083a78d750aec237 Mon Sep 17 00:00:00 2001 From: seshukm Date: Thu, 29 Nov 2018 22:33:00 +0800 Subject: [PATCH] Update the closed loop scenario Issue-ID: INT-748 Change-Id: I0775fcb77e7cc92bd87bcc2dc6f37fd2b90706ae Signed-off-by: seshukm --- docs/docs_CCVPN.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/docs_CCVPN.rst b/docs/docs_CCVPN.rst index 8c7426f62..f9fb501c9 100644 --- a/docs/docs_CCVPN.rst +++ b/docs/docs_CCVPN.rst @@ -115,4 +115,13 @@ Copy csar files, which got from so-sdc-controller, to so-bpmn-infra exit from the so-bpmn-infra ( eg: exit ) copy all csar files to so-bpmn-infra ( eg: kubectl.exe cp service-Siteservice-csar.csar onap/dev-so-so-bpmn-infra-54db5cd955-h7f5s:/app/ASDC/1/service-Siteservice-csar.csar ) +5) Manual steps in closed loop Scenario: +Following steps were undertaken for the closed loop testing. +a. Give controller ip, username and password, trust store and key store file in restconf collector collector.properties +b. Updated DMAAP ip in cambria.hosts in DmaapConfig.json in restconf collector and run restconf collector +c. Followed the steps provided in this link(https://wiki.onap.org/display/DW/Holmes+User+Guide+-+Casablanca#HolmesUserGuide-Casablanca-Configurations) to push CCVPN rules to holmes +d. Followed the steps provided in this link(https://wiki.onap.org/display/DW/ONAP+Policy+Framework%3A+Installation+of+Amsterdam+Controller+and+vCPE+Policy) as reference to push CCVPN policies to policy module and updated sdnc.url, username and password in environment(/opt/app/policy/config/controlloop.properties.environment) +As per wiki (Policy on OOM), push-policied.sh script is used to install policies. but I observed that CCVPN policy is not added in this script. So merged CCVPN policy using POLICY-1356 JIRA ticket. but policy is pushed by using push-policy_casablanca.sh script during integration test. +It is found that the changes made were overwritten and hence had to patch the DG manually. This will be tracked by the JIRA SDNC-540. + all above manual steps can be found https://wiki.onap.org/display/DW/Manual+steps+for+CCVPN+Integration+Testing \ No newline at end of file -- 2.16.6