1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00

Merge pull request #31777 from openshift-cherrypick-robot/cherry-pick-31502-to-enterprise-4.8

[enterprise-4.8] CNV-6905 Base image preparation - importing a RHEL image
This commit is contained in:
Vikram Goyal
2021-04-22 07:16:46 +10:00
committed by GitHub
2 changed files with 34 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
// Module included in the following assemblies:
//
// * virt/virtual_machines/virtual_disks/virt-creating-and-using-boot-sources.adoc
[id="virt-importing-rhel-image-boot-source-web_{context}"]
= Importing a Red Hat Enterprise Linux image as a boot source
You can import a Red Hat Enterprise Linux (RHEL) image as a boot source by specifying the URL address for the image.
.Prerequisites
* You must have access to the web server with the operating system image. For example: Red Hat Enterprise Linux web page with images.
.Procedure
. In the {VirtProductName} console, click *Workloads* -> *Virtualization* from the side menu.
. Click the *Templates* tab.
. Identify the RHEL template for which you want to configure a boot source and click *Add source*.
. In the *Add boot source to template* window, select *Import via URL (creates PVC)* from the *Boot source type* list.
. Click *RHEL download page* to access the Red Hat Customer Portal. A list of available installers and images is displayed on the Download Red Hat Enterprise Linux page.
. Identify the Red Hat Enterprise Linux KVM guest image that you want to download. Right-click *Download Now*, and copy the URL for the image.
. In the *Add boot source to template* window, paste the copied URL of the guest image into the *Import URL* field, and click *Save and import*.
.Verification
* In the *Templates* tab, verify that the *Boot source* column displays *Available* for the RHEL virtual machine template. You can use this template to create RHEL virtual machines.

View File

@@ -24,5 +24,9 @@ include::modules/virt-adding-a-boot-source-web.adoc[leveloffset=+1]
include::modules/virt-creating-a-vm-from-a-template-with-an-attached-boot-source.adoc[leveloffset=+1]
include::modules/virt-importing-rhel-image-boot-source-web.adoc[leveloffset=+1]
== Additional resources
* xref:../../../virt/virtual_machines/virtual_disks/virt-uploading-local-disk-images-web.adoc#virt-uploading-local-disk-images-web[Uploading local disk images]
* xref:../../../virt/virtual_machines/virt-create-vms.adoc#virt-create-vms[Creating virtual machines]