Remove configs related to katello -> artemis connection#278
Merged
Conversation
ehelms
reviewed
Feb 23, 2026
| } | ||
|
|
||
| file { "${candlepin::tomcat_conf}/login.config": | ||
| ensure => file, |
Member
There was a problem hiding this comment.
We typically opt for setting ensure => absent for a release, to allow the installer / puppet to clean these unused files up.
4784b32 to
d258ee8
Compare
1910157 to
d194d62
Compare
jturel
commented
Apr 8, 2026
| mode => '0640', | ||
| owner => $candlepin::user, | ||
| group => $candlepin::group, | ||
| file { '/etc/candlepin/broker.xml': |
Contributor
Author
There was a problem hiding this comment.
Don't be afraid. The default broker.xml lives under /var/lib/tomcat
This was referenced Apr 8, 2026
Contributor
Author
|
@ehelms this set of work is ready for review. Would you be able to take a look or encourage someone else to? The timeline would be for the current release cycle since the Katello changes have already landed. |
Member
This is what I had been waiting for! I will definitely take a look. |
ehelms
approved these changes
Apr 10, 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.
Katello no longer consumes events from Candlepin, and does not connect to the embedded Artemis broker. This is part of an effort to clean the remaining pieces which are: