diff --git a/modules/installation-configuration-parameters.adoc b/modules/installation-configuration-parameters.adoc index 91d1331e0c6d..1e5ef78adf81 100644 --- a/modules/installation-configuration-parameters.adoc +++ b/modules/installation-configuration-parameters.adoc @@ -1623,6 +1623,13 @@ If you use a strict `anti-affinity` policy, an additional {rh-openstack} host is *Value:* A server group policy to apply to the machine pool. For example, `soft-affinity`. +|platform: + openstack: + apiVIPs: +|IP address on the machine network to assign to the API VIP. If multiple addresses are present, they must consist of exactly one IPv4 and one IPv6 address. + +*Value:* An array of strings. For example, `[ "192.168.1.10", "2001:db8::10" ]`. + |platform: openstack: clusterOSImage: @@ -1696,6 +1703,13 @@ clusterOSImageProperties: *Value:* An IP address, for example `128.0.0.1`. +|platform: + openstack: + ingressVIPs: +|An IP address or addresses on the machine network to assign to the ingress VIP. If multiple addresses are provided, they must consist of exactly one IPv4 and one IPv6 address. + +*Value:* An array of strings. For example, `[ "192.168.1.11", "2001:db8::11" ]`. + |platform: openstack: apiFloatingIP: