diff options
author | Hagop Bozawglanian <hagop.bozawglanian@att.com> | 2019-12-11 23:34:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-12-11 23:34:13 +0000 |
commit | e9bd36e303a108dfd5db32487521421c0aa7ee46 (patch) | |
tree | c4f0363596d61084f1fb40bf0167a1fc203d8fa8 /docs | |
parent | 0bada7b3d001eff2a0aaa6688be48eb9f843efa7 (diff) | |
parent | d37f115de51ffd1dd6ada7c2375613203fa4337f (diff) |
Merge "[VNFRQTS] updated R-23664, added new R-23663"
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst b/docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst index 299dc9d..781c36c 100644 --- a/docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst +++ b/docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst @@ -452,6 +452,20 @@ tags resources ~~~~~~~~~~~~ +.. req:: + :id: R-23663 + :target: VNF + :keyword: MAY + :validation_mode: none + :introduced: frankfurt + + A VNF's Heat Orchestration template's base module + **MAY** (or **MAY NOT**) + contain the section ``resources:``. + +When a VNF's Heat Orchestration Template is composed of a base module and +one or more incremental modules, it is valid for the base module +to have no resources. .. req:: :id: R-23664 @@ -460,8 +474,8 @@ resources :validation_mode: static :updated: frankfurt - A VNF's Heat Orchestration template's base module, incremental - module, and volume module **MUST** + A VNF's Heat Orchestration template's incremental + module and volume module **MUST** contain the section ``resources:``. .. req:: |