[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 / vol_att / nested_with_inner_vol / out / GlobalSubstitutionTypesServiceTemplate.yaml
1 tosca_definitions_version: tosca_simple_yaml_1_0_0
2 metadata:
3   template_name: GlobalSubstitutionTypes
4 imports:
5   ContrailComputeGlobalTypes:
6     file: ContrailComputeGlobalTypesServiceTemplate.yaml
7   CinderVolumeGlobalTypes:
8     file: CinderVolumeGlobalTypesServiceTemplate.yaml
9   ContrailVirtualNetworkGlobalType:
10     file: ContrailVirtualNetworkGlobalTypeServiceTemplate.yaml
11   AbstractSubstituteGlobalTypes:
12     file: AbstractSubstituteGlobalTypesServiceTemplate.yaml
13   ContrailPortGlobalTypes:
14     file: ContrailPortGlobalTypesServiceTemplate.yaml
15   NeutronPortGlobalTypes:
16     file: NeutronPortGlobalTypesServiceTemplate.yaml
17   NeutronNetGlobalTypes:
18     file: NeutronNetGlobalTypesServiceTemplate.yaml
19   CommonGlobalTypes:
20     file: CommonGlobalTypesServiceTemplate.yaml
21   ContrailAbstractSubstituteGlobalTypes:
22     file: ContrailAbstractSubstituteGlobalTypesServiceTemplate.yaml
23   ContrailNetworkRuleGlobalType:
24     file: ContrailNetworkRuleGlobalTypeServiceTemplate.yaml
25   NeutronSecurityRulesGlobalTypes:
26     file: NeutronSecurityRulesGlobalTypesServiceTemplate.yaml
27   NovaServerGlobalTypes:
28     file: NovaServerGlobalTypesServiceTemplate.yaml
29   ContrailV2VirtualMachineInterfaceGlobalType:
30     file: ContrailV2VirtualMachineInterfaceGlobalTypeServiceTemplate.yaml
31 node_types:
32   org.openecomp.resource.abstract.nodes.heat.nested:
33     derived_from: org.openecomp.resource.abstract.nodes.AbstractSubstitute
34     properties:
35       cmaui_names:
36         type: list
37         description: CMAUI1, CMAUI2 server names
38         entry_schema:
39           type: string
40       cmaui_cinder_volume_size:
41         type: float
42         description: the size of the CMAUI Cinder volume
43       timezone:
44         type: string
45         description: timezone
46       security_group_name:
47         type: string
48         description: the name of security group
49       cmaui_volume:
50         type: string
51         description: Volume for CMAUI server
52       oam_network_netmask:
53         type: string
54         description: oam network gateway
55       cmaui_image:
56         type: string
57         description: Image for CMAUI server
58       vnf_id:
59         type: string
60         description: Unique ID for this VNF instance
61         default: This_is_ths_MMSC-CMAUI_id
62       cmaui_flavor:
63         type: string
64         description: Flavor for CMAUI server
65       oam_network_gateway:
66         type: string
67         description: oam network gateway
68       out_cmaui_volume:
69         type: string
70         description: the name of the target volume backend
71       availability_zone_0:
72         type: string
73         description: availabilityzone name
74       cmaui_oam_ips:
75         type: list
76         description: CMAUI oam_net IP addresses
77         entry_schema:
78           type: string
79       external_dns:
80         type: string
81         description: dns server
82       oam_net_name:
83         type: string
84         description: UID of OAM network
85       external_ntp:
86         type: string
87         description: ntp server
88       CMAUI_volume_type:
89         type: string
90         description: the name of the target volume backend
91     attributes:
92       out_cmaui_volume:
93         type: string
94     requirements:
95     - local_storage_server_cmaui:
96         capability: tosca.capabilities.Attachment
97         node: tosca.nodes.BlockStorage
98         relationship: tosca.relationships.AttachesTo
99         occurrences:
100         - 0
101         - UNBOUNDED
102     - link_cmaui_port_0:
103         capability: tosca.capabilities.network.Linkable
104         node: tosca.nodes.Root
105         relationship: tosca.relationships.network.LinksTo
106         occurrences:
107         - 1
108         - 1
109     capabilities:
110       host_server_cmaui:
111         type: tosca.capabilities.Container
112         valid_source_types:
113         - tosca.nodes.SoftwareComponent
114         occurrences:
115         - 1
116         - UNBOUNDED
117       os_server_cmaui:
118         type: tosca.capabilities.OperatingSystem
119         occurrences:
120         - 1
121         - UNBOUNDED
122       endpoint_server_cmaui:
123         type: tosca.capabilities.Endpoint.Admin
124         occurrences:
125         - 1
126         - UNBOUNDED
127       binding_server_cmaui:
128         type: tosca.capabilities.network.Bindable
129         occurrences:
130         - 1
131         - UNBOUNDED
132       scalable_server_cmaui:
133         type: tosca.capabilities.Scalable
134         occurrences:
135         - 1
136         - UNBOUNDED
137       attachment_cmaui_volume:
138         type: tosca.capabilities.Attachment
139         occurrences:
140         - 1
141         - UNBOUNDED
142       attachment_cmaui_port_0:
143         type: tosca.capabilities.Attachment
144         occurrences:
145         - 1
146         - UNBOUNDED