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:
Ben Nemec 2016-09-23 15:50:53 -05:00
parent 5d49b75b6e
commit 0de495b4f6
2 changed files with 12 additions and 0 deletions

View File

@ -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

View File

@ -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