[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 / ContrailVirtualNetworkGlobalTypeServiceTemplate.yaml
1 tosca_definitions_version: tosca_simple_yaml_1_0_0
2 metadata:
3   template_name: ContrailVirtualNetworkGlobalType
4   template_version: 1.0.0
5 description: Contrail Virtual Network Global Types
6 imports:
7   common_definitions:
8     file: CommonGlobalTypesServiceTemplate.yaml
9 node_types:
10   org.openecomp.resource.vl.nodes.heat.network.contrail.VirtualNetwork:
11     derived_from: tosca.nodes.network.Network
12     properties:
13       shared:
14         type: string
15         description: Is virtual network shared
16         required: false
17         status: SUPPORTED
18       forwarding_mode:
19         type: string
20         description: forwarding mode of the virtual network
21         required: false
22         status: SUPPORTED
23       external:
24         type: string
25         description: Is virtual network external
26         required: false
27         status: SUPPORTED
28       allow_transit:
29         type: string
30         description: Whether this network should be transitive.
31         required: false
32         status: SUPPORTED
33       flood_unknown_unicast:
34         type: string
35         description: flood L2 packets on network
36         required: false
37         status: SUPPORTED
38       route_targets:
39         type: list
40         description: route targets associated with the virtual network
41         required: false
42         status: SUPPORTED
43         entry_schema:
44           type: string
45       subnets:
46         type: map
47         description: Network related subnets
48         required: false
49         status: SUPPORTED
50         entry_schema:
51           type: org.openecomp.datatypes.heat.network.neutron.Subnet
52     attributes:
53       fq_name:
54         type: string
55         description: fq_name
56         status: SUPPORTED
57       show:
58         type: string
59         description: All attributes.
60         status: SUPPORTED
61       subnets_name:
62         type: list
63         description: Subnets name of this network
64         status: SUPPORTED
65         entry_schema:
66           type: string
67       subnets_show:
68         type: map
69         description: Detailed information about each subnet
70         status: SUPPORTED
71         entry_schema:
72           type: string
73       subnets:
74         type: map
75         description: Network related subnets
76         status: SUPPORTED
77         entry_schema:
78           type: org.openecomp.datatypes.heat.network.neutron.Subnet
79     capabilities:
80       attachment:
81         type: tosca.capabilities.Attachment
82         occurrences:
83         - 1
84         - UNBOUNDED