Skip to content

Commit cdc45e5

Browse files
authored
Merge pull request #28403 from maxwelldb/osp-pv-limit-osdocs1278
[OSP] Document PV limit workaround
2 parents 63c0d29 + 569d409 commit cdc45e5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

modules/installation-configuration-parameters.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,14 @@ You must set this parameter to perform an installation in a restricted network.
465465
For example, `\http://mirror.example.com/images/rhcos-43.81.201912131630.0-openstack.x86_64.qcow2.gz?sha256=ffebbd68e8a1f2a245ca19522c16c86f67f9ac8e4e0c1f0a812b068b16f7265d`.
466466
The value can also be the name of an existing Glance image, for example `my-rhcos`.
467467

468+
|`platform.openstack.clusterOSImageProperties`
469+
|Properties to add to the installer-uploaded ClusterOSImage in Glance. This property is ignored if `platform.openstack.clusterOSImage` is set to an existing Glance image.
470+
471+
You can use this property to exceed the default persistent volume (PV) limit for {rh-openstack} of 26 PVs per node. To exceed the limit, set the `hw_scsi_model` property value to `virtio-scsi` and the `hw_disk_bus` value to `scsi`.
472+
473+
You can also use this property to enable the QEMU guest agent by including the `hw_qemu_guest_agent` property with a value of `yes`.
474+
|A list of key-value string pairs. For example, `["hw_scsi_model": "virtio-scsi", "hw_disk_bus": "scsi"]`.
475+
468476
|`platform.openstack.defaultMachinePlatform`
469477
|The default machine pool platform configuration.
470478
|

0 commit comments

Comments
 (0)