aboutsummaryrefslogtreecommitdiffstats
path: root/tosca-controlloop/participant/participant-impl/participant-impl-policy/src/test/resources/policytypes/onap.policies.controlloop.guard.coordination.FirstBlocksSecond.yaml
blob: eaeee605d05ecf409cd9fd919796b6a2bd90ddd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
tosca_definitions_version: tosca_simple_yaml_1_1_0
policy_types:
   onap.policies.controlloop.Guard:
      derived_from: tosca.policies.Root
      version: 1.0.0
      name: onap.policies.controlloop.Guard
      description: Guard Policies for Control Loop Operational Policies
   onap.policies.controlloop.guard.Coordination:
      derived_from: onap.policies.controlloop.Guard
      version: 1.0.0
      name: onap.policies.controlloop.guard.Coordination
      description: Guard Policies for Control Loop Coordination
   onap.policies.controlloop.guard.coordination.FirstBlocksSecond:
      derived_from: onap.policies.controlloop.guard.Coordination
      version: 1.0.0
      name: onap.policies.controlloop.guard.coordination.FirstBlocksSecond
      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