Simplify CBA by removing unnecessary variables
[demo.git] / heat / vFW_CNF_CDS / templates / cba / Definitions / vFW_CNF_CDS.json
index 0040e28..4a0ec29 100644 (file)
@@ -5,7 +5,7 @@
     "author-email" : "abdelmuhaimen.seaudi@orange.com",
     "user-groups" : "ADMIN, OPERATION",
     "template_name" : "vFW_CNF_CDS",
-    "template_version" : "1.0.13",
+    "template_version" : "1.0.44",
     "template_tags" : "Samuli Silvius, vFW_CNF_CDS",
     "template_type" : "DEFAULT"
   },
       "assignment-params" : {
         "get_attribute" : [ "resource-assignment", "assignment-params" ]
       },
+      "profile-modification-decision-data" : {
+        "get_input" : "vpg-management-port"
+      },
+      "profile-artifacts" : {
+        "get_attribute" : [ "profile-modification", "assignment-params" ]
+      },
       "api-access" : "*multicloud-k8s-api"
     },
     "config-deploy-properties" : {
             "activities" : [ {
               "call_operation" : "ResourceResolutionComponent.process"
             } ],
+            "on_success" : [ "profile-modification" ]
+          },
+          "profile-modification" : {
+            "description" : "Profile Modification Resources",
+            "target" : "profile-modification",
+            "activities" : [ {
+              "call_operation" : "ResourceResolutionComponent.process"
+            } ],
             "on_success" : [ "profile-upload" ]
           },
           "profile-upload" : {
           }
         }
       },
+      "profile-modification" : {
+        "type" : "component-resource-resolution",
+        "interfaces" : {
+          "ResourceResolutionComponent" : {
+            "operations" : {
+              "process" : {
+                "inputs" : {
+                  "artifact-prefix-names" : [ "ssh-service" ]
+                }
+              }
+            }
+          }
+        },
+        "artifacts" : {
+          "ssh-service-template" : {
+            "type" : "artifact-template-velocity",
+            "file" : "Templates/k8s-profiles/ssh-service-template.vtl"
+          },
+          "ssh-service-mapping" : {
+            "type" : "artifact-mapping-resource",
+            "file" : "Templates/k8s-profiles/ssh-service-mapping.json"
+          }
+        }
+      },
       "profile-upload" : {
         "type" : "component-script-executor",
         "interfaces" : {