2 # ============LICENSE_START=======================================================
 
   3 # org.onap.vvp/validation-scripts
 
   4 # ===================================================================
 
   5 # Copyright © 2017 AT&T Intellectual Property. All rights reserved.
 
   6 # ===================================================================
 
   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
 
  13 #             http://www.apache.org/licenses/LICENSE-2.0
 
  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.
 
  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
 
  28 #             https://creativecommons.org/licenses/by/4.0/
 
  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.
 
  36 # ============LICENSE_END============================================
 
  38 # ECOMP is a trademark and service mark of AT&T Intellectual Property.
 
  43   reserve_port_lb_1_extnet_floating_ip_1:
 
  44         type: OS::Neutron::Port
 
  46           network: { get_param: extnet_net_name }
 
  48             - ip_address: { get_param: lb_1_extnet_floating_ip }
 
  50   reserve_port_lb_2_extnet_floating_v6_ip_1:
 
  51         type: OS::Neutron::Port
 
  53           network: { get_param: extnet_net_id }
 
  55             - ip_address: { get_param: lb_2_extnet_floating_v6_ip }
 
  57   reserve_port_lb_1_extnet_floating_ip_1:
 
  58         type: OS::Neutron::Port
 
  60           network: { get_param: extnet_net_name }
 
  62             - ip_address: { get_param: lb_1_extnet_floating_ip }
 
  64   reserve_port_lb_2_extnet_floating_v6_ip_1:
 
  65         type: OS::Neutron::Port
 
  67           network: { get_param: extnet_net_id }
 
  69             - ip_address: { get_param: lb_2_extnet_floating_v6_ip }
 
  71   lb_3_extnet_floating_v6_ip_1:
 
  72         type: OS::Neutron::Port
 
  74           network: { get_param: extnet_net_id }
 
  76             - ip_address: { get_param: lb_3_extnet_floating_v6_ip }
 
  81   lb_1_int_intranet_vip:
 
  82         description: "vip for lb_1_int_intranet_floating_ip"
 
  83         value: { get_param: lb_1_int_intranet_floating_ip }
 
  85   lb_2_int_intranet_v6_vip:
 
  86         description: "vip for lb_2_int_intranet_v6_vip"
 
  87         value: { get_param: lb_2_int_intranet_floating_v6_ip }
 
  90         description: "vip for lb_1_extnet_floating_ip"
 
  91         value: { get_param: lb_1_extnet_floating_ip }
 
  94         description: "vip for lb_2_extnet_floating_v6_ip"
 
  95         value: { get_param: lb_2_extnet_floating_v6_ips }