Adding 'name' to yamls and json in model
[policy/models.git] / models-examples / src / main / resources / policies / vDNS.policy.guard.blacklist.input.tosca.yaml
index 78a2de6..16ed72b 100644 (file)
@@ -5,6 +5,7 @@ topology_template:
             type: onap.policies.controlloop.guard.common.Blacklist
             type_version: 1.0.0
             version: 1.0.0
+            name: guard.blacklist.scaleout
             metadata:
                 policy-id: guard.blacklist.scaleout
             properties:
@@ -12,4 +13,5 @@ topology_template:
                 operation: VF Module Create
                 id: ControlLoop-vDNS-6f37f56d-a87d-4b85-b6a9-cc953cf779b3
                 blacklist:
-                - the-vfmodule-where-root-is-true
\ No newline at end of file
+                - the-vfmodule-where-root-is-true
+                - another-vfmodule-where-root-is-true
\ No newline at end of file