summaryrefslogtreecommitdiffstats
path: root/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource IDs.rst
diff options
context:
space:
mode:
authorweinstock, alan <aw2574@att.com>2018-12-05 20:45:15 +0000
committerweinstock, alan <aw2574@att.com>2018-12-05 20:45:15 +0000
commit5145ddc254434a5d2c6e62773aa2ed8b4e5b3041 (patch)
tree87f1c1503a48d57837242810c6f00af2bc909468 /docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource IDs.rst
parent04b16e7b377d47e5618b0f4abae58fe2b79b06e7 (diff)
[VNFRQTS] updates to Chapter 5 Heat Section
Change-Id: I6b4d13b510fccfa54ffeb0d65b2b3c226bc3acaf Issue-ID: VNFRQTS-509 Signed-off-by: weinstock, alan <aw2574@att.com>
Diffstat (limited to 'docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource IDs.rst')
-rw-r--r--docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource IDs.rst12
1 files changed, 10 insertions, 2 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 d0f00dd..45f6ecf 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
@@ -130,8 +130,16 @@ Heat Orchestration Template resources are described in :ref:`resources`.
:updated: casablanca
When a VNF's Heat Orchestration Template's Resource ID contains an
- ``{index}`` value (e.g. multiple VMs of same ``{vm-type}``), the ``{index}``
- **MUST** start at zero and increment by one.
+ ``{index}``, the ``{index}`` is a numeric value that **MUST** start at
+ zero and **MUST** increment by one.
+
+ As stated in R-16447,
+ *a VNF's <resource ID> MUST be unique across all Heat
+ Orchestration Templates and all HEAT Orchestration Template
+ Nested YAML files that are used to create the VNF*. While the ``{index}``
+ will start at zero in the VNF, the ``{index}`` may not start at zero
+ in a given Heat Orchestration Template or HEAT Orchestration Template
+ Nested YAML file.
OpenStack Heat Resources Resource ID Naming Convention
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^