[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 / contrail2serviceinstance / sharedNetworkNested / expectedoutputfiles / MainServiceTemplate.yaml
1 tosca_definitions_version: tosca_simple_yaml_1_0_0
2 metadata:
3   template_name: Main
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   GlobalSubstitutionTypes:
16     file: GlobalSubstitutionTypesServiceTemplate.yaml
17   NeutronPortGlobalTypes:
18     file: NeutronPortGlobalTypesServiceTemplate.yaml
19   NeutronNetGlobalTypes:
20     file: NeutronNetGlobalTypesServiceTemplate.yaml
21   CommonGlobalTypes:
22     file: CommonGlobalTypesServiceTemplate.yaml
23   ContrailAbstractSubstituteGlobalTypes:
24     file: ContrailAbstractSubstituteGlobalTypesServiceTemplate.yaml
25   ContrailNetworkRuleGlobalType:
26     file: ContrailNetworkRuleGlobalTypeServiceTemplate.yaml
27   NeutronSecurityRulesGlobalTypes:
28     file: NeutronSecurityRulesGlobalTypesServiceTemplate.yaml
29   NovaServerGlobalTypes:
30     file: NovaServerGlobalTypesServiceTemplate.yaml
31   ContrailV2VirtualMachineInterfaceGlobalType:
32     file: ContrailV2VirtualMachineInterfaceGlobalTypeServiceTemplate.yaml
33 topology_template:
34   inputs:
35     Internal1_shared:
36       hidden: false
37       immutable: false
38       type: string
39     Internal1_forwarding_mode:
40       hidden: false
41       immutable: false
42       type: string
43     Internal2_net_name:
44       hidden: false
45       immutable: false
46       type: string
47     Internal2_forwarding_mode:
48       hidden: false
49       immutable: false
50       type: string
51     Internal2_shared:
52       hidden: false
53       immutable: false
54       type: string
55     Internal1_net_name:
56       hidden: false
57       immutable: false
58       type: string
59   node_templates:
60     Internal1-net:
61       type: org.openecomp.resource.vl.nodes.heat.network.contrail.VirtualNetwork
62       properties:
63         shared:
64           get_input: Internal1_shared
65         forwarding_mode:
66           get_input: Internal1_forwarding_mode
67         network_name:
68           get_input: Internal1_net_name
69     test_nested:
70       type: org.openecomp.resource.abstract.nodes.heat.OCS-fw
71       directives:
72       - substitutable
73       properties:
74         service_template_filter:
75           substitute_service_template: OCS-fwServiceTemplate.yaml
76         network_param: Internal1-net
77       requirements:
78       - link_port_0:
79           capability: tosca.capabilities.network.Linkable
80           node: Internal1-net
81           relationship: tosca.relationships.network.LinksTo
82   groups:
83     main:
84       type: org.openecomp.groups.heat.HeatStack
85       properties:
86         heat_file: ../Artifacts/main.yml
87         description: ASC External Networks Template
88       members:
89       - Internal1-net
90       - test_nested