summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorHagop Bozawglanian <hagop.bozawglanian@att.com>2019-03-27 20:35:14 +0000
committerGerrit Code Review <gerrit@onap.org>2019-03-27 20:35:14 +0000
commit89978be4e57646b8ea1f61ac7f19ef57f84239dd (patch)
tree00a491a5f00e0c0b7bf90075c3d07830971949a6 /docs
parent6b3607a967858edf4401149ca0db49a9db9f8eaa (diff)
parent2977dd65f9073b3b765b1cdbba6a018825e5ab14 (diff)
Merge "Update the R-93443/26615 in VNFRQTS-520"
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/Chapter7/Configuration-Management.rst17
1 files changed, 10 insertions, 7 deletions
diff --git a/docs/Chapter7/Configuration-Management.rst b/docs/Chapter7/Configuration-Management.rst
index 5bc9830..332352f 100755
--- a/docs/Chapter7/Configuration-Management.rst
+++ b/docs/Chapter7/Configuration-Management.rst
@@ -634,20 +634,23 @@ NETCONF Server Requirements
.. req::
:id: R-93443
- :target: XNF
+ :target: VNF or PNF
:keyword: MUST
- The xNF **MUST** define all data models in YANG [RFC6020],
- and the mapping to NETCONF shall follow the rules defined in this RFC.
+ The VNF or PNF **MUST** define all data models in YANG 1.0 [RFC6020] or
+ YANG 1.1 [RFC7950]. A combination of YANG 1.0 and YANG 1.1 modules is
+ allowed subject to the rules in [RFC7950] section 12. The mapping to
+ NETCONF shall follow the rules defined in this RFC.
.. req::
:id: R-26115
- :target: XNF
+ :target: VNF or PNF
:keyword: MUST
- The xNF **MUST** follow the data model upgrade rules defined
- in [RFC6020] section 10. All deviations from section 10 rules shall
- be handled by a built-in automatic upgrade mechanism.
+ The VNF or PNF **MUST** follow the data model update rules defined in
+ [RFC6020] section 10 for YANG 1.0 modules, and [RFC7950] section 11
+ for YANG 1.1 modules. All deviations from the aforementioned update
+ rules shall be handled by a built-in automatic upgrade mechanism.
.. req::
:id: R-10716