Updated pom to remove distribution-management section and corrected aai base image...
[aai/babel.git] / src / test / resources / ymlFiles / resource-Vl-template.yml
1 tosca_definitions_version: tosca_simple_yaml_1_0
2 metadata:
3   invariantUUID: 1b76148a-81c1-4173-a16a-51a8f1f94bfa
4   UUID: af185035-ac2d-41e2-a410-f49c8b9f1de9
5   name: VL
6   description: ' Virtual link (VL) describes the basic topology of the connectivity
7     as well as other required parameters (e.g. bandwidth and QoS class). '
8   type: VL
9   category: Network Connectivity
10   subcategory: Virtual Links
11   resourceVendor: ATT (Tosca)
12   resourceVendorRelease: 1.0.0.wd03
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.VL:
28     derived_from: tosca.nodes.network.Network
29     description: ' Virtual link (VL) describes the basic topology of the connectivity
30       as well as other required parameters (e.g. bandwidth and QoS class). '
31     properties:
32       vendor:
33         type: string
34       vl_name:
35         type: string
36     capabilities:
37       virtual_linkable:
38         type: tosca.capabilities.network.Linkable
39         occurrences:
40         - 1
41         - UNBOUNDED
42       end_point:
43         type: tosca.capabilities.Endpoint
44         occurrences:
45         - 1
46         - UNBOUNDED
47         properties:
48           port_name:
49             type: string
50             required: false
51           protocol:
52             type: string
53             default: tcp
54             required: false
55           port:
56             type: PortDef
57             required: false
58           initiator:
59             type: string
60             default: source
61             required: false
62           network_name:
63             type: string
64             default: PRIVATE
65             required: false
66           secure:
67             type: boolean
68             default: false
69             required: false
70           ports:
71             type: map
72             required: false
73             entry_schema:
74               type: PortSpec
75           url_path:
76             type: string
77             required: false