X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=network%2Fstorage.yaml;h=dc9f35eabe8d8959a9a889f9959064516fd15b97;hb=578c4f9e468266b284d72d07a053aafd79678dd8;hp=1f60adf4bbabfdd991ac467819e7c38304a35f49;hpb=b56c2f01bdc32d407dc6b981abf30465ddd0b9f8;p=apex-tripleo-heat-templates.git diff --git a/network/storage.yaml b/network/storage.yaml index 1f60adf4..dc9f35ea 100644 --- a/network/storage.yaml +++ b/network/storage.yaml @@ -12,10 +12,10 @@ parameters: StorageNetValueSpecs: default: {'provider:physical_network': 'storage', 'provider:network_type': 'flat'} description: Value specs for the storage network. - type: string + type: json StorageNetAdminStateUp: default: false - description: This admin state of of the network. + description: This admin state of the network. type: boolean StorageNetEnableDHCP: default: false @@ -33,6 +33,10 @@ parameters: default: storage_subnet description: The name of the storage subnet in Neutron. type: string + StorageAllocationPools: + default: [{'start': '172.16.1.4', 'end': '172.16.1.250'}] + description: Ip allocation pool range for the storage network. + type: json resources: StorageNetwork: @@ -50,6 +54,7 @@ resources: enable_dhcp: {get_param: StorageNetEnableDHCP} name: {get_param: StorageSubnetName} network: {get_resource: StorageNetwork} + allocation_pools: {get_param: StorageAllocationPools} outputs: OS::stack_id: