X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=network%2Fexternal.yaml;h=bf4bdfe780349fe11a5420133a7052e196f3c924;hb=fb1de4faa2cf572acc24dccbdc026f12a47d32b3;hp=29b10324adce7e8efcaa70911ed4586e4dd1f59b;hpb=cbd56fa47fd9fbd8a596acae56028a2bf128fb45;p=apex-tripleo-heat-templates.git diff --git a/network/external.yaml b/network/external.yaml index 29b10324..bf4bdfe7 100644 --- a/network/external.yaml +++ b/network/external.yaml @@ -1,4 +1,4 @@ -heat_template_version: 2014-10-16 +heat_template_version: 2015-04-30 description: > External network. Public traffic, Neutron l3router for floating IPs/SNAT, etc. @@ -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: