Fixes #39521 - Add parameter to use redhat_register snippet for all R…#11100
Open
nadjaheitmann wants to merge 1 commit into
Open
Fixes #39521 - Add parameter to use redhat_register snippet for all R…#11100nadjaheitmann wants to merge 1 commit into
nadjaheitmann wants to merge 1 commit into
Conversation
…HEL hosts We found that many users prefer to use the `redhat_register` snippet rather than using the `kickstart_rhsm` snippet and change their templates accordingly. This patch add a host parameter 'use-redhat-register-snippet' to control whether the 'kickstart_rhsm' or the 'redhat_register' snippet should be used. If the parameter is not set, the 'kickstart_rhsm' snippet is used by default.
nadjaheitmann
force-pushed
the
39521_add_param_to_skip_rhsm_kickstart
branch
from
July 14, 2026 12:09
1f2093c to
01d4031
Compare
Contributor
Author
|
@stejskalleos Any thoughts? |
sbernhard
approved these changes
Jul 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…HEL hosts
We found that many users prefer to use the
redhat_registersnippet rather than using thekickstart_rhsmsnippet and change their templates accordingly. This patch add a host parameter'use-redhat-register-snippet' to control whether the 'kickstart_rhsm' or the 'redhat_register' snippet should be used. If the parameter is not set, the 'kickstart_rhsm' snippet is used by default.