[vFW CNF CDS] vf_module and vnf name generation improvment in CBA
[demo.git] / heat / vFW_CNF_CDS / templates / cba / Templates / vsn-mapping.json
index ead5e29..0178ab4 100644 (file)
             "vf-module-model-customization-uuid"
         ]
     },
+    {
+        "name": "vf-module-name",
+        "property": {
+            "description": "",
+            "required": false,
+            "type": "string",
+            "status": "",
+            "constraints": [
+                {}
+            ],
+            "entry_schema": {
+                "type": ""
+            }
+        },
+        "input-param": false,
+        "dictionary-name": "vf-module-name",
+        "dictionary-source": "rest",
+        "dependencies": [
+            "vnf_name",
+            "vf-module-label",
+            "vf-naming-policy",
+            "vf-module-id"
+        ],
+        "version": 0
+    },
     {
         "name": "vnf_name",
         "property": {
             "type": "string",
             "required": false,
             "metadata": {
-                "transform-template": "${vf-module-model-version}"
+                "transform-template": "${vf-module-model-customization-uuid}"
             }
         },
         "input-param": false,
         "dictionary-name": "k8s-rb-definition-version",
         "dictionary-source": "default",
         "dependencies": [
-            "vf-module-model-version"
+            "vf-module-model-customization-uuid"
         ]
     },
     {