Chapter 8. Using a Red Hat Image Builder Image for Provisioning
In Satellite, you can integrate with RHEL web console to perform actions and monitor your hosts. Using RHEL web console, you can access Red Hat Image Builder and build images that you can then upload to a HTTP server and use this image to provision hosts. When you configure Satellite for image provisioning, Anaconda installer partitions disks, downloads and mounts the image and copies files over to a host. The preferred image type is TAR.
The blueprint to build the TAR image must always include a kernel package.
For more information about integrating RHEL web console with Satellite, see Host Management and Monitoring Using RHEL web console in Managing Hosts.
Prerequisite
- An existing TAR image created using Red Hat Image Builder.
Procedure
- On Satellite, create a custom product, add a custom file repository to this product, and upload the image to the repository. For more information, see Importing Individual ISO Images and Files in Managing Content.
- In the Satellite web UI, navigate to Configure > Host Groups, and select the host group that you want to use.
- Click the Parameters tab, and then click Add Parameter.
-
In the Name field, enter
kickstart_liveimg
. - From the Type list, select string.
-
In the Value field, enter the absolute path or a relative path in the following format
custom/product/repository/image_name
that points to the exact location where you store the image. - Click Submit to save your changes.
You can use this image for bare metal provisioning and provisioning using a compute resource. For more information about bare metal provisioning, see Chapter 5, Using PXE to Provision Hosts. For more information about provisioning with different compute resources, see the relevant chapter for the compute resource that you want to use.