Knock on of changing policy types to map
[policy/api.git] / main / src / main / resources / preloadedPolicyTypes / onap.policies.controlloop.guard.coordination.FirstBlocksSecond.json
diff --git a/main/src/main/resources/preloadedPolicyTypes/onap.policies.controlloop.guard.coordination.FirstBlocksSecond.json b/main/src/main/resources/preloadedPolicyTypes/onap.policies.controlloop.guard.coordination.FirstBlocksSecond.json
deleted file mode 100644 (file)
index 43539d0..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-{
-    "policy_types": [
-        {
-            "onap.policies.controlloop.Guard": {
-                "derived_from": "tosca.policies.Root",
-                "version": "1.0.0",
-                "description": "Guard Policies for Control Loop Operational Policies"
-            }
-        },
-        {
-            "onap.policies.controlloop.guard.Coordination": {
-                "derived_from": "onap.policies.controlloop.Guard",
-                "version": "1.0.0",
-                "description": "Guard Policies for Control Loop Coordination"
-            }
-        },
-        {
-            "onap.policies.controlloop.guard.coordination.FirstBlocksSecond": {
-                "derived_from": "onap.policies.controlloop.guard.Coordination",
-                "version": "1.0.0",
-                "description": "Supports one Control Loop blocking another",
-                "properties": {
-                    "controlLoop": {
-                        "type": "list",
-                        "description": "Specific Control Loops to which to apply this guard",
-                        "required": true,
-                        "constraint": {
-                            "length": 2
-                        },
-                        "entry_schema": {
-                            "type": "string"
-                        }
-                    }
-                }
-            }
-        }
-    ]
-}
\ No newline at end of file