Add satellite flavor for downstream deployments#628
Draft
zjhuntin wants to merge 1 commit into
Draft
Conversation
2d6d362 to
cd76c02
Compare
evgeni
reviewed
Jul 7, 2026
evgeni
reviewed
Jul 7, 2026
Comment on lines
+3
to
+4
| - foreman | ||
| - katello |
There was a problem hiding this comment.
foreman-proxy feature can be added to this list
Member
There was a problem hiding this comment.
as with hammer, I think that is something people should be actively opt in for?
content distribution to external proxies works without the feature, so in many architectures it won't be needed
Author
There was a problem hiding this comment.
for now I do not have foreman-proxy enabled by default.
c40b500 to
91b2b95
Compare
The satellite flavor provides a feature set matching what RPM-based Satellite ships by default, enabling proper downstream test coverage with foremanctl. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
91b2b95 to
08d9a70
Compare
Author
|
tested the most recent version and that worked as well 😄 |
evgeni
reviewed
Jul 7, 2026
| help: Base flavor to use in this deployment. | ||
| choices: | ||
| - katello | ||
| - satellite |
Member
There was a problem hiding this comment.
IMHO a Satellite user should not be able to select Katello, and a Katello user not Satellite
But we don't need to solve this right now
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.
Summary
satelliteflavor (src/vars/flavors/satellite.yml) with the feature set for Satellite deploymentskatelloflavor: dropscontent/debandcontent/python, adds features that Satellite ships by defaultDetails
The
theme-satellitefeature requires a corresponding entry infeatures.yaml(orfeatures.d/) to take effect. Without one, it is silently ignored.Usage:
Test plan
--flavor satelliteon a CentOS 9 VM — all features resolved, 0 failuresforemanctl featuresshows correct enabled/available featureshammer ping— all services healthy🤖 Generated with Claude Code