summaryrefslogtreecommitdiffstats
path: root/docs/Chapter5
diff options
context:
space:
mode:
authorweinstock, alan <aw2574@att.com>2020-07-21 16:08:05 -0400
committerweinstock, alan <aw2574@att.com>2020-07-21 16:25:19 -0400
commit01291ca975b44429af4c88cf1c347a522237b9f3 (patch)
tree2091e49e67b1b6d131b226d9f840f07a4910d3f2 /docs/Chapter5
parentd1f93f4febdd5b34e96b954dd11e635bc0ee8041 (diff)
[VNFRQTS] Update Requirement: R-610030
Issue-ID: VNFRQTS-909 Signed-off-by: weinstock, alan <aw2574@att.com> Change-Id: I6e82de376369a37b2171840535f38a968222834e
Diffstat (limited to 'docs/Chapter5')
-rw-r--r--docs/Chapter5/Heat/ONAP Heat VNF Modularity.rst14
1 files changed, 12 insertions, 2 deletions
diff --git a/docs/Chapter5/Heat/ONAP Heat VNF Modularity.rst b/docs/Chapter5/Heat/ONAP Heat VNF Modularity.rst
index 1477139..c1b615e 100644
--- a/docs/Chapter5/Heat/ONAP Heat VNF Modularity.rst
+++ b/docs/Chapter5/Heat/ONAP Heat VNF Modularity.rst
@@ -108,14 +108,24 @@ A VNF module (base, incremental, cinder) **MAY** support nested templates.
:id: R-610030
:target: VNF
:keyword: MUST
- :introduced: el alto
+ :introduced: guilin
:validation_mode: static
A VNF's Heat Orchestration Template's Incremental Module **MUST**
- declare one or more ``OS::Nova::Server`` resources. A ``OS::Nova::Server``
+ declare
+
+ - one or more ``OS::Nova::Server`` resources OR
+ - one or more ``OS::Cinder::Volume`` resources.
+
+ An ``OS::Nova::Server``
**MAY** be created in the incremental module or a nested yaml file invoked
by the incremental module.
+ An ``OS::Cinder::Volume``
+ **MAY** be created in the incremental module or a nested yaml file invoked
+ by the incremental module.
+
+
.. req::
:id: R-610040
:target: VNF