CCSDK-1864 : PNF Use Case Move from Jython to Kotlin using CDS Framework
[ccsdk/cds.git] / components / model-catalog / blueprint-model / uat-blueprints / pnf_config_aai / Definitions / pnf_config_aai.json
index e8a95d8..3ef585c 100644 (file)
                   "operation_host" : "SELF"
                 },
                 "inputs" : {
-                  "script-type" : "jython",
-                  "script-class-reference" : "Scripts/python/RestconfConfigDeploy.py",
+                  "script-type" : "kotlin",
+                  "script-class-reference" : "cba.pnf.config.aai.RestconfConfigDeploy",
                   "dynamic-properties" : "*config-deploy-properties"
                 },
                 "outputs" : {
           "config-deploy-mapping" : {
             "type" : "artifact-mapping-resource",
             "file" : "Definitions/config-deploy-pnf-mapping.json"
-          },
-          "component-script" : {
-            "type" : "artifact-script-jython",
-            "file" : "Scripts/python/RestconfConfigDeploy.py"
           }
         }
       }