Add FixedIPs parameter to from_service.yaml
Without this, deployments using the from_service.yaml port for service VIPs will fail with: "Property error: : resources.RedisVirtualIP.properties: : Unknown Property FixedIPs" Change-Id: Ie0d3b940a87741c56fe022c9e50da0d3ae9b583b Closes-Bug: 1627189
This commit is contained in:
parent
5d49b75b6e
commit
0de495b4f6
@ -24,6 +24,12 @@ parameters:
|
||||
description: The name of the undercloud Neutron control plane
|
||||
default: ctlplane
|
||||
type: string
|
||||
FixedIPs: # Here for compatibility with ctlplane_vip.yaml
|
||||
description: >
|
||||
Control the IP allocation for the VIP port. E.g.
|
||||
[{'ip_address':'1.2.3.4'}]
|
||||
default: []
|
||||
type: json
|
||||
ServiceVips:
|
||||
default: {}
|
||||
type: json
|
||||
|
@ -24,6 +24,12 @@ parameters:
|
||||
description: The name of the undercloud Neutron control plane
|
||||
default: ctlplane
|
||||
type: string
|
||||
FixedIPs: # Here for compatibility with ctlplane_vip.yaml
|
||||
description: >
|
||||
Control the IP allocation for the VIP port. E.g.
|
||||
[{'ip_address':'1.2.3.4'}]
|
||||
default: []
|
||||
type: json
|
||||
ServiceVips:
|
||||
default: {}
|
||||
type: json
|
||||
|
Loading…
Reference in New Issue
Block a user