Update docs 38/90138/2
authorYang Xu <yang.xu@futurewei.com>
Wed, 19 Jun 2019 05:56:35 +0000 (01:56 -0400)
committerGary Wu <gary.wu@futurewei.com>
Wed, 19 Jun 2019 13:00:11 +0000 (13:00 +0000)
Signed-off-by: Yang Xu <yang.xu@futurewei.com>
Issue-ID: INT-1109
Change-Id: I69c90d8152f780e0e438236d3cec4a3ef0fead17

docs/docs_vCPE.rst
docs/release-notes.rst

index 49d7d91..0ba32b9 100644 (file)
@@ -68,7 +68,7 @@ Here are the main steps to run the use case in Integration lab environment, wher
 
 :: 
 
-   kubectl -n onap exec -it dev-sdnc-sdnc-0 -- /opt/sdnc/bin/addIpAddresses.sh VGW 10.5.0 22 250`
+   kubectl -n onap exec -it dev-sdnc-sdnc-0 -- /opt/sdnc/bin/addIpAddresses.sh VGW 10.5.0 22 250
 
 7. Install python and other python libraries
 
@@ -111,42 +111,42 @@ Here are the main steps to run the use case in Integration lab environment, wher
    
    vcpe.py init
 
-9. Run the command from Rancher node to insert vcpe customer service workflow entry in SO catalogdb. You should be able to see the following command printed out from the above step output
+10. Run the command from Rancher node to insert vcpe customer service workflow entry in SO catalogdb. You should be able to see the following command printed out from the above step output
 
 ::
 
    kubectl exec dev-mariadb-galera-mariadb-galera-0 -- mysql -uroot -psecretpassword -e "INSERT INTO catalogdb.service_recipe (ACTION, VERSION_STR, DESCRIPTION, ORCHESTRATION_URI, SERVICE_PARAM_XSD, RECIPE_TIMEOUT, SERVICE_TIMEOUT_INTERIM, CREATION_TIMESTAMP, SERVICE_MODEL_UUID) VALUES ('createInstance','1','vCPEResCust 2019-06-03 _04ba','/mso/async/services/CreateVcpeResCustService',NULL,181,NULL, NOW(),'6c4a469d-ca2c-4b02-8cf1-bd02e9c5a7ce')"
 
-10. Instantiate vCPE infra services
+11. Instantiate vCPE infra services
 
 ::
 
     vcpe.py infra
 
-11. Install curl command inside sdnc-sdnc-0 container
+12. Install curl command inside sdnc-sdnc-0 container
 
-12. From Rancher node run command to check connectivity from sdnc to brg and gmux, and the configuration of brg and gmux
+13. From Rancher node run command to check connectivity from sdnc to brg and gmux, and the configuration of brg and gmux
 
 ::
 
     healthcheck-k8s.py onap
 
-13. Update libevel.so in vGMUX VM. See tutorial wiki for details
+14. Update libevel.so in vGMUX VM. See tutorial wiki for details
 
-14. Run heatbridge. The heatbridge command usage: demo-k8s.sh <namespace> heatbridge <stack_name> <service_instance_id> <service> <oam-ip-address>. See an example as following:
+15. Run heatbridge. The heatbridge command usage: demo-k8s.sh <namespace> heatbridge <stack_name> <service_instance_id> <service> <oam-ip-address>. See an example as following:
 
 ::
 
     ~/integration/test/vcpe# ~/oom/kubernetes/robot/demo-k8s.sh onap heatbridge vcpe_vfmodule_e2744f48729e4072b20b_201811262136 d8914ef3-3fdb-4401-adfe-823ee75dc604 vCPEvGMUX 10.0.101.21
 
-15. Push new Policy. Download the policy files and follow steps in JIRA INT-1089 - Create vCPE closed loop policy and push to policy engine
+16. Push new Policy. Download the policy files and follow steps in JIRA INT-1089 - Create vCPE closed loop policy and push to policy engine
 
 ::
 
     curl -k --silent --user 'healthcheck:zb!XztG34' -X POST "https://policy-api:6969/policy/api/v1/policytypes/onap.policies.controlloop.Operational/versions/1.0.0/policies" -H "Accept: application/json" -H "Content-Type: application/json" -d @operational.vcpe.json.txt
     curl --silent -k --user 'healthcheck:zb!XztG34' -X POST "https://policy-pap:6969/policy/pap/v1/pdps/policies" -H "Accept: application/json" -H "Content-Type: application/json" -d @operational.vcpe.pap.json.txt
 
-16. Start closeloop by triggering packet drop VES event. You may need to run the command twice if the first run fails
+17. Start closeloop by triggering packet drop VES event. You may need to run the command twice if the first run fails
 
 :: 
 
@@ -159,7 +159,7 @@ The use case has been tested for Dublin release, the test report can be found on
 
 Known Issues and Workaround
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-1) NATs are installed on BRG and vBNG. In order to allow SDNC to send BRG configuration message through vBNG, SDNC host VM IP address is preloaded on BRG and vBNG, and provisioned into the firewalls. If SDNC changes its host VM, SDNC host VM IP changes and we need to manually update the IP in /opt/config/sdnc_ip.txt. Then run:
+1) NATs are installed on BRG and vBNG. In order to allow SDNC to send BRG configuration message through vBNG, SDNC host VM IP address is preloaded on BRG and vBNG during VM instantiation, and provisioned into the NATs. If SDNC changes its host VM, SDNC host VM IP changes and we need to manually update the IP in /opt/config/sdnc_ip.txt. Then run:
 
 ::
 
index 62133a1..e2147b1 100644 (file)
@@ -12,23 +12,18 @@ Integration Release Notes
 Integration Repo
 ================
 
-Version: 3.0.0
+Version: 4.0.0
 --------------
 
-:Release Date: 2018-11-30
+:Release Date: 2019-06-21
 
 **New Features**
 
-* CI/CD with daily summary: `functional tests and health checks <http://onapci.org/grafana/d/8cGRqBOmz/daily-summary>`_. 
-* Container optimization through the CIA sub-project
-* Enhanced deployment scripts and HEAT template for automated deployment of OOM onto a HA-enabled Kubernetes cluster
+* ONAP deployment script with RKE and OOM
 * Updated scripts for OOM daily automated deployment tests
-* Added various helper scripts and configuration files for assisting the ONAP community's work on the various OpenLab test environments
-* Updated docker and java artifact versions for ONAP Casablanca release
-* Additional enhancements to automation test scripts for vCPE use case
-* Moved CSIT content to a separate integration/csit repo
-* Updates and enhancements to the CSIT test plans across projects to support the ONAP Casablanca use cases
-* Offline deployment: deploy ONAP without direct internet access for Beijing release
+* Automation script for use cases
+* Updated java artifact versions for ONAP Dublin release
+* Updates and enhancements to the CSIT test plans across projects to support the ONAP Dublin use cases
 
 **Security Notes**
 
@@ -44,7 +39,7 @@ Quick Links:
 ONAP Maturity Testing Notes
 ===========================
 
-For the Casablanca release, ONAP continues to improve in multiple areas of Scalability, Security, Stability and Performance (S3P) metrics.
+For Dublin release, ONAP continues to improve in multiple areas of Scalability, Security, Stability and Performance (S3P) metrics.
 
 The Integration team ran the 72 hours stability testing (100% passing rate) and full resilience testing (96.9% passing rate) at ONAP OpenLabs. More details in :ref:`ONAP Maturity Testing Notes <integration-s3p>`.
 
@@ -52,7 +47,7 @@ The Integration team ran the 72 hours stability testing (100% passing rate) and
 Verified Use Cases and Functional Requirements
 ==============================================
 
-The Integration team verified 15 use cases and functional requirements. 
+The Integration team verified 30 use cases and functional requirements. 
 The details can be found at :ref:`Verified Use Cases and Functional Requirements <docs_usecases>` session.
 
 O-Parent
@@ -102,7 +97,7 @@ Version: 1.2.0
 
 
 Demo Artifacts (HEAT Templates)
-==============
+===============================
 
 Version: 1.3.0
 --------------
@@ -117,7 +112,28 @@ and TOSCA templates.
 
 
 Robot Test Suite
-===========
+================
+
+Version: 1.4.1
+
+:Release Date: 2019-06-09
+
+**New Features**
+
+* Update vFWCL use case test script
+
+
+Version: 1.4.0
+
+:Release Date: 2019-05-24
+
+**New Features**
+
+* Update vFWCL use case closed loop policy
+* Fix vCPE use case test bugs
+* Support resource VL type in test script
+* Add test script for new use cases
+* Enhance existing use cases test script
 
 Version: 1.3.2
 --------------