-
-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add more config settings and prep EL9 support #151
Conversation
Given the concerns about |
I have no idea why these tests are failing..... |
Does this look merge-able at this point? |
I realized my testing was a bit spotty, so I've updated the tests for more coverage |
Anyone know why the CI is failing on CentOS9? |
is that maybe the wrong path or wrong user? |
It looks like the CentOS Stream 9 container is too minimal for the beaker tests. I'm not sure where the tests are pulling the image from. But for now, I've pulled 9 out of the supported list. I'll see about adding that to my backlog, but for now I'd like to get this merged in without explicit 9 support. It works fine on my actual systems, but the CI is unhappy.... |
I've got the PR and commit reworded to clarify the scope of the EL9 work. I think this is workable to merge, but, given the number of comments, I'd like to make sure everyone's had their feedback addressed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I appreciate the conditional blocks in the .epp.
Side note: It looks like centos 8 is missing from |
I'm requesting that EL8 be added to the acceptance test matrix before a new release is cut. |
Pull Request (PR) description
Add new defaults for EL9 and a way to explicitly deny query hosts. Some data constraints and logging options are featured as well.
This Pull Request (PR) fixes the following issues
Replaces: #138
Replaces: #124