Solved sdc jenkins jobs triggering
[integration/csit.git] / plans / so / integration-etsi-testing / config / distribution-test-unzipped / unzipped_sdc_csar / v1 / catalog / services / Manualdistributiontestservice / 1.0 / resourceInstances / manualdistributiontestvnf0 / artifacts / resource-Extneutroncp-template.yml
1 tosca_definitions_version: tosca_simple_yaml_1_1
2 metadata:
3   invariantUUID: 3fed24ab-7a60-40cd-a52b-520df0d743e8
4   UUID: e3334a40-6ede-4d38-975b-705e9cb99d2f
5   name: extNeutronCP
6   description: The AT&T Connection Point base type all other CP derive from
7   type: CP
8   category: Generic
9   subcategory: Network Elements
10   resourceVendor: ONAP (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 - annotations:
27     file: annotations.yml
28 node_types:
29   org.openecomp.resource.cp.v2.extNeutronCP:
30     derived_from: org.openecomp.resource.cp.v2.extCP
31     description: The AT&T Connection Point base type all other CP derive from
32     properties:
33       port_security_enabled:
34         type: boolean
35         description: Flag to enable/disable port security on the network
36         required: false
37       qos_policy:
38         type: string
39         description: The name or ID of QoS policy to attach to this network
40         required: false
41       allowed_address_pairs:
42         type: list
43         description: Additional MAC/IP address pairs allowed to pass through the port
44         required: false
45         entry_schema:
46           type: org.openecomp.datatypes.heat.network.AddressPair
47       binding:vnic_type:
48         type: string
49         description: The vnic type to be bound on the neutron port
50         required: false
51       value_specs:
52         default: {
53           }
54         type: map
55         description: Extra parameters to include in the request
56         required: false
57         entry_schema:
58           type: string
59       related_networks:
60         type: list
61         description: Related Networks List.
62         required: false
63         entry_schema:
64           type: org.openecomp.datatypes.network.RelatedNetworksAssignments
65       network:
66         type: string
67         description: Network this port belongs to
68         required: false
69       mac_requirements:
70         default:
71           mac_count_required:
72             is_required: false
73         type: org.openecomp.datatypes.network.MacRequirements
74         description: identifies MAC address assignments to the CP
75         required: false
76       mac_address:
77         type: string
78         description: MAC address to give to this port
79         required: false
80       ip_range_start:
81         type: string
82         required: false
83       admin_state_up:
84         default: true
85         type: boolean
86         description: A boolean value specifying the administrative status of the network
87         required: false
88       exCP_naming:
89         default:
90           ecomp_generated_naming: true
91         type: org.openecomp.datatypes.Naming
92         required: false
93       order:
94         type: integer
95         description: The order of the CP on the compute instance (e.g. eth2).
96         required: true
97       subnetpoolid:
98         type: string
99         required: false
100       device_id:
101         type: string
102         description: Device ID of this port
103         required: false
104       ip_range_end:
105         type: string
106         required: false
107       ip_address:
108         type: string
109         required: false
110       is_default:
111         default: false
112         type: boolean
113         required: false
114       device_owner:
115         type: string
116         description: Name of the network owning the port
117         required: false
118       ip_requirements:
119         type: list
120         description: identifies IP requirements to the CP
121         required: true
122         entry_schema:
123           type: org.openecomp.datatypes.network.IpRequirements
124       replacement_policy:
125         default: AUTO
126         type: string
127         description: Policy on how to respond to a stack-update for this resource
128         required: false
129       network_role:
130         type: string
131         description: identical to VL network_role
132         required: true
133       security_groups:
134         type: list
135         description: List of security group names or IDs
136         required: false
137         entry_schema:
138           type: string
139       fixed_ips:
140         type: list
141         description: Desired IPs for this port
142         required: false
143         entry_schema:
144           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
145       subinterface_indicator:
146         default: false
147         type: boolean
148         description: identifies if Port is having Sub Interface
149         required: false
150       name:
151         type: string
152         description: A symbolic name for this port
153         required: false
154       vlan_requirements:
155         type: list
156         description: identifies vlan address assignments to the CP
157         required: false
158         entry_schema:
159           type: org.openecomp.datatypes.network.VlanRequirements
160       network_role_tag:
161         type: string
162         description: Must correlate to the set of defined network-role tag identifiers from the associated HEAT template
163         required: true
164     interfaces:
165       Standard:
166         type: tosca.interfaces.node.lifecycle.Standard
167     capabilities:
168       attachment:
169         type: tosca.capabilities.Attachment
170         occurrences:
171         - 1
172         - UNBOUNDED
173         valid_source_types: [
174           ]
175       binding:
176         type: tosca.capabilities.network.Bindable
177         occurrences:
178         - 0
179         - UNBOUNDED
180         valid_source_types:
181         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
182         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface