Updated chapter 7.3 Configuration management 24/102624/6
authorJunfengWang <junfeng.a.wang@ericsson.com>
Fri, 28 Feb 2020 18:24:21 +0000 (13:24 -0500)
committerJunfengWang <junfeng.a.wang@ericsson.com>
Mon, 2 Mar 2020 20:15:03 +0000 (15:15 -0500)
Added description about LCM operations using either SDN-C/APPC LCM API
or CDS self-service API

Issue-ID: VNFRQTS-657

Signed-off-by: JunfengWang <junfeng.a.wang@ericsson.com>
Change-Id: I1964386303abacbeddf50fc673dfe482d47fc2dd

docs/Chapter7/Configuration-Management.rst

index 1f81112..37899ba 100755 (executable)
 
 Configuration Management
 ------------------------
+The protocol used to communicate with VNF or PNF for life cycle management (LCM) operations are NETCONF, Ansible, Chef, and REST.
+A VNF or PNF shall support at least one of communication protocols as specified in the requirement R-305645.
+
+.. req::
+    :id: R-305645
+    :target: VNF or PNF
+    :keyword: MUST
+    :introduced: frankfurt
+
+    The VNF or PNF MUST support configuration management including
+    life cycle management (LCM) using at least one of the following
+    protocols a)NETCONF/YANG, b)Ansible and c)Chef.
+
+Since Frankfurt release, SO building blocks can use either APPC client or CDS client
+for life cycle management (LCM) operations. The associated API is either APPC/SDN-C LCM API or CDS self-service API.
+A VNF or PNF must support LCM operations that using either of two APIs.
+The selection of which API to use for LCM operations for a given PNF/VNF type is defined in design time by the service designer.
+
+The requirements for supporting of SDN-C/APPC LCM API for LCM operations are documented in section 7.3.1.
 
 Controller Interactions With VNF or PNF
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+This section is not applicable to LCM operations using CDS self-service API.
 
 APPC/SDN-C expose a northbound API to clients (such as SO) in order for
 the clients to initiate an activity (aka command) on a VNF or PNF. APPC/SDN-C