summaryrefslogtreecommitdiffstats
path: root/docs/Chapter5
diff options
context:
space:
mode:
authorHagop Bozawglanian <hagop.bozawglanian@att.com>2019-09-27 16:35:58 +0000
committerHagop Bozawglanian <hagop.bozawglanian@att.com>2019-09-27 16:38:56 +0000
commit1900f7672eb60fcd2ac31da1ac30ebb8739b2124 (patch)
tree9afb5f4e1045988ae0b10802df62bb3e72e151c6 /docs/Chapter5
parent4c580f0458c40d27f4393cf46e462c5afcab1963 (diff)
VNFRQTS - Updating release notes and fixing updated links
Issue-ID: VNFRQTS-718 Signed-off-by: Hagop Bozawglanian <hagop.bozawglanian@att.com> Change-Id: Ib5d53309067d5a2930e8b75e6727f5014ed247e3
Diffstat (limited to 'docs/Chapter5')
-rw-r--r--docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst2
-rw-r--r--docs/Chapter5/Heat/ONAP Heat Orchestration Templates Overview.rst7
-rw-r--r--docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Parameters.rst2
-rw-r--r--docs/Chapter5/Heat/ONAP Heat VNF Modularity.rst2
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}``.