mirror of
https://github.com/openshift/installer.git
synced 2026-02-05 15:47:14 +01:00
custom API and Ingress vip addresses
co-authored-by: Fedosin mfedosin@redhat.com
This commit is contained in:
@@ -23,7 +23,9 @@ Beyond the [platform-agnostic `install-config.yaml` properties](../customization
|
||||
* `octaviaSupport` (optional string): Whether OpenStack supports Octavia (`1` for true or `0` for false)
|
||||
* `region` (deprecated string): The OpenStack region where the cluster will be created. Currently this value is not used by the installer.
|
||||
* `trunkSupport` (optional string): Whether OpenStack ports can be trunked (`1` for true or `0` for false)
|
||||
* `clusterOSImage` (optional string): Either a URL with `http(s)` or `file` scheme to override the default OS image for cluster nodes or an existing Glance image name.
|
||||
* `clusterOSimage` (optional string): Either a URL with `http(s)` or `file` scheme to override the default OS image for cluster nodes or an existing Glance image name.
|
||||
* `apiVIP` (optional string): An IP addresss on the machineNetwork that will be assigned to the API VIP. Be aware that the `10` and `11` of the machineNetwork will be taken by neutron dhcp by default, and wont be available.
|
||||
* `ingressVIP` (optional string): An IP address on the machineNetwork that will be assigned to the ingress VIP. Be aware that the `10` and `11` of the machineNetwork will be taken by neutron dhcp by default, and wont be available.
|
||||
|
||||
## Machine pools
|
||||
|
||||
|
||||
Reference in New Issue
Block a user