From 3422870a179cdeed4df9631faa08357d28da5c7a Mon Sep 17 00:00:00 2001 From: "weinstock, alan" Date: Wed, 24 Apr 2019 20:35:58 +0000 Subject: [VNFRQTS] updated R-99110, R-26506, R-708564 Change-Id: Iffa4d578c852d508b3351253a1187551472fb22f Issue-ID: VNFRQTS-629 Signed-off-by: weinstock, alan --- .../Resource IDs.rst | 14 ++++---------- .../{network-role}.rst | 6 ++++-- docs/Chapter5/Heat/ONAP Heat Template Constructs.rst | 6 +++++- 3 files changed, 13 insertions(+), 13 deletions(-) (limited to 'docs/Chapter5') diff --git a/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource IDs.rst b/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource IDs.rst index 0d1093b..f161ded 100644 --- a/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource IDs.rst +++ b/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource IDs.rst @@ -934,21 +934,15 @@ OS::ContrailV2::VirtualNetwork :target: VNF :keyword: MUST :validation_mode: static - :updated: casablanca + :updated: dublin A VNF's Heat Orchestration Template's Resource - ``OS::ContrailV2::VirtualNetwork`` Resource ID **MUST** use the naming convention - - 1) ``int_{network-role}_network`` - - or + ``OS::ContrailV2::VirtualNetwork`` Resource ID **MUST** use the naming + convention - 2) ``int_{network-role}_RVN`` where RVN represents Resource Virtual - Network + * ``int_{network-role}_network`` VNF Heat Orchestration Templates can only create internal networks. There is no ``{index}`` after ``{network-role}`` because ``{network-role}`` **MUST** be unique in the scope of the VNF's Heat Orchestration Template. - - Note that option 1 is preferred. diff --git a/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/{network-role}.rst b/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/{network-role}.rst index fc7d080..498d79f 100644 --- a/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/{network-role}.rst +++ b/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/{network-role}.rst @@ -83,13 +83,15 @@ :validation_mode: static :updated: dublin - A VNF's Heat Orchestration Template's ``{network-role}`` **MUST** contain only alphanumeric characters and/or underscores '_' and * **MUST NOT** contain any of the following strings: ``_int`` or ``int_`` or ``_int_`` - * **MUST NOT** end in the following string: ``_v6`` + * **MUST NOT** end in the string: ``_v6`` + * **MUST NOT** contain the strings ``_#_``, where ``#`` is a number + * **MUST NOT** end in the string: ``_#``, where ``#`` is a number + .. req:: :id: R-00977 diff --git a/docs/Chapter5/Heat/ONAP Heat Template Constructs.rst b/docs/Chapter5/Heat/ONAP Heat Template Constructs.rst index e55eb4f..ab30c81 100644 --- a/docs/Chapter5/Heat/ONAP Heat Template Constructs.rst +++ b/docs/Chapter5/Heat/ONAP Heat Template Constructs.rst @@ -117,7 +117,11 @@ the second level of nested heat. * ``OS::ContrailV2::VirtualMachineInterface`` property ``virtual_network_refs`` * ``OS::ContrailV2::VirtualMachineInterface`` property - ``virtual_machine_interface_allowed_address_pairs`` + ``virtual_machine_interface_allowed_address_pairs``, map property + ``virtual_machine_interface_allowed_address_pairs_allowed_address_pair``, + ``virtual_machine_interface_allowed_address_pairs_allowed_address_pair_ip`` + , + ``virtual_machine_interface_allowed_address_pairs_allowed_address_pair_ip_ip_prefix`` * ``OS::ContrailV2::InstanceIP`` property ``instance_ip_address`` -- cgit 1.2.3-korg