summaryrefslogtreecommitdiffstats
path: root/docs/Chapter5
diff options
context:
space:
mode:
authorweinstock, alan <aw2574@att.com>2019-02-14 15:30:14 +0000
committerweinstock, alan <aw2574@att.com>2019-02-14 15:30:14 +0000
commitb76c884a5f782d77cc59d46979039dffc9f44952 (patch)
tree2e1fb10ae931bb55b5937412f4a17d36442be690 /docs/Chapter5
parentc2a92f88a7c68f14a4e40d23ded1233c20988b49 (diff)
[VNFRQTS] Removed Reqs 88540, 20947, 54458, 64197
Change-Id: I44878a072163596d7d163a23a15059c4524c4168 Issue-ID: VNFRQTS-555 Signed-off-by: weinstock, alan <aw2574@att.com>
Diffstat (limited to 'docs/Chapter5')
-rw-r--r--docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource IDs.rst95
1 files changed, 2 insertions, 93 deletions
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 d7e9b68..69fa19d 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
@@ -260,29 +260,9 @@ OS::Heat::MultipartMime
OS::Heat::ResourceGroup
~~~~~~~~~~~~~~~~~~~~~~~~
-There is only a mandatory naming convention for a 'OS::Heat::ResourceGroup'
-that is creating sub-interfaces.
+There is no mandatory naming convention for
+the resource 'OS::Heat::ResourceGroup'.
-.. req::
- :id: R-64197
- :target: VNF
- :keyword: MUST
- :validation_mode: static
- :updated: casablanca
-
- A VNF's Heat Orchestration Template's Resource ``OS::Heat::ResourceGroup``
- Resource ID that creates sub-interfaces **MUST** use the naming convention
-
- * ``{vm-type}_{vm-type_index}_subint_{network-role}_port_{port-index}_subinterfaces``
-
- where
-
- * ``{vm-type}`` is the vm-type
- * ``{vm-type_index}`` is the instance of the ``{vm-type}``
- * ``{network-role}`` is the network-role of the networks
- that the sub-interfaces attach to
- * ``{port-index}`` is the instance of the port on the vm-type
- attached to the network of ``{network-role}``
OS::Heat::SoftwareConfig
~~~~~~~~~~~~~~~~~~~~~~~~
@@ -738,56 +718,6 @@ OS::ContrailV2::InstanceIp
* ``v6_IP`` signifies that an IPv6 address is being configured
* ``{index}`` is the index of the IPv6 address
-.. req::
- :id: R-20947
- :target: VNF
- :keyword: MUST
- :validation_mode: static
- :updated: casablanca
-
- A VNF's Heat Orchestration Template's Resource ``OS::ContrailV2::InstanceIp``
- that is configuring an IPv4 Address on a sub-interface port attached to a
- sub-interface network Resource ID **MUST** use the naming convention
-
- * ``{vm-type}_{vm-type_index}_subint_{network-role}_vmi_{vmi_index}_IP_{index}``
-
- where
-
- * ``{vm-type}`` is the vm-type
- * ``{vm-type_index}`` is the instance of the ``{vm-type}``
- * ``{network-role}`` is the network-role of the network
- that the port is attached to
- * ``{vmi_index}`` is the instance of the virtual machine interface
- (e.g., port) on the vm-type
- attached to the network of ``{network-role}``
- * ``IP`` signifies that an IPv4 address is being configured
- * ``{index}`` is the index of the IPv4 address
-
-.. req::
- :id: R-88540
- :target: VNF
- :keyword: MUST
- :validation_mode: static
- :updated: casablanca
-
- A VNF's Heat Orchestration Template's Resource ``OS::ContrailV2::InstanceIp``
- that is configuring an IPv6 Address on a sub-interface port attached to a
- sub-interface network Resource ID **MUST**
- use the naming convention
-
- * ``{vm-type}_{vm-type_index}_subint_{network-role}_vmi_{vmi_index}_v6_IP_{index}``
-
- where
-
- * ``{vm-type}`` is the vm-type
- * ``{vm-type_index}`` is the instance of the ``{vm-type}``
- * ``{network-role}`` is the network-role of the network
- that the port is attached to
- * ``{vmi_index}`` is the instance of the virtual machine interface
- (e.g., port) on the vm-type
- attached to the network of ``{network-role}``
- * ``v6_IP`` signifies that an IPv6 address is being configured
- * ``{index}`` is the index of the IPv6 address
OS::ContrailV2::InterfaceRouteTable
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -995,27 +925,6 @@ OS::ContrailV2::VirtualMachineInterface
* ``{vmi_index}`` is the instance of the vmi on the vm-type
attached to the network of ``{network-role}``
-.. req::
- :id: R-54458
- :target: VNF
- :keyword: MUST
- :validation_mode: static
- :updated: casablanca
-
- A VNF's Heat Orchestration Template's Resource
- ``OS::ContrailV2::VirtualMachineInterface`` that is attaching to a sub-interface
- network Resource ID **MUST** use the naming convention
-
- * ``{vm-type}_{vm-type_index}_subint_{network-role}_vmi_{vmi_index}``
-
- where
-
- * ``{vm-type}`` is the vm-type
- * ``{vm-type_index}`` is the instance of the ``{vm-type}``
- * ``{network-role}`` is the network-role of the network
- that the port (i.e. virtual machine interface) is attached to
- * ``{vmi_index}`` is the instance of the vmi on the vm-type
- attached to the network of ``{network-role}``
OS::ContrailV2::VirtualNetwork
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~