diff options
author | fzhang <fei.zhang@ericsson.com> | 2019-03-25 03:29:45 -0700 |
---|---|---|
committer | Hagop Bozawglanian <hagop.bozawglanian@att.com> | 2019-03-27 20:05:55 +0000 |
commit | 2977dd65f9073b3b765b1cdbba6a018825e5ab14 (patch) | |
tree | e0ef338e81d4fa3b69ae55e5eabf994630a1d4bd /docs | |
parent | 33c779778934287eee2052932487de9278f48411 (diff) |
Update the R-93443/26615 in VNFRQTS-520
Update the requirement R-93443/26615 in VNFRQTS-520
Change-Id: Ibd69a89a7654d4edb55a8d36ae7f188da1fca6cf
Issue-ID: VNFRQTS-520
Signed-off-by: fzhang <fei.zhang@ericsson.com>
Diffstat (limited to 'docs')
-rwxr-xr-x | docs/Chapter7/Configuration-Management.rst | 17 |
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 |