1ff1402411ede4d0eb89139071e0cbcd8c77d63a
[sdc.git] /
1 tosca_definitions_version: tosca_simple_yaml_1_0_0
2 metadata:
3   template_name: ContrailV2VirtualNetworkGlobalType
4   template_version: 1.0.0
5 description: Contrail V2 Virtual Network Global Types
6 imports:
7   common_definitions:
8     file: CommonGlobalTypesServiceTemplate.yaml
9 node_types:
10   org.openecomp.resource.vl.nodes.heat.network.contrailV2.VirtualNetwork:
11     derived_from: tosca.nodes.network.Network
12     properties:
13       network_ipam_refs_data:
14         type: list
15         description: IPAM references Data
16         required: false
17         status: SUPPORTED
18         entry_schema:
19           type: org.openecomp.datatypes.heat.contrailV2.virtual.network.rule.IpamRefData
20       network_policy_refs_data:
21         type: list
22         description: Policy references data
23         required: false
24         status: SUPPORTED
25         entry_schema:
26           type: org.openecomp.datatypes.heat.contrailV2.virtual.network.rule.RefData
27       network_ipam_refs:
28         type: list
29         description: IPAM references
30         required: false
31         status: SUPPORTED
32         entry_schema:
33           type: string
34       network_policy_refs:
35         type: list
36         description: Policy references
37         required: false
38         status: SUPPORTED
39         entry_schema:
40           type: string
41       subnets:
42         type: map
43         description: Network related subnets
44         required: false
45         status: SUPPORTED
46         entry_schema:
47           type: org.openecomp.datatypes.heat.network.neutron.Subnet
48     attributes:
49       fq_name:
50         type: string
51         description: fq_name
52         status: SUPPORTED
53       subnets_name:
54         type: list
55         description: Subnets name of this network
56         status: SUPPORTED
57         entry_schema:
58           type: string
59       subnets_show:
60         type: map
61         description: Detailed information about each subnet
62         status: SUPPORTED
63         entry_schema:
64           type: string
65       subnets:
66         type: map
67         description: Network related subnets
68         status: SUPPORTED
69         entry_schema:
70           type: org.openecomp.datatypes.heat.network.neutron.Subnet
71     capabilities:
72       attachment:
73         type: tosca.capabilities.Attachment
74         occurrences:
75         - 1
76         - UNBOUNDED