summaryrefslogtreecommitdiffstats
path: root/docs/Chapter5
diff options
context:
space:
mode:
authorweinstock, alan <aw2574@att.com>2020-01-22 20:53:04 +0000
committerweinstock, alan <aw2574@att.com>2020-01-22 20:53:04 +0000
commit0f458cd9c8bb6a282b0c569103efaf97a91341cb (patch)
tree501b0cfc0d91c6723130e74c095c10446b3a4b93 /docs/Chapter5
parentd333764392fe119a3227a918722934470994503c (diff)
[VNFRQTS] update Requirement: R-02164 with Resource Information
Issue-ID: VNFRQTS-800 Signed-off-by: weinstock, alan <aw2574@att.com> Change-Id: Ia4a2d57d304506393b1a197f20a6566855afe12f
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 Resource ID and Parameter Naming Convention/Contrail Resource Parameters.rst20
2 files changed, 12 insertions, 10 deletions
diff --git a/docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst b/docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst
index c9fd6c4..c8b2f13 100644
--- a/docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst
+++ b/docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst
@@ -93,7 +93,6 @@ parameters
:id: R-35413
:target: VNF
:keyword: MAY
- :validation_mode: static
:introduced: frankfurt
A VNF Heat Orchestration's template's base module **MAY** (or **MAY NOT**)
@@ -477,7 +476,6 @@ resources
:id: R-23663
:target: VNF
:keyword: MAY
- :validation_mode: none
:introduced: frankfurt
A VNF's Heat Orchestration template's base module
diff --git a/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Contrail Resource Parameters.rst b/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Contrail Resource Parameters.rst
index 38136e5..b3ea7e0 100644
--- a/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Contrail Resource Parameters.rst
+++ b/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Contrail Resource Parameters.rst
@@ -26,25 +26,29 @@ ONAP External Networks
:updated: frankfurt
When a VNF's Heat Orchestration Template's Contrail resource
- has a property that
- references an ONAP external network (per the
+ ``OS::ContrailV2::InstanceIp`` and/or
+ ``OS::ContrailV2::VirtualMachineInterface``
+ contains the property ``virtual_network_refs``
+ that references an ONAP external network (per the
ONAP definition, see Requirement R-57424 and R-16968),
- that requires the network's
- Fully Qualified Domain Name (FQDN), the property parameter
+ the property value **MUST** be obtained by a ``get_param`` and the
+ property parameter
* **MUST** follow the format ``{network-role}_net_fqdn``
* **MUST** be declared as type ``string``
- * **MUST NOT** be enumerated in the VNF's Heat Orchestration Template's
- Environment File
+
.. req::
:id: R-92193
:target: VNF
:keyword: MUST NOT
:validation_mode: static
+ :updated: frankfurt
- A VNF's Heat Orchestration Template's parameter
- ``{network-role}_net_fqdn``
+ A VNF's Heat Orchestration Template's Contrail resource
+ ``OS::ContrailV2::InstanceIp`` and/or
+ ``OS::ContrailV2::VirtualMachineInterface`` property
+ ``virtual_network_refs`` parameter ``{network-role}_net_fqdn``
**MUST NOT** be enumerated in the VNF's Heat Orchestration Template's
Environment File.