summaryrefslogtreecommitdiffstats
path: root/docs/Chapter5
diff options
context:
space:
mode:
authorweinstock, alan <aw2574@att.com>2020-07-06 12:48:54 -0400
committerweinstock, alan <aw2574@att.com>2020-07-06 14:09:09 -0400
commit5cc7585dc5000b855ff29a5d529dfa671da42cec (patch)
tree325bc25f730cc383914b81ff0c25789e348c0123 /docs/Chapter5
parentf751a5a5e9813f567c644cdede64acfa230fbcfd (diff)
[VNFRQTS] added R-610015 to Sec ONAP Heat VNF Modularity
Issue-ID: VNFRQTS-904 Signed-off-by: weinstock, alan <aw2574@att.com> Change-Id: I1dd4d6e0f6a8f218f6cc86e65c41f74809600bb8
Diffstat (limited to 'docs/Chapter5')
-rw-r--r--docs/Chapter5/Heat/ONAP Heat VNF Modularity.rst18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/Chapter5/Heat/ONAP Heat VNF Modularity.rst b/docs/Chapter5/Heat/ONAP Heat VNF Modularity.rst
index d3cb60d..c5fa914 100644
--- a/docs/Chapter5/Heat/ONAP Heat VNF Modularity.rst
+++ b/docs/Chapter5/Heat/ONAP Heat VNF Modularity.rst
@@ -63,6 +63,24 @@ A VNF module (base, incremental, cinder) **MAY** support nested templates.
base module.
.. req::
+ :id: R-610015
+ :target: VNF
+ :keyword: SHOULD NOT
+ :validation_mode: none
+ :introduced: guilin
+
+ When a VNF's Heat Orchestration Template is composed of a Base Module and
+ one or more Incremental Modules, the Base Module **SHOULD NOT** declare an
+ ``OS::Nova::Server`` resource.
+ When a VNF is composed of a Base Module and one or more Incremental
+ Modules, the ONAP *VF Module Replacement Feature* does not support
+ the replacement (updating) of the Base Module.
+ An ``OS::Nova::Server`` resource declared in the Base Module can not be
+ updated.
+
+
+
+.. req::
:id: R-610020
:target: VNF
:keyword: MAY