Skip to content

Commit 569d409

Browse files
committed
Document OSP PV limit workaround
Commit implements https://issues.redhat.com/browse/OSDOCS-1278
1 parent 8e6780f commit 569d409

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
@@ -457,6 +457,14 @@ You must set this parameter to perform an installation in a restricted network.
457457
For example, `\http://mirror.example.com/images/rhcos-43.81.201912131630.0-openstack.x86_64.qcow2.gz?sha256=ffebbd68e8a1f2a245ca19522c16c86f67f9ac8e4e0c1f0a812b068b16f7265d`.
458458
The value can also be the name of an existing Glance image, for example `my-rhcos`.
459459

460+
|`platform.openstack.clusterOSImageProperties`
461+
|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.
462+
463+
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`.
464+
465+
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`.
466+
|A list of key-value string pairs. For example, `["hw_scsi_model": "virtio-scsi", "hw_disk_bus": "scsi"]`.
467+
460468
|`platform.openstack.defaultMachinePlatform`
461469
|The default machine pool platform configuration.
462470
|

0 commit comments

Comments
 (0)