[VVP] Removing unnecessary trademark lines
[vvp/validation-scripts.git] / ice_validator / tests / fixtures / test_allowed_address_pair_format / fail / wrong_network_role.yaml
1 # -*- coding: utf8 -*-
2 # ============LICENSE_START=======================================================
3 # org.onap.vvp/validation-scripts
4 # ===================================================================
5 # Copyright © 2017 AT&T Intellectual Property. All rights reserved.
6 # ===================================================================
7 #
8 # Unless otherwise specified, all software contained herein is licensed
9 # under the Apache License, Version 2.0 (the "License");
10 # you may not use this software except in compliance with the License.
11 # You may obtain a copy of the License at
12 #
13 #             http://www.apache.org/licenses/LICENSE-2.0
14 #
15 # Unless required by applicable law or agreed to in writing, software
16 # distributed under the License is distributed on an "AS IS" BASIS,
17 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18 # See the License for the specific language governing permissions and
19 # limitations under the License.
20 #
21 #
22 #
23 # Unless otherwise specified, all documentation contained herein is licensed
24 # under the Creative Commons License, Attribution 4.0 Intl. (the "License");
25 # you may not use this documentation except in compliance with the License.
26 # You may obtain a copy of the License at
27 #
28 #             https://creativecommons.org/licenses/by/4.0/
29 #
30 # Unless required by applicable law or agreed to in writing, documentation
31 # distributed under the License is distributed on an "AS IS" BASIS,
32 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
33 # See the License for the specific language governing permissions and
34 # limitations under the License.
35 #
36 # ============LICENSE_END============================================
37 #
38 #
39 ---
40 resources:
41
42   vm_type_1_int_intranet_0_port:
43         type: OS::Neutron::Port
44         properties:
45           network: { get_param: int_intranet_net_name }
46           allowed_address_pairs:
47             - ip_address: { get_param: lb_1_int_intranet_floating_ip }
48
49   vm_type_1_int_intranet_1_port:
50         type: OS::Neutron::Port
51         properties:
52           network: { get_param: int_intranet2_net_id }
53           allowed_address_pairs:
54             - ip_address: { get_param: lb_2_int_intranet_floating_v6_ip }
55
56   vm_type_1_extnet_2_port:
57         type: OS::Neutron::Port
58         properties:
59           network: { get_param: extnet_net_name }
60           allowed_address_pairs:
61             - ip_address: { get_param: lb_1_extnet_floating_ip }
62
63   vm_type_1_extnet_3_port:
64         type: OS::Neutron::Port
65         properties:
66           network: { get_param: extnet_net_id }
67           allowed_address_pairs:
68             - ip_address: { get_param: lb_2_extnet_floating_v6_ip }
69
70   vm_type_1_int_intranet_4_port:
71         type: OS::Neutron::Port
72         properties:
73           network: { get_param: int_intranet_net_name }
74           allowed_address_pairs:
75             - ip_address: { get_param: lb_1_int_intranet_ip_0 }
76
77   vm_type_1_int_intranet_5_port:
78         type: OS::Neutron::Port
79         properties:
80           network: { get_param: int_intranet_net_id }
81           allowed_address_pairs:
82             - ip_address: { get_param: lb_2_int_intranet3_v6_ip_0 }
83
84   vm_type_1_extnet_6_port:
85         type: OS::Neutron::Port
86         properties:
87           network: { get_param: extnet_net_name }
88           allowed_address_pairs:
89             - ip_address: { get_param: lb_1_extnet_ip_0 }
90
91   vm_type_1_extnet_7_port:
92         type: OS::Neutron::Port
93         properties:
94           network: { get_param: extnet_net_id }
95           allowed_address_pairs:
96             - ip_address: { get_param: lb_2_extnet_v6_ip_0 }
97
98   vm_type_1_int_intranet_8_port:
99         type: OS::Neutron::Port
100         properties:
101           network: { get_param: int_intranet_net_name }
102           allowed_address_pairs:
103             - ip_address: { get_param: [lb_1_int_intranet_ips, 0] }
104
105   vm_type_1_int_intranet_9_port:
106         type: OS::Neutron::Port
107         properties:
108           network: { get_param: int_intranet_net_id }
109           allowed_address_pairs:
110             - ip_address: { get_param: [lb_2_int_intranet_v6_ips, 0] }
111
112   vm_type_1_extnet_10_port:
113         type: OS::Neutron::Port
114         properties:
115           network: { get_param: extnet_net_name }
116           allowed_address_pairs:
117             - ip_address: { get_param: [lb_1_extnet_ips, 0] }
118
119   vm_type_1_extnet_11_port:
120         type: OS::Neutron::Port
121         properties:
122           network: { get_param: extnet_net_id }
123           allowed_address_pairs:
124             - ip_address: { get_param: [lb_2_extnet_v6_ips, 0] }