Updated pom to remove distribution-management section and corrected aai base image...
[aai/babel.git] / src / test / resources / ymlFiles / resource-Contrailvirtualnetwork-template.yml
1 tosca_definitions_version: tosca_simple_yaml_1_0
2 metadata:
3   invariantUUID: 4ef3ec74-aa57-402b-881c-310037e4c042
4   UUID: b407610b-7520-46dc-a595-cb713bafe72e
5   name: ContrailVirtualNetwork
6   description: Represents a network service with optional subnets and advanced configurations.
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.contrail.VirtualNetwork:
27     derived_from: org.openecomp.resource.vl.nodes.network.Network
28     description: Represents a network service with optional subnets and advanced configurations.
29     properties:
30       shared:
31         type: string
32         description: Is virtual network shared
33       forwarding_mode:
34         type: string
35         description: forwarding mode of the virtual network
36       external:
37         type: string
38         description: Is virtual network external
39       allow_transit:
40         type: string
41         description: Whether this network should be transitive.
42       flood_unknown_unicast:
43         type: string
44         description: flood L2 packets on network
45       route_targets:
46         type: list
47         description: route targets associated with the virtual network
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