[sdc] docker file fix for cassandra
[sdc.git] / openecomp-be / lib / openecomp-sdc-enrichment-lib / openecomp-sdc-enrichment-core / src / test / resources / extractServiceComposition / toscaGlobalServiceTemplates / GlobalSubstitutionTypesServiceTemplate.yaml
1 tosca_definitions_version: tosca_simple_yaml_1_0_0
2 metadata:
3   template_name: GlobalSubstitutionTypes
4 imports:
5   NeutronPortGlobalTypes:
6     file: NeutronPortGlobalTypesServiceTemplate.yaml
7   NeutronNetGlobalTypes:
8     file: NeutronNetGlobalTypesServiceTemplate.yaml
9   CommonGlobalTypes:
10     file: CommonGlobalTypesServiceTemplate.yaml
11   CinderVolumeGlobalTypes:
12     file: CinderVolumeGlobalTypesServiceTemplate.yaml
13   ContrailNetworkRuleGlobalType:
14     file: ContrailNetworkRuleGlobalTypeServiceTemplate.yaml
15   NeutronSecurityRulesGlobalTypes:
16     file: NeutronSecurityRulesGlobalTypesServiceTemplate.yaml
17   NovaServerGlobalTypes:
18     file: NovaServerGlobalTypesServiceTemplate.yaml
19   ContrailVirtualNetworkGlobalType:
20     file: ContrailVirtualNetworkGlobalTypeServiceTemplate.yaml
21   AbstractSubstituteGlobalTypes:
22     file: AbstractSubstituteGlobalTypesServiceTemplate.yaml
23 node_types:
24   org.openecomp.resource.abstract.nodes.heat.nested:
25     derived_from: org.openecomp.resource.abstract.nodes.AbstractSubstitute
26     properties:
27       cmaui_names:
28         type: list
29         description: CMAUI1, CMAUI2 server names
30         entry_schema:
31           type: String
32       p1:
33         type: string
34         description: UID of OAM network
35       cmaui_image:
36         type: string
37         description: Image for CMAUI server
38       cmaui_flavor:
39         type: string
40         description: Flavor for CMAUI server
41       security_group_name:
42         description: not impotrtant
43       availability_zone_0:
44         type: string
45         description: availabilityzone name
46     requirements:
47     - local_storage_server_cmaui:
48         capability: tosca.capabilities.Attachment
49         node: tosca.nodes.BlockStorage
50         relationship: tosca.relationships.AttachesTo
51         occurrences:
52         - 0
53         - UNBOUNDED
54     - link_cmaui_port_0:
55         capability: tosca.capabilities.network.Linkable
56         node: tosca.nodes.Root
57         relationship: tosca.relationships.network.LinksTo
58         occurrences:
59         - 1
60         - 1
61     capabilities:
62       host_server_cmaui:
63         type: tosca.capabilities.Container
64         valid_source_types:
65         - tosca.nodes.SoftwareComponent
66         occurrences:
67         - 1
68         - UNBOUNDED
69       os_server_cmaui:
70         type: tosca.capabilities.OperatingSystem
71         occurrences:
72         - 1
73         - UNBOUNDED
74       endpoint_server_cmaui:
75         type: tosca.capabilities.Endpoint.Admin
76         occurrences:
77         - 1
78         - UNBOUNDED
79       binding_server_cmaui:
80         type: tosca.capabilities.network.Bindable
81         occurrences:
82         - 1
83         - UNBOUNDED
84       scalable_server_cmaui:
85         type: tosca.capabilities.Scalable
86         occurrences:
87         - 1
88         - UNBOUNDED
89       attachment_cmaui_port_0:
90         type: tosca.capabilities.Attachment
91         occurrences:
92         - 1
93         - UNBOUNDED