diff options
author | 2020-03-06 11:51:45 -0500 | |
---|---|---|
committer | 2020-03-09 16:37:03 +0000 | |
commit | ac936e3634ba96e171fb1452adca18b10841fc69 (patch) | |
tree | 1bac57c92b2f355f422e7cddef28c1cb316109de /docs | |
parent | 3f887ee6a390473f24a679f215d40effb1c14ee3 (diff) |
Add new requirement for LCM operations via NETCONF
Issue-ID: VNFRQTS-830
Signed-off-by: JunfengWang <junfeng.a.wang@ericsson.com>
Change-Id: I0d47568ecafc51f6d45d69fa0de369b5a57984a1
Diffstat (limited to 'docs')
-rwxr-xr-x | docs/Chapter7/Configuration-Management.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/Chapter7/Configuration-Management.rst b/docs/Chapter7/Configuration-Management.rst index 37899ba..0d274a3 100755 --- a/docs/Chapter7/Configuration-Management.rst +++ b/docs/Chapter7/Configuration-Management.rst @@ -1033,6 +1033,21 @@ NETCONF RFCs. protocol according to [RFC7589]. +LCM Operations via NETCONF +++++++++++++++++++++++++++++++ + +.. req:: + :id: R-246519 + :target: VNF or PNF + :keyword: MAY + :introduced: frankfurt + + As alternative to Ansible, Chef or REST, a VNF or PNF MAY support YANG models + allowing execution of standard controller LCM operations including HealthCheck. + Note: To support vendor YANG models for LCM operations, the controller is responsible + for performing VNF/PNF specific translation of north-bound API requests into one or more + south-bound NETCONF requests. + .. _xnf_rest_apis: VNF or PNF REST APIs |