diff options
author | weinstock, alan <aw2574@att.com> | 2019-04-11 17:35:32 +0000 |
---|---|---|
committer | stark, steven <steven.stark@att.com> | 2019-04-11 11:18:43 -0700 |
commit | a0c6ca75f1ce52556a89ae21d8491c64107af636 (patch) | |
tree | e5094cbf31998bf4750ad916a92b58ba73f1d002 /docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters.rst | |
parent | c0ff2f4edd2c2c0af660df6cfed83b20059ce452 (diff) |
[VNFRQTS] updated 4 requirements & fixed typo
Issue-ID: VNFRQTS-623
Change-Id: Ia29a35f206f194a1e66350e598c66fa6e51a2689
Signed-off-by: weinstock, alan <aw2574@att.com>
Signed-off-by: stark, steven <steven.stark@att.com>
Diffstat (limited to 'docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters.rst')
-rw-r--r-- | docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters.rst | 10 |
1 files changed, 4 insertions, 6 deletions
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 |