Output internal API VIPs
[apex-tripleo-heat-templates.git] / network / external.yaml
index e9aa5b3..bf4bdfe 100644 (file)
@@ -33,7 +33,10 @@ parameters:
     default: external_subnet
     description: The name of the external subnet in Neutron.
     type: string
-
+  ExternalAllocationPools:
+    default: [{'start': '10.0.0.4', 'end': '10.0.0.250'}]
+    description: Ip allocation pool range for the external network.
+    type: json
 
 resources:
   ExternalNetwork:
@@ -51,6 +54,7 @@ resources:
       enable_dhcp: {get_param: ExternalNetEnableDHCP}
       name: {get_param: ExternalSubnetName}
       network: {get_resource: ExternalNetwork}
+      allocation_pools: {get_param: ExternalAllocationPools}
 
 outputs:
   OS::stack_id: