You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/installation-configuration-parameters.adoc
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -870,6 +870,10 @@ Additional {rh-openstack} configuration parameters are described in the followin
870
870
|For compute machines, the root volume's type. This property is deprecated and is replaced by `compute.platform.openstack.rootVolume.types`.
871
871
|String, for example, `performance`. ^[2]^
872
872
873
+
|`compute.platform.openstack.rootVolume.zones`
874
+
|For compute machines, the Cinder availability zone to install root volumes on. If you do not set a value for this parameter, the installation program selects the default availability zone. This parameter is mandatory when `compute.platform.openstack.zones` is defined.
875
+
|A list of strings, for example `["zone-1", "zone-2"]`.
|For control plane machines, the Cinder availability zone to install root volumes on. If you do not set this value, the installation program selects the default availability zone. This parameter is mandatory when `controlPlane.platform.openstack.zones` is defined.
891
+
|A list of strings, for example `["zone-1", "zone-2"]`.
892
+
885
893
|`platform.openstack.cloud`
886
894
|The name of the {rh-openstack} cloud to use from the list of clouds in the
887
895
`clouds.yaml` file.
@@ -928,10 +936,6 @@ Optional {rh-openstack} configuration parameters are described in the following
928
936
On clusters that use Kuryr, {rh-openstack} Octavia does not support availability zones. Load balancers and, if you are using the Amphora provider driver, {product-title} services that rely on Amphora VMs, are not created according to the value of this property.
929
937
|A list of strings. For example, `["zone-1", "zone-2"]`.
930
938
931
-
|`compute.platform.openstack.rootVolume.zones`
932
-
|For compute machines, the availability zone to install root volumes on. If you do not set a value for this parameter, the installation program selects the default availability zone.
933
-
|A list of strings, for example `["zone-1", "zone-2"]`.
934
-
935
939
|`compute.platform.openstack.serverGroupPolicy`
936
940
|Server group policy to apply to the group that will contain the compute machines in the pool. You cannot change server group policies or affiliations after creation. Supported options include `anti-affinity`, `soft-affinity`, and `soft-anti-affinity`. The default value is `soft-anti-affinity`.
937
941
@@ -956,10 +960,6 @@ Additional networks that are attached to a control plane machine are also attach
956
960
On clusters that use Kuryr, {rh-openstack} Octavia does not support availability zones. Load balancers and, if you are using the Amphora provider driver, {product-title} services that rely on Amphora VMs, are not created according to the value of this property.
957
961
|A list of strings. For example, `["zone-1", "zone-2"]`.
|For control plane machines, the availability zone to install root volumes on. If you do not set this value, the installation program selects the default availability zone.
961
-
|A list of strings, for example `["zone-1", "zone-2"]`.
|Server group policy to apply to the group that will contain the control plane machines in the pool. You cannot change server group policies or affiliations after creation. Supported options include `anti-affinity`, `soft-affinity`, and `soft-anti-affinity`. The default value is `soft-anti-affinity`.
0 commit comments