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