Skip to content

Commit a623e04

Browse files
author
Shubha Narayanan
committed
Added rootvolume.zones parameter mandatory note
1 parent 3e07b1e commit a623e04

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

modules/installation-configuration-parameters.adoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -870,6 +870,10 @@ Additional {rh-openstack} configuration parameters are described in the followin
870870
|For compute machines, the root volume's type. This property is deprecated and is replaced by `compute.platform.openstack.rootVolume.types`.
871871
|String, for example, `performance`. ^[2]^
872872

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"]`.
876+
873877
|`controlPlane.platform.openstack.rootVolume.size`
874878
|For control plane machines, the size in gigabytes of the root volume. If you do not set this value, machines use ephemeral storage.
875879
|Integer, for example `30`.
@@ -882,6 +886,10 @@ Additional {rh-openstack} configuration parameters are described in the followin
882886
|For control plane machines, the root volume's type. This property is deprecated and is replaced by `compute.platform.openstack.rootVolume.types`.
883887
|String, for example, `performance`. ^[2]^
884888

889+
|`controlPlane.platform.openstack.rootVolume.zones`
890+
|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+
885893
|`platform.openstack.cloud`
886894
|The name of the {rh-openstack} cloud to use from the list of clouds in the
887895
`clouds.yaml` file.
@@ -928,10 +936,6 @@ Optional {rh-openstack} configuration parameters are described in the following
928936
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.
929937
|A list of strings. For example, `["zone-1", "zone-2"]`.
930938

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-
935939
|`compute.platform.openstack.serverGroupPolicy`
936940
|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`.
937941

@@ -956,10 +960,6 @@ Additional networks that are attached to a control plane machine are also attach
956960
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.
957961
|A list of strings. For example, `["zone-1", "zone-2"]`.
958962

959-
|`controlPlane.platform.openstack.rootVolume.zones`
960-
|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"]`.
962-
963963
|`controlPlane.platform.openstack.serverGroupPolicy`
964964
|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`.
965965

0 commit comments

Comments
 (0)