diff options
Diffstat (limited to 'docs/Chapter7/Configuration-Management.rst')
-rwxr-xr-x | docs/Chapter7/Configuration-Management.rst | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/Chapter7/Configuration-Management.rst b/docs/Chapter7/Configuration-Management.rst index 1f81112..37899ba 100755 --- a/docs/Chapter7/Configuration-Management.rst +++ b/docs/Chapter7/Configuration-Management.rst @@ -16,9 +16,29 @@ 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 |