aboutsummaryrefslogtreecommitdiffstats
path: root/network/management.yaml
diff options
context:
space:
mode:
authorDimitri Savineau <dsavinea@redhat.com>2016-06-02 09:55:11 -0400
committerDimitri Savineau <dsavinea@redhat.com>2016-06-14 10:06:17 -0400
commit1fa4c02fc310163da351bacbf19f2d52b46e50b3 (patch)
tree8a4881c30cd316699455221d3893b0c277c89bb4 /network/management.yaml
parentbcbb89a92141ecf650c0b5b4bad128f47659971d (diff)
Add gateway_ip in OS::Neutron::Subnet
This patch allows to : - disable the gateway ip for non routable network - use the first ip in the subnet - set the correct gateway on the external network Change-Id: Idc816c782856e93ecd339b3aca2a7f53c1564b1d Closes-bug: #1588379 Depends-On: I8ea6733fe46902e1baeff4ccfbcd42ecc5a1825f
Diffstat (limited to 'network/management.yaml')
-rw-r--r--network/management.yaml7
1 files changed, 6 insertions, 1 deletions
diff --git a/network/management.yaml b/network/management.yaml
index 6878bac4..6798e11e 100644
--- a/network/management.yaml
+++ b/network/management.yaml
@@ -13,7 +13,7 @@ parameters:
ManagementNetValueSpecs:
default: {'provider:physical_network': 'management', 'provider:network_type': 'flat'}
description: Value specs for the management network.
- type: json
+ type: json
ManagementNetAdminStateUp:
default: false
description: The admin state of the network.
@@ -38,6 +38,10 @@ parameters:
default: [{'start': '10.0.1.4', 'end': '10.0.1.250'}]
description: Ip allocation pool range for the management network.
type: json
+ ManagementInterfaceDefaultRoute:
+ default: null
+ description: The default route of the management network.
+ type: string
resources:
ManagementNetwork:
@@ -56,6 +60,7 @@ resources:
name: {get_param: ManagementSubnetName}
network: {get_resource: ManagementNetwork}
allocation_pools: {get_param: ManagementAllocationPools}
+ gateway_ip: {get_param: ManagementInterfaceDefaultRoute}
outputs:
OS::stack_id: