aboutsummaryrefslogtreecommitdiffstats
path: root/network/storage_mgmt.yaml
diff options
context:
space:
mode:
authorDan Prince <dprince@redhat.com>2015-06-12 14:05:19 -0400
committerDan Prince <dprince@redhat.com>2015-06-12 14:05:19 -0400
commit344af04c0760f7944b49b783501582db92dc5fb9 (patch)
treee967ba3f3bd190355938933075a507f5f6789ffa /network/storage_mgmt.yaml
parent5033fd06894c3ac9ff99a82cb74020868da42306 (diff)
Flexible IP allocations for isolated nets
This patch adds new '<net name>AllocationPool' parameters to all of the isolated network nested stacks so that users can easily control the allocation ranges on these networks. Change-Id: I44b564831446c62e3489a69d992e0fb1f642b085
Diffstat (limited to 'network/storage_mgmt.yaml')
-rw-r--r--network/storage_mgmt.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/network/storage_mgmt.yaml b/network/storage_mgmt.yaml
index e97d4364..d0c919b5 100644
--- a/network/storage_mgmt.yaml
+++ b/network/storage_mgmt.yaml
@@ -33,6 +33,10 @@ parameters:
default: storage_mgmt_subnet
description: The name of the Storage management subnet in Neutron.
type: string
+ StorageMgmtAllocationPools:
+ default: [{'start': '172.16.3.4', 'end': '172.16.3.250'}]
+ description: Ip allocation pool range for the storage mgmt network.
+ type: json
resources:
StorageMgmtNetwork:
@@ -50,6 +54,7 @@ resources:
enable_dhcp: {get_param: StorageMgmtNetEnableDHCP}
name: {get_param: StorageMgmtSubnetName}
network: {get_resource: StorageMgmtNetwork}
+ allocation_pools: {get_param: StorageMgmtAllocationPools}
outputs:
OS::stack_id: