Skip to content

Commit ca89b7e

Browse files
committed
Draft apiVIPs and ingressVIPs addition to ShiftStack optional install config params
1 parent 581a89d commit ca89b7e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

modules/installation-configuration-parameters.adoc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1267,6 +1267,12 @@ An `affinity` policy prevents migrations, and therefore affects {rh-openstack} u
12671267
If you use a strict `anti-affinity` policy, an additional {rh-openstack} host is required during instance migration.
12681268
|A server group policy to apply to the machine pool. For example, `soft-affinity`.
12691269

1270+
|platform:
1271+
openstack:
1272+
apiVIPs:
1273+
|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.
1274+
|An array of strings. For example, [ "192.168.1.10", "2001:db8::10" ].
1275+
12701276
|platform:
12711277
openstack:
12721278
clusterOSImage:
@@ -1334,6 +1340,12 @@ clusterOSImageProperties:
13341340
|An existing floating IP address to associate with the Ingress port. To use this property, you must also define the `platform.openstack.externalNetwork` property.
13351341
|An IP address, for example `128.0.0.1`.
13361342

1343+
|platform:
1344+
openstack:
1345+
ingressVIPs:
1346+
|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.
1347+
|An array of strings. For example, [ "192.168.1.11", "2001:db8::11" ].
1348+
13371349
|platform:
13381350
openstack:
13391351
apiFloatingIP:

0 commit comments

Comments
 (0)