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