Skip to content

Commit

Permalink
Fix image builder (#3544)
Browse files Browse the repository at this point in the history
* Show custom EL7+EL6 images for Satellite only
* Use dashes in favor of underscores in file names
* Remove duplicate next steps

(cherry picked from commit fefd696)
  • Loading branch information
maximiliankolb committed Feb 5, 2025
1 parent dea218b commit 6a507dd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
6 changes: 4 additions & 2 deletions guides/common/assembly_building_cloud-images.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include::modules/con_building_cloud_images.adoc[]
include::modules/con_building-cloud-images.adoc[]

include::modules/proc_creating-custom-rhel-images.adoc[leveloffset=+1]

Expand All @@ -10,8 +10,10 @@ include::modules/proc_registering-a-host.adoc[leveloffset=+1]

include::modules/proc_installing-and-configuring-puppet-agent-manually.adoc[leveloffset=+1]

ifdef::satellite[]
include::modules/proc_completing-the-rhel7-image.adoc[leveloffset=+1]

include::modules/proc_completing-the-rhel6-image.adoc[leveloffset=+1]
endif::[]

include::modules/con_building_cloud_images_next_steps.adoc[leveloffset=+1]
include::modules/con_building-cloud-images-next-steps.adoc[leveloffset=+1]
5 changes: 0 additions & 5 deletions guides/common/modules/proc_completing-the-rhel6-image.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,3 @@ This creates a new `rhel6-cloud.qcow2` file in the location where you enter the
====
You must manually resize the partitions of instances based on the image in accordance with the disk space in the flavor that is applied to the instance.
====

== Next steps

* Repeat the procedures for every image that you want to provision with {Project}.
* Move the image to the location where you want to store for future use.

0 comments on commit 6a507dd

Please sign in to comment.