aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHesam Rahimi <hesam.rahimi@huawei.com>2022-09-22 16:52:00 -0400
committerHesam Rahimi <hesam.rahimi@huawei.com>2022-09-22 16:52:00 -0400
commit2cc1c77d7aa6f65cc8b7bdbfeb0635d6f0cc2784 (patch)
treec04d3e23c49367b43f88d8853133828b3334e99c
parent808252ccc0cfeb443aaa961eddb1aa78c6f26c69 (diff)
Updating the release notes for the CCVPN use-case enhancements in Kohn release.
Issue-ID: INT-2153 Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com> Change-Id: I1b8f0f7d3387db06c5d7ee27518fa78fdd749f48
-rw-r--r--docs/docs_CCVPN.rst32
1 files changed, 32 insertions, 0 deletions
diff --git a/docs/docs_CCVPN.rst b/docs/docs_CCVPN.rst
index bc997ec43..1ad6af5ad 100644
--- a/docs/docs_CCVPN.rst
+++ b/docs/docs_CCVPN.rst
@@ -7,6 +7,38 @@
CCVPN (Cross Domain and Cross Layer VPN)
----------------------------------------
+Update for kohn Release
+~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+The kohn release enhances the CCVPN use-case by introducing the following three features (REQ-1268):
+1. E-LINE (P2P connection) support for the Cloud Leased Line (CLL) service delivery
+2. Enhancing the Closed-Loop Automation of CCVPN services by using DCAE SDK dmaap-client lib in slice analysis MS
+3. Enhancing TN NSSMF NBI to align with the latest IETF specification (SO changes)
+
+Kohn Scope and Impacted modules
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+The Kohn release is an enhancement release. E-LINE service model (P2P connection) is added to the Cloud Leased Line (CLL) service.
+Also, slice analysis MS is enhanced to use DCAE SDK dmaap-client lib.
+And lastly, TN NSSMF northbound is aligned with the latest IETF transport slice definition model (SO changes).
+
+The impacted ONAP modules are: CCSDK, SDN-C, DCAE, and SO.
+
+Installation Procedure
+~~~~~~~~~~~~~~~~~~~~~~
+
+For Kohn new features, the integration test environment is similar to that of
+the Jakarta release: an ONAP instance with Kohn release interfacing with 3rd party
+transport domain controllers should be established.
+
+Functional/Integration Test Cases
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+The testing procedure is described in the following few test cases:
+- Create and delete single CLL instance which accesses single cloud, and monitor if the closed-loop call flow is getting triggered.
+- Modify the bandwidth of a connection link of an existing CLL instance, and monitor if the closed-loop call flow is getting triggered.
+
+
Update for Jakarta Release
~~~~~~~~~~~~~~~~~~~~~~~~~~~