From 0f458cd9c8bb6a282b0c569103efaf97a91341cb Mon Sep 17 00:00:00 2001 From: "weinstock, alan" Date: Wed, 22 Jan 2020 20:53:04 +0000 Subject: [VNFRQTS] update Requirement: R-02164 with Resource Information Issue-ID: VNFRQTS-800 Signed-off-by: weinstock, alan Change-Id: Ia4a2d57d304506393b1a197f20a6566855afe12f --- .../Heat/ONAP Heat Orchestration Template Format.rst | 2 -- .../Contrail Resource Parameters.rst | 20 ++++++++++++-------- 2 files changed, 12 insertions(+), 10 deletions(-) (limited to 'docs') 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. -- cgit 1.2.3-korg