X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=main%2Fsrc%2Fmain%2Fresources%2FpreloadedPolicyTypes%2Fonap.policies.controlloop.guard.coordination.FirstBlocksSecond.json;fp=main%2Fsrc%2Fmain%2Fresources%2FpreloadedPolicyTypes%2Fonap.policies.controlloop.guard.coordination.FirstBlocksSecond.json;h=0000000000000000000000000000000000000000;hb=5b7f107c2120100b502e1e82ab644b3da5a80a22;hp=43539d0259d05060478f5ebe0a5d7357c0bbb16b;hpb=834ab314c29303e71c14fc9f55f626b21ccc6fcf;p=policy%2Fapi.git 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