Updated pom to remove distribution-management section and corrected aai base image...
[aai/babel.git] / src / test / resources / ymlFiles / resource-Contrailv2virtualnetwork-template.yml
1 tosca_definitions_version: tosca_simple_yaml_1_0
2 metadata:
3   invariantUUID: 2375178f-4060-4049-8414-cd743bd68c3b
4   UUID: cf99547a-d390-4674-ae65-2244d5b1087c
5   name: ContrailV2VirtualNetwork
6   description: Represents a network service with optional subnets and advanced configurations for contrail V2.
7   type: VL
8   category: Generic
9   subcategory: Network Elements
10   resourceVendor: ATT (Tosca)
11   resourceVendorRelease: 1.0.0.wd03
12   resourceVendorModelNumber: ''
13 imports:
14 - nodes:
15     file: nodes.yml
16 - datatypes:
17     file: data.yml
18 - capabilities:
19     file: capabilities.yml
20 - relationships:
21     file: relationships.yml
22 - groups:
23     file: groups.yml
24 - policies:
25     file: policies.yml
26 node_types:
27   org.openecomp.resource.vl.nodes.heat.network.contrailV2.VirtualNetwork:
28     derived_from: org.openecomp.resource.vl.nodes.network.Network
29     description: Represents a network service with optional subnets and advanced configurations for contrail V2.
30     properties:
31       network_ipam_refs_data:
32         type: list
33         description: IPAM references Data
34         entry_schema:
35           type: org.openecomp.datatypes.heat.contrailV2.virtual.network.rule.IpamRefData
36       network_policy_refs_data:
37         type: list
38         description: Policy references data
39         entry_schema:
40           type: org.openecomp.datatypes.heat.contrailV2.virtual.network.rule.RefData
41       network_ipam_refs:
42         type: list
43         description: IPAM references
44         entry_schema:
45           type: string
46       network_policy_refs:
47         type: list
48         description: Policy references
49         entry_schema:
50           type: string
51       subnets:
52         type: map
53         description: Network related subnets
54         entry_schema:
55           type: org.openecomp.datatypes.heat.network.neutron.Subnet
56     capabilities:
57       attachment:
58         type: tosca.capabilities.Attachment
59         occurrences:
60         - 1
61         - UNBOUNDED