Adding 'name' to yamls and json in model
[policy/models.git] / models-examples / src / main / resources / policies / vDNS.policy.operational.input.tosca.json
index 8205fc8..b2cf26c 100644 (file)
@@ -1,11 +1,13 @@
 {
-    "tosca_definitions_version": "tosca_simple_yaml_1_0_0",
+    "tosca_definitions_version": "tosca_simple_yaml_1_1_0",
     "topology_template": {
         "policies": [
             {
                 "operational.scaleout": {
                     "type": "onap.policies.controlloop.operational.common.Drools",
                     "type_version": "1.0.0",
+                    "version": "1.0.0",
+                    "name": "operational.scaleout",
                     "metadata": {
                         "policy-id": "operational.scaleout"
                     },
                                 "failure_guard": "final_failure_guard"
                             }
                         ],
-                        "controllerName": "usecases"
+                        "controllerName": "frankfurt"
                     }
                 }
             }
         ]
     }
-}
\ No newline at end of file
+}