[sdc] docker file fix for cassandra
[sdc.git] / openecomp-be / backend / openecomp-sdc-vendor-software-product-manager / src / test / resources / extractServiceComposition / toscaGlobalServiceTemplates / 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       flood_unknown_unicast:
29         type: string
30         description: flood L2 packets on network
31         required: false
32         status: SUPPORTED
33       route_targets:
34         type: list
35         description: route targets associated with the virtual network
36         required: false
37         status: SUPPORTED
38         entry_schema:
39           type: string
40       subnets:
41         type: map
42         description: Network related subnets
43         required: false
44         status: SUPPORTED
45         entry_schema:
46           type: org.openecomp.datatypes.heat.network.neutron.Subnet
47     attributes:
48       subnets_name:
49         type: list
50         description: Subnets name of this network
51         status: SUPPORTED
52         entry_schema:
53           type: string
54       subnets_show:
55         type: map
56         description: Detailed information about each subnet
57         status: SUPPORTED
58         entry_schema:
59           type: string
60       subnets:
61         type: map
62         description: Network related subnets
63         status: SUPPORTED
64         entry_schema:
65           type: org.openecomp.datatypes.heat.network.neutron.Subnet
66     capabilities:
67       attachment:
68         type: tosca.capabilities.Attachment
69         occurrences:
70         - 1
71         - UNBOUNDED