aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/http-cache/example/policy/api/v1/policytypes/.file
blob: 50fcf9135ccd7f6d4169699e65fd6b2d994d9774 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
tosca_definitions_version: tosca_simple_yaml_1_1_0
policy_types:
  onap.policies.controlloop.operational.common.Drools:
      version: 1.0.0
      description: Operational Policy for Control Loops using the Drools PDP
      derived_from: onapy.policies.controlloop.Operational
      properties:
        # Omitted for brevity, see Section 1

  onap.policies.controlloop.operational.common.Apex:
      version: 1.0.0
      description: Operational Policy for Control Loops using the APEX PDP
      derived_from: onap.policies.controlloop.Operational
      properties:
        # Omitted for brevity, see Section 1

  onap.policies.controlloop.guard.common.FrequencyLimiter:
      version: 1.0.0
      description: Supports limiting the frequency of actions being taken by a Actor.
      derived_from: onap.policies.controlloop.Guard
      properties:
        # Omitted for brevity, see Section 1

  onap.policies.controlloop.guard.common.Blacklist:
      version: 1.0.0
      description: Supports blacklist of VNF's from performing control loop actions on.
      derived_from: onap.policies.controlloop.Guard
      properties:
        # Omitted for brevity, see Section 1

  onap.policies.Naming:
      version: 1.0.0
      description: Supports blacklist of VNF's from performing control loop actions on.
      derived_from: tosca.policies.Root
      properties:
        # Omitted for brevity, see Section 1

  onap.policies.controlloop.guard.common.MinMax:
      version: 1.0.0
      description: Supports Min/Max number of VF Modules
      derived_from: onap.policies.controlloop.Guard
      properties:
        # Omitted for brevity, see Section 1

  onap.policies.controlloop.guard.common.MinMax:
      version: 2.0.0
      description: Supports Min/Max number of VF Modules
      derived_from: onap.policies.controlloop.Guard
      properties:
        # Omitted for brevity, see Section 1

data_types:
  # Any bespoke data types referenced by policy type definitions[]