fix tosca template bugs
[modeling/etsicatalog.git] / catalog / pub / utils / toscaparser / testdata / ns / service-vims / Definitions / resource-ExtZteVl-template.yml
1 tosca_definitions_version: tosca_simple_yaml_1_1
2 metadata:
3   invariantUUID: d0d43bd0-4088-4b1c-9ac1-c6303d9f923a
4   UUID: 0f93d9d8-a815-4da9-820f-6cc77f670623
5   name: ext ZTE VL
6   description: Ext ZTE VL
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   tosca.nodes.nfv.ext.zte.VL:
28     derived_from: tosca.nodes.Root
29     description: Ext ZTE VL
30     properties:
31       segmentation_id:
32         type: string
33       network_name:
34         type: string
35       is_predefined:
36         type: boolean
37       mtu:
38         type: integer
39       dns_nameservers:
40         type: list
41         entry_schema:
42           type: string
43       physical_network:
44         type: string
45       dhcp_enabled:
46         type: boolean
47       network_id:
48         type: string
49       host_routes:
50         type: list
51         entry_schema:
52           type: tosca.datatypes.nfv.ext.HostRouteInfo
53       ip_version:
54         type: integer
55       vendor:
56         type: string
57       name:
58         type: string
59       start_ip:
60         type: string
61       vlan_transparent:
62         type: boolean
63       cidr:
64         type: string
65       gateway_ip:
66         type: string
67       network_type:
68         type: string
69       end_ip:
70         type: string
71       location_info:
72         type: tosca.datatypes.nfv.ext.LocationInfo
73     capabilities:
74       virtual_linkable:
75         type: tosca.capabilities.nfv.VirtualLinkable
76         occurrences:
77         - 1
78         - UNBOUNDED
79         valid_source_types: [
80           ]