X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=network%2Fexternal.yaml;h=3b24da7ed83591113339a8faf5e750ba16e0242a;hb=41872c839cb81818dc00f9e93b96c70e9c790c8a;hp=e9aa5b3287fca6dc673f3a720dbc1b67660c3793;hpb=3a7b3fe00dc2c944e77e2e25a3b37614425fc5cf;p=apex-tripleo-heat-templates.git diff --git a/network/external.yaml b/network/external.yaml index e9aa5b32..3b24da7e 100644 --- a/network/external.yaml +++ b/network/external.yaml @@ -12,10 +12,10 @@ parameters: ExternalNetValueSpecs: default: {'provider:physical_network': 'external', 'provider:network_type': 'flat'} description: Value specs for the external network. - type: string + type: json ExternalNetAdminStateUp: default: false - description: This admin state of of the network. + description: This admin state of the network. type: boolean ExternalNetEnableDHCP: default: false @@ -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: