From a0c6ca75f1ce52556a89ae21d8491c64107af636 Mon Sep 17 00:00:00 2001 From: "weinstock, alan" Date: Thu, 11 Apr 2019 17:35:32 +0000 Subject: [VNFRQTS] updated 4 requirements & fixed typo Issue-ID: VNFRQTS-623 Change-Id: Ia29a35f206f194a1e66350e598c66fa6e51a2689 Signed-off-by: weinstock, alan Signed-off-by: stark, steven --- .../Neutron Parameters.rst | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention') diff --git a/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters.rst b/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters.rst index 55527c8..d2a7240 100644 --- a/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters.rst +++ b/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters.rst @@ -204,20 +204,17 @@ the port is attached to. :validation_mode: static :updated: dublin - When the VNF's Heat Orchestration Template's Resource ``OS::Neutron::Port`` is in an incremental module and is attaching to an internal network (per the ONAP definition, see Requirements R-52425 and R-46461), - and the internal network is created in - the base module, the ``network`` parameter name **MUST** - * follow the naming convention ``int_{network-role}_net_id`` if the Neutron + * follow the naming convention ``int_{network-role}_net_id`` if the network UUID value is used to reference the network * follow the naming convention ``int_{network-role}_net_name`` if the - OpenStack network name in is used to reference the network. + network name in is used to reference the network. where ``{network-role}`` is the network-role of the internal network and a ``get_param`` **MUST** be used as the intrinsic function. @@ -227,7 +224,8 @@ In Requirement R-86182, the internal network is created in the VNF's Base Module (Heat Orchestration Template) and the parameter name is declared in the Base Module's ``outputs`` section. The output parameter name will be declared as a parameter in the -``parameters`` section of the incremental module. +``parameters`` section of the incremental module (See Requirement R-22688). + When the VNF's Heat Orchestration Template's resource ``OS::Neutron::Port`` is in the base module and -- cgit 1.2.3-korg