Skip to content

Commit 0b63c66

Browse files
Merge pull request #63861 from snarayan-redhat/OSDOCS-6990_volumetype
OSDOCS#6990: Add CPMS variable root volume types
2 parents 95077d4 + 75f8de9 commit 0b63c66

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

modules/installation-configuration-parameters.adoc

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -911,17 +911,25 @@ Additional {rh-openstack} configuration parameters are described in the followin
911911
|For compute machines, the size in gigabytes of the root volume. If you do not set this value, machines use ephemeral storage.
912912
|Integer, for example `30`.
913913

914+
|`compute.platform.openstack.rootVolume.types`
915+
|For compute machines, the root volume types.
916+
|A list of strings, for example, {`performance-host1`, `performance-host2`, `performance-host3`}. ^[1]^
917+
914918
|`compute.platform.openstack.rootVolume.type`
915-
|For compute machines, the root volume's type.
916-
|String, for example `performance`.
919+
|For compute machines, the root volume's type. This property is deprecated and is replaced by `compute.platform.openstack.rootVolume.types`.
920+
|String, for example, `performance`. ^[2]^
917921

918922
|`controlPlane.platform.openstack.rootVolume.size`
919923
|For control plane machines, the size in gigabytes of the root volume. If you do not set this value, machines use ephemeral storage.
920924
|Integer, for example `30`.
921925

926+
|`controlPlane.platform.openstack.rootVolume.types`
927+
|For control plane machines, the root volume types.
928+
|A list of strings, for example, {`performance-host1`, `performance-host2`, `performance-host3`}. ^[1]^
929+
922930
|`controlPlane.platform.openstack.rootVolume.type`
923-
|For control plane machines, the root volume's type.
924-
|String, for example `performance`.
931+
|For control plane machines, the root volume's type. This property is deprecated and is replaced by `compute.platform.openstack.rootVolume.types`.
932+
|String, for example, `performance`. ^[2]^
925933

926934
|`platform.openstack.cloud`
927935
|The name of the {rh-openstack} cloud to use from the list of clouds in the
@@ -940,6 +948,11 @@ This property is deprecated. To use a flavor as the default for all machine pool
940948
|String, for example `m1.xlarge`.
941949
|====
942950

951+
. If the machine pool defines `zones`, the count of types can either be a single item or match the number of items in `zones`. For example, the count of types cannot be 2 if there are 3 items in `zones`.
952+
953+
. If you have any existing reference to this property, the installer populates the corresponding value in the `controlPlane.platform.openstack.rootVolume.types` field.
954+
955+
943956
[id="installation-configuration-parameters-optional-osp_{context}"]
944957
== Optional {rh-openstack} configuration parameters
945958

0 commit comments

Comments
 (0)