Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion modules/installation-osp-creating-image.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@
[id="installation-osp-creating-image_{context}"]
= Creating the {op-system-first} image

[role="_abstract"]
The {product-title} installation program requires that a {op-system-first} image be present in the {rh-openstack-first} cluster. Retrieve the latest {op-system} image, then upload it using the {rh-openstack} CLI.

After you upload the image to {rh-openstack}, it is usable in the installation process.

.Prerequisites

* The {rh-openstack} CLI is installed.
Expand Down Expand Up @@ -53,5 +56,17 @@ Depending on your {rh-openstack} environment, you might be able to upload the im
+
[WARNING]
If the installation program finds multiple images with the same name, it chooses one of them at random. To avoid this behavior, create unique names for resources in {rh-openstack}.
+
[NOTE]
====
The {op-system} ISO image supports booting in both UEFI and legacy BIOS modes. Instances that boot from the image use legacy BIOS firmware by default.
====

After you upload the image to {rh-openstack}, it is usable in the installation process.
. Optional: If you use UEFI boot in your {rh-openstack} environment, you can set the `hw_firmware_type` property on the image by running the following command:
+
[source,terminal]
----
$ openstack image set --property hw_firmware_type=uefi rhcos
----
+
Replace `rhcos` with your image name if it differs from the example.