aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-impl/src/test/resources/mock/toscaGlobalServiceTemplates/tosca/policies.yml
blob: 2e207560e33bac0c53094b4e04039d0d11c9dbcc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
tosca_definitions_version: tosca_simple_yaml_1_0
metadata:
  filename: tosca/policies.yml
  version: '1.0'
imports:
- tosca_index:
    file: _index.yml
policy_types:
  tosca.policies.Root:
    description: This is the default (root) TOSCA Policy Type definition that all other TOSCA base Policy Types derive from.
  tosca.policies.Update:
    derived_from: tosca.policies.Root
    description: This is the default (root) TOSCA Policy Type definition that is used to govern update of TOSCA nodes or groups of nodes.
  tosca.policies.Placement:
    derived_from: tosca.policies.Root
    description: This is the default (root) TOSCA Policy Type definition that is used to govern placement of TOSCA nodes or groups of nodes.
  tosca.policies.Performance:
    derived_from: tosca.policies.Root
    description: This is the default (root) TOSCA Policy Type definition that is used to declare performance requirements for TOSCA nodes or groups of nodes.
  tosca.policies.Scaling:
    derived_from: tosca.policies.Root
    description: This is the default (root) TOSCA Policy Type definition that is used to govern scaling of TOSCA nodes or groups of nodes.