X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=network%2Fexternal.yaml;h=e015dd88e10cd971cffd0216aa0e37cedee3f2d1;hb=2e97ecdd6d77cd07d06d06d62db9edbf3bd19533;hp=e9aa5b3287fca6dc673f3a720dbc1b67660c3793;hpb=631b1afee180317e4eca5980e82238265f1a7049;p=apex-tripleo-heat-templates.git diff --git a/network/external.yaml b/network/external.yaml index e9aa5b32..e015dd88 100644 --- a/network/external.yaml +++ b/network/external.yaml @@ -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_resource: ExternalAllocationPools} outputs: OS::stack_id: