[sdc] docker file fix for cassandra
[sdc.git] / openecomp-be / lib / openecomp-sdc-translator-lib / openecomp-sdc-translator-core / src / test / resources / mock / services / heattotosca / global_types / expectedoutputfiles / AbstractSubstituteGlobalTypesServiceTemplate.yaml
1 tosca_definitions_version: tosca_simple_yaml_1_0_0
2 metadata:
3   template_name: AbstractSubstituteGlobalTypes
4   template_version: 1.0.0
5 description: Abstract Substitute Global Types
6 imports:
7   common_definitions:
8     file: CommonGlobalTypesServiceTemplate.yaml
9 data_types:
10   org.openecomp.datatypes.heat.substitution.SubstitutionFiltering:
11     derived_from: tosca.datatypes.Root
12     description: Substitution Filter
13     properties:
14       substitute_service_template:
15         type: string
16         description: Substitute Service Template
17         required: true
18         status: SUPPORTED
19       index_value:
20         type: integer
21         description: Index value of the substitution service template runtime instance
22         required: false
23         default: 0
24         status: SUPPORTED
25         constraints:
26         - greater_or_equal: 0
27       count:
28         type: string
29         description: Count
30         required: false
31         default: 1
32         status: SUPPORTED
33       scaling_enabled:
34         type: boolean
35         description: Indicates whether service scaling is enabled
36         required: false
37         default: true
38         status: SUPPORTED
39       mandatory:
40         type: boolean
41         description: Mandatory
42         required: false
43         default: true
44         status: SUPPORTED
45   org.openecomp.datatypes.heat.substitution.SubstitutionFilter:
46     derived_from: tosca.datatypes.Root
47     description: Substitution Filter
48     properties:
49       substitute_service_template:
50         type: string
51         description: Substitute Service Template
52         required: true
53         status: SUPPORTED
54       index_variable:
55         type: string
56         description: Index variable
57         required: false
58         default: '%index%'
59         status: SUPPORTED
60         constraints:
61         - min_length: 3
62       count:
63         type: string
64         description: Count
65         required: false
66         default: 1
67         status: SUPPORTED
68       scaling_enabled:
69         type: boolean
70         description: Indicates whether service scaling is enabled
71         required: false
72         default: true
73         status: SUPPORTED
74       mandatory:
75         type: boolean
76         description: Mandatory
77         required: false
78         default: true
79         status: SUPPORTED
80 node_types:
81   org.openecomp.resource.abstract.nodes.AbstractSubstitute:
82     derived_from: tosca.nodes.Root
83     properties:
84       service_template_filter:
85         type: org.openecomp.datatypes.heat.substitution.SubstitutionFiltering
86         description: Substitution Filter
87         required: true
88         status: SUPPORTED