-
Notifications
You must be signed in to change notification settings - Fork 115
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
Make container content related settings configurable #17570
Make container content related settings configurable #17570
Conversation
Can one of the admins verify this patch? |
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.
Copilot reviewed 10 out of 25 changed files in this pull request and generated no comments.
Files not reviewed (15)
- tests/foreman/ui/test_contentview_old.py: Evaluated as low risk
- tests/foreman/ui/test_activationkey.py: Evaluated as low risk
- tests/foreman/api/test_product.py: Evaluated as low risk
- tests/foreman/api/test_http_proxy.py: Evaluated as low risk
- tests/foreman/cli/test_satellitesync.py: Evaluated as low risk
- tests/foreman/ui/test_containerimagetag.py: Evaluated as low risk
- tests/foreman/api/test_docker.py: Evaluated as low risk
- tests/foreman/cli/test_capsulecontent.py: Evaluated as low risk
- tests/foreman/cli/test_docker.py: Evaluated as low risk
- tests/foreman/api/test_contentviewfilter.py: Evaluated as low risk
- tests/foreman/cli/test_container_management.py: Evaluated as low risk
- tests/foreman/cli/test_vm_install_products_package.py: Evaluated as low risk
- tests/foreman/api/test_contentview.py: Evaluated as low risk
- tests/foreman/cli/test_contentview.py: Evaluated as low risk
- tests/foreman/api/test_repository.py: Evaluated as low risk
|
trigger: test-robottelo |
71fdb58
to
be7ea76
Compare
PRT Result
|
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.
The renames seem matching to me, PRT failures are unrelated.
One comment from @ogajduse pending, otherwise looks ok. 👍
be7ea76
to
6011255
Compare
6011255
to
109fc4f
Compare
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. Thank you for your contribution!
(cherry picked from commit fc02e89)
Problem Statement
container related settings cannot be configured via settings file
Solution
Move container related settings to yaml settings file
Related Issues