Merge "Make lb-mgmt-subnet a class B subnet"
This commit is contained in:
@@ -83,21 +83,21 @@ parameters:
|
|||||||
OctaviaControlSubnetCidr:
|
OctaviaControlSubnetCidr:
|
||||||
description: Subnet for amphora control subnet in CIDR form.
|
description: Subnet for amphora control subnet in CIDR form.
|
||||||
type: string
|
type: string
|
||||||
default: '192.168.199.0/24'
|
default: '172.24.0.0/16'
|
||||||
OctaviaControlSubnetGateway:
|
OctaviaControlSubnetGateway:
|
||||||
description: IP address for control network gateway
|
description: IP address for control network gateway
|
||||||
type: string
|
type: string
|
||||||
default: '192.168.199.1'
|
default: '172.24.0.1'
|
||||||
OctaviaControlSubnetPoolStart:
|
OctaviaControlSubnetPoolStart:
|
||||||
description: First address in amphora control subnet address
|
description: First address in amphora control subnet address
|
||||||
pool.
|
pool.
|
||||||
type: string
|
type: string
|
||||||
default: '192.168.199.50'
|
default: '172.24.0.2'
|
||||||
OctaviaControlSubnetPoolEnd:
|
OctaviaControlSubnetPoolEnd:
|
||||||
description: First address in amphora control subnet address
|
description: First address in amphora control subnet address
|
||||||
pool.
|
pool.
|
||||||
type: string
|
type: string
|
||||||
default: '192.168.199.200'
|
default: '172.24.255.254'
|
||||||
OctaviaCaCertFile:
|
OctaviaCaCertFile:
|
||||||
type: string
|
type: string
|
||||||
default: '/etc/octavia/certs/ca_01.pem'
|
default: '/etc/octavia/certs/ca_01.pem'
|
||||||
|
@@ -0,0 +1,11 @@
|
|||||||
|
---
|
||||||
|
features:
|
||||||
|
-
|
||||||
|
Enhance lb-mgmt-subnet to be a class B subnet, so the global amount
|
||||||
|
of Octavia loadbalancers won't be constrained to a very low number.
|
||||||
|
upgrade:
|
||||||
|
-
|
||||||
|
This fix is changing the default mask for lb-mgmt-subnet.
|
||||||
|
Operators can either manually modify the already existing subnet or create
|
||||||
|
a new one and update Octavia to use it. Newly create loadbalancer will use
|
||||||
|
The newly created subnet.
|
Reference in New Issue
Block a user