diff options
author | Steven Wright <sw3588@att.com> | 2019-09-27 16:59:17 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-09-27 16:59:17 +0000 |
commit | 767f9c505221ef5de3677fb7bfdcdddb40f56831 (patch) | |
tree | f5de6fc4fc02a819f46259ec46ed540e567fb7d5 /docs/Chapter5 | |
parent | 76432d7101b10a8be6fd521bdc7860d8fd480ca0 (diff) | |
parent | 1900f7672eb60fcd2ac31da1ac30ebb8739b2124 (diff) |
Merge "VNFRQTS - Updating release notes and fixing updated links"
Diffstat (limited to 'docs/Chapter5')
4 files changed, 7 insertions, 6 deletions
diff --git a/docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst b/docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst index 96d0b1b..a23f217 100644 --- a/docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst +++ b/docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst @@ -565,7 +565,7 @@ be provided in place, or via a function :target: VNF :keyword: MUST NOT :validation_mode: static - :updated: dublin + :updated: el alto A VNF's Heat Orchestration Template resource attribute ``property:`` **MUST NOT** use more than two levels of nested ``get_param`` intrinsic diff --git a/docs/Chapter5/Heat/ONAP Heat Orchestration Templates Overview.rst b/docs/Chapter5/Heat/ONAP Heat Orchestration Templates Overview.rst index 7e55487..144235d 100644 --- a/docs/Chapter5/Heat/ONAP Heat Orchestration Templates Overview.rst +++ b/docs/Chapter5/Heat/ONAP Heat Orchestration Templates Overview.rst @@ -264,7 +264,7 @@ Base Modules :target: VNF :keyword: MUST :validation_mode: static - :updated: dublin + :updated: el alto A VNF Heat Orchestration Template's Base Module file name **MUST** include case insensitive 'base' in the filename and @@ -302,7 +302,7 @@ Incremental Modules :target: VNF :keyword: MUST :validation_mode: static - :updated: dublin + :updated: el alto VNF Heat Orchestration Template's Incremental Module file name **MUST** contain only alphanumeric characters and underscores @@ -350,6 +350,7 @@ Cinder Volume Modules :keyword: MUST :validation_mode: static :introduced: dublin + :updated: el alto A VNF Heat Orchestration Template's Cinder Volume Module ``resources:`` section @@ -381,7 +382,7 @@ Nested Heat file :target: VNF :keyword: MUST :validation_mode: static - :updated: dublin + :updated: el alto VNF Heat Orchestration Template's Nested YAML file name **MUST** contain only alphanumeric characters and underscores '_' and diff --git a/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Parameters.rst b/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Parameters.rst index 01edae9..1f11d02 100644 --- a/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Parameters.rst +++ b/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Parameters.rst @@ -30,7 +30,7 @@ Requirement R-01455 defines how the ``{vm-type]`` is defined. :keyword: MUST :validation_mode: static :introduced: casablanca - :updated: dublin + :updated: el alto A VNF's Heat Orchestration Template's ``OS::Nova::Server`` resource's diff --git a/docs/Chapter5/Heat/ONAP Heat VNF Modularity.rst b/docs/Chapter5/Heat/ONAP Heat VNF Modularity.rst index 5d3d2ed..a64cf53 100644 --- a/docs/Chapter5/Heat/ONAP Heat VNF Modularity.rst +++ b/docs/Chapter5/Heat/ONAP Heat VNF Modularity.rst @@ -105,7 +105,7 @@ A VNF module (base, incremental, cinder) **MAY** support nested templates. :validation_mode: none :introduced: el alto - If a VNF’s Heat Orchestration Template’s Incremental Module contains two or + If a VNF's Heat Orchestration Template's Incremental Module contains two or more ``OS::Nova::Server`` resources, the ``OS::Nova::Server`` resources **MAY** define the same ``{vm-type}`` (as defined in R-01455) or **MAY** define different ``{vm-type}``. |