public_net_id: PUT YOUR NETWORK ID/NAME HERE
+ public_subnet_id: PUT PUBLIC SUBNET ID HERE
+
+ router_gateway_ip: PUT ROUTER GATEWAY PUBLIC IP HERE
+
ubuntu_1404_image: PUT THE UBUNTU 14.04 IMAGE NAME HERE
ubuntu_1604_image: PUT THE UBUNTU 16.04 IMAGE NAME HERE
# 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
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