Add katello repos to foremanctl installation doc#4754
Open
arvind4501 wants to merge 1 commit intotheforeman:masterfrom
Open
Add katello repos to foremanctl installation doc#4754arvind4501 wants to merge 1 commit intotheforeman:masterfrom
arvind4501 wants to merge 1 commit intotheforeman:masterfrom
Conversation
|
The PR preview for f62a871 is available at theforeman-foreman-documentation-preview-pr-4754.surge.sh The following output files are affected by this PR: |
Gauravtalreja1
approved these changes
Apr 6, 2026
Contributor
Gauravtalreja1
left a comment
There was a problem hiding this comment.
LGTM, just a small change would be nice, could you be specific in your commit message/PR title about which guide needs update?
When running `foremanctl deploy --add-feature hammer`, the installation fails because it tries to install hammer_cli_katello package but cannot find it since the Katello repository is not enabled. Installing katello-repos-latest.rpm first ensures the Katello repositories are configured before attempting to install Katello-specific packages. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
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.
What changes are you introducing?
Add katello-repos package installation step
Why are you introducing these changes? (Explanation, links to references, issues, etc.)
When running
foremanctl deploy --add-feature hammer, the installation fails because it tries to install hammer_cli_katello package but cannot find it since the Katello repository is not enabled. Installingkatello-repos-latest.rpm first ensures the Katello repositories are configured before attempting to install Katello-specific packages.
Anything else to add? (Considerations, potential downsides, alternative solutions you have explored, etc.)
Contributor checklists
Please cherry-pick my commits into: