aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/main/resources/preloadedPolicyTypes/onap.policies.controlloop.guard.coordination.FirstBlocksSecond.json
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/main/resources/preloadedPolicyTypes/onap.policies.controlloop.guard.coordination.FirstBlocksSecond.json')
-rw-r--r--main/src/main/resources/preloadedPolicyTypes/onap.policies.controlloop.guard.coordination.FirstBlocksSecond.json38
1 files changed, 0 insertions, 38 deletions
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
index 43539d02..00000000
--- a/main/src/main/resources/preloadedPolicyTypes/onap.policies.controlloop.guard.coordination.FirstBlocksSecond.json
+++ /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