X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=heat%2FOpenECOMP%2Fonap_openstack_float.yaml;h=eff4cc8ea450a2cec8a97b4a7689b6b2627df657;hb=965de48062400cb2afbbb7c34024b90f8d032e14;hp=02feac7a8d183b7b5ef410395a30fdce8a79d3d7;hpb=37376649cd2131bd0744645f50d720df49602ef3;p=demo.git diff --git a/heat/OpenECOMP/onap_openstack_float.yaml b/heat/OpenECOMP/onap_openstack_float.yaml index 02feac7a..eff4cc8e 100644 --- a/heat/OpenECOMP/onap_openstack_float.yaml +++ b/heat/OpenECOMP/onap_openstack_float.yaml @@ -39,11 +39,19 @@ parameters: # Parameters used across all ONAP components # # # ############################################## - + public_net_id: type: string description: Public network for floating IP address allocation + public_subnet_id: + type: string + description: Public network subnet id + + router_gateway_ip: + type: string + description: Public network gateway IP address + ubuntu_1404_image: type: string description: Name of the Ubuntu 14.04 image @@ -399,6 +407,9 @@ resources: properties: external_gateway_info: network: { get_param: public_net_id } + external_fixed_ips: + - ip_address: { get_param: router_gateway_ip } + subnet: { get_param: public_subnet_id } router_interface: type: OS::Neutron::RouterInterface