diff options
author | weinstock, alan <aw2574@att.com> | 2018-10-12 17:16:01 +0000 |
---|---|---|
committer | weinstock, alan <aw2574@att.com> | 2018-10-12 17:16:01 +0000 |
commit | 24473b7670c118829150233eb11b5fbc835b3d14 (patch) | |
tree | 17943dc561a80bb40eb987fae2dc3aaa70ba3427 /docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters.rst | |
parent | 4c36802d5bb73af376b96bc6834920128ddb147b (diff) |
[VNFRQTS] final heat updates
Change-Id: Iaa2b1652b45477aa11b882a21e2ec3ebec4f64d7
Issue-ID: VNFRQTS-470
Signed-off-by: weinstock, alan <aw2574@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, 5 insertions, 5 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 e9049c0..f0d2212 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 @@ -70,7 +70,7 @@ Items to Note A VNF **MAY** have one or more ports connected to a unique external network. All VNF ports connected to the unique external - network **MUST** have Cloud Assigned IP Addresses + network **MUST** have cloud assigned IP Addresses or **MUST** have ONAP SDN-C assigned IP addresses. .. req:: @@ -254,7 +254,7 @@ The output parameter name will be declared as a parameter in the :validation_mode: static :updated: casablanca - The VNF's Heat Orchestration Template's Resource ``OS::Nova::Server`` + The VNF's Heat Orchestration Template's Resource ``OS::Neutron::Port`` property ``network`` parameter **MUST NOT** be enumerated in the Heat Orchestration Template's Environment File. @@ -710,7 +710,7 @@ Heat Orchestration Template's Environment File. When the VNF's Heat Orchestration Template's Resource ``OS::Neutron::Port`` is attaching to an internal network (per the - ONAP definition, see Requirement Requirements R-52425 and R-46461), + ONAP definition, see Requirements R-52425 and R-46461), and an IPv6 address is assigned using the property ``fixed_ips`` map property ``ip_address`` and the parameter type is defined as a @@ -778,7 +778,7 @@ Heat Orchestration Template's Environment File. parameter associated with an external network, i.e., * ``{vm-type}_{network-role}_ip_{index}`` - * ``{vm-type}_{network-role}_ip_v6_{index}`` + * ``{vm-type}_{network-role}_v6_ip_{index}`` * ``{vm-type}_{network-role}_ips`` * ``{vm-type}_{network-role}_v6_ips`` @@ -800,7 +800,7 @@ Heat Orchestration Template's Environment File. parameter associated with an internal network, i.e., * ``{vm-type}_int_{network-role}_ip_{index}`` - * ``{vm-type}_int_{network-role}_ip_v6_{index}`` + * ``{vm-type}_int_{network-role}_v6_ip_{index}`` * ``{vm-type}_int_{network-role}_ips`` * ``{vm-type}_int_{network-role}_v6_ips`` |