fix: install python311-firewall on SLES 15#300
Merged
richm merged 1 commit intoNov 3, 2025
Conversation
Reviewer's guide (collapsed on small PRs)Reviewer's GuideIntroduce SLES 15 and SLES_SAP 15–specific variable files to ensure the python311-firewall package is installed, resolving role failures on SLES 15. Entity relationship diagram for new SLES 15 distro-specific variableserDiagram
SLES_15 {
string __firewall_packages_extra
}
SLES_SAP_15 {
string __firewall_packages_extra
}
SLES_15 ||--|| SLES_SAP_15 : "similar structure"
Class diagram for new SLES 15 and SLES_SAP 15 variable filesclassDiagram
class SLES_15 {
+__firewall_packages_extra: list[string]
}
class SLES_SAP_15 {
+__firewall_packages_extra: list[string]
}
SLES_15 <|-- SLES_SAP_15
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #300 +/- ##
==========================================
- Coverage 61.09% 58.26% -2.83%
==========================================
Files 2 2
Lines 910 1294 +384
==========================================
+ Hits 556 754 +198
- Misses 354 540 +186
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
richm
approved these changes
Nov 3, 2025
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.
Enhancement: Fix role failure on SLES 15. Added Distro specific vars to include missing package.
Reason: Role fails on SLES15 requires python311-firewall package which is not installed by default by the firewalld package.
Result: Distro specific vars install python311-firewall for SLES 15
Issue Tracker Tickets (Jira or BZ if any): NA
Summary by Sourcery
Bug Fixes: