aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorHelen Chen <helen.chen@huawei.com>2018-11-29 14:58:48 +0000
committerGerrit Code Review <gerrit@onap.org>2018-11-29 14:58:48 +0000
commit910c35dc47d9bd803d2caa654abe4b23967fad7b (patch)
treef60003b30203feb894b5c3c461661295294869f1 /docs
parentf83acbcef0fa9c3f6d6f3183c1d1abeb9db3f379 (diff)
parent9a5274143d7b4eef4f7b8a0c083a78d750aec237 (diff)
Merge "Update the closed loop scenario" into casablanca
Diffstat (limited to 'docs')
-rw-r--r--docs/docs_CCVPN.rst9
1 files changed, 9 insertions, 0 deletions
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