Updated pom to remove distribution-management section and corrected aai base image...
[aai/babel.git] / src / test / resources / ymlFiles / resource-Contrailv2virtualnetwork-template-1.yml
1 tosca_definitions_version: tosca_simple_yaml_1_0
2 metadata:
3   invariantUUID: c7491ff5-1a81-4193-83ab-f46632255ec4
4   UUID: 2f46eaa9-99f0-482c-b483-b9beb4db2352
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 imports:
13 - nodes:
14     file: nodes.yml
15 - datatypes:
16     file: data.yml
17 - capabilities:
18     file: capabilities.yml
19 - relationships:
20     file: relationships.yml
21 - groups:
22     file: groups.yml
23 - policies:
24     file: policies.yml
25 node_types:
26   org.openecomp.resource.vl.nodes.heat.network.contrailV2.VirtualNetwork:
27     derived_from: org.openecomp.resource.vl.nodes.network.Network
28     description: Represents a network service with optional subnets and advanced configurations for contrail V2.
29     properties:
30       network_ipam_refs_data:
31         type: list
32         description: IPAM references Data
33         entry_schema:
34           type: org.openecomp.datatypes.heat.contrailV2.virtual.network.rule.IpamRefData
35       network_policy_refs_data:
36         type: list
37         description: Policy references data
38         entry_schema:
39           type: org.openecomp.datatypes.heat.contrailV2.virtual.network.rule.RefData
40       network_ipam_refs:
41         type: list
42         description: IPAM references
43         entry_schema:
44           type: string
45       network_policy_refs:
46         type: list
47         description: Policy references
48         entry_schema:
49           type: string
50       subnets:
51         type: map
52         description: Network related subnets
53         entry_schema:
54           type: org.openecomp.datatypes.heat.network.neutron.Subnet
55     capabilities:
56       attachment:
57         type: tosca.capabilities.Attachment
58         occurrences:
59         - 1
60         - UNBOUNDED