change drools op. policies controller name
[policy/models.git] / models-examples / src / main / resources / policies / vCPE.policy.operational.input.tosca.json
index 6d9c030..06cd617 100644 (file)
@@ -1,5 +1,5 @@
 {
-  "tosca_definitions_version": "tosca_simple_yaml_1_0_0",
+  "tosca_definitions_version": "tosca_simple_yaml_1_1_0",
   "topology_template": {
     "policies": [
       {
@@ -23,7 +23,7 @@
                   "actor": "APPC",
                   "operation": "Restart",
                   "target": {
-                    "type": "VNF"
+                    "targetType": "VNF"
                   }
                 },
                 "timeout": 1200,
@@ -36,7 +36,7 @@
                 "failure_guard": "final_failure_guard"
               }
             ],
-            "controllerName": "usecases"
+            "controllerName": "frankfurt"
           }
         }
       }