Update project maturity status
[multicloud/azure.git] / azure / aria / aria-extension-cloudify / src / aria / extensions / aria_extension_tosca / profiles / tosca-simple-1.0 / policies.yaml
1 # Licensed to the Apache Software Foundation (ASF) under one or more
2 # contributor license agreements.  See the NOTICE file distributed with
3 # this work for additional information regarding copyright ownership.
4 # The ASF licenses this file to You under the Apache License, Version 2.0
5 # (the "License"); you may not use this file except in compliance with
6 # the License.  You may obtain a copy of the License at
7 #
8 #     http://www.apache.org/licenses/LICENSE-2.0
9 #
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
15
16 policy_types:
17
18   tosca.policies.Root:
19     _extensions:
20       shorthand_name: Root # ARIA NOTE: omitted in the spec
21       type_qualified_name: tosca:Root
22       specification: tosca-simple-1.0
23       specification_section: 5.10.1
24       specification_url: 'http://docs.oasis-open.org/tosca/TOSCA-Simple-Profile-YAML/v1.0/cos01/TOSCA-Simple-Profile-YAML-v1.0-cos01.html#DEFN_TYPE_POLICIES_ROOT'
25     description: >-
26       This is the default (root) TOSCA Policy Type definition that all other TOSCA base Policy Types derive from.
27
28   tosca.policies.Placement:
29     _extensions:
30       shorthand_name: Placement # ARIA NOTE: omitted in the spec
31       type_qualified_name: tosca:Placement
32       specification: tosca-simple-1.0
33       specification_section: 5.10.2
34       specification_url: 'http://docs.oasis-open.org/tosca/TOSCA-Simple-Profile-YAML/v1.0/cos01/TOSCA-Simple-Profile-YAML-v1.0-cos01.html#DEFN_TYPE_POLICIES_PLACEMENT'
35     description: >-
36       This is the default (root) TOSCA Policy Type definition that is used to govern placement of TOSCA nodes or groups of nodes.
37     derived_from: tosca.policies.Root
38
39   tosca.policies.Scaling:
40     _extensions:
41       shorthand_name: Scaling # ARIA NOTE: omitted in the spec
42       type_qualified_name: tosca:Scaling
43       specification: tosca-simple-1.0
44       specification_section: 5.10.3
45       specification_url: 'http://docs.oasis-open.org/tosca/TOSCA-Simple-Profile-YAML/v1.0/cos01/TOSCA-Simple-Profile-YAML-v1.0-cos01.html#DEFN_TYPE_POLICIES_SCALING'
46     description: >-
47       This is the default (root) TOSCA Policy Type definition that is used to govern scaling of TOSCA nodes or groups of nodes.
48     derived_from: tosca.policies.Root
49
50   tosca.policies.Update:
51     _extensions:
52       shorthand_name: Update # ARIA NOTE: omitted in the spec
53       type_qualified_name: tosca:Update
54       specification: tosca-simple-1.0
55       specification_section: 5.10.4
56       specification_url: 'http://docs.oasis-open.org/tosca/TOSCA-Simple-Profile-YAML/v1.0/cos01/TOSCA-Simple-Profile-YAML-v1.0-cos01.html#DEFN_TYPE_POLICIES_UPDATE'
57     description: >-
58       This is the default (root) TOSCA Policy Type definition that is used to govern update of TOSCA nodes or groups of nodes.
59     derived_from: tosca.policies.Root
60
61   tosca.policies.Performance:
62     _extensions:
63       shorthand_name: Performance # ARIA NOTE: omitted in the spec
64       type_qualified_name: tosca:Performance
65       specification: tosca-simple-1.0
66       specification_section: 5.10.5
67       specification_url: 'http://docs.oasis-open.org/tosca/TOSCA-Simple-Profile-YAML/v1.0/cos01/TOSCA-Simple-Profile-YAML-v1.0-cos01.html#DEFN_TYPE_POLICIES_PERFORMANCE'
68     description: >-
69       This is the default (root) TOSCA Policy Type definition that is used to declare performance requirements for TOSCA nodes or
70       groups of nodes.
71     derived_from: tosca.policies.Root