Add FixedIPs parameter to from_service.yaml
authorBen Nemec <bnemec@redhat.com>
Fri, 23 Sep 2016 20:50:53 +0000 (15:50 -0500)
committerBen Nemec <bnemec@redhat.com>
Fri, 23 Sep 2016 20:50:53 +0000 (15:50 -0500)
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

network/ports/from_service.yaml
network/ports/from_service_v6.yaml

index 3d61910..782b6b0 100644 (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
index 2dd0a0e..80060b5 100644 (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