-
Notifications
You must be signed in to change notification settings - Fork 95
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 option set new HTTP proxy as default #3510
Add option set new HTTP proxy as default #3510
Conversation
cda1ecb
to
425ee8d
Compare
The PR preview for 01a597d is available at theforeman-foreman-documentation-preview-pr-3510.surge.sh The following output files are affected by this PR:
|
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
Please, keep it open for a QE review. |
@Gauravtalreja1 This procedure is awaiting QE testing. Please, leave a comment. Thank you! |
ecaff9b
to
b3b8e09
Compare
Rebased. |
Waiting for the merge of Katello/katello#11266 |
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.
style-wise LGTM
Katello/katello#11266 has been merged! |
@Gauravtalreja1 Can you give it a final ack? |
--url http://_http-proxy.example.com_:8080 | ||
--content_default_http_proxy |
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.
Just a small change in command, and not sure if we should include --organization "My_Organization" --location "My_Location"
here as well
--url http://_http-proxy.example.com_:8080 | |
--content_default_http_proxy | |
--url http://_http-proxy.example.com_:8080 \ | |
--content-default-http-proxy true |
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.
I'm not sure about org and loc either, but I'd say it's out of scope.
b3b8e09
to
01a597d
Compare
Rebased. |
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.
ACK
What changes are you introducing?
Replacing manual configuration of the default content HTTP proxy with a new option to configure the global setting automatically.
Why are you introducing these changes? (Explanation, links to references, issues, etc.)
Documents theforeman/foreman#10372, Katello/katello#11183, and Katello/katello#11266
https://issues.redhat.com/browse/SAT-28860 (public)
Anything else to add? (Considerations, potential downsides, alternative solutions you have explored, etc.)
Checklists
Please cherry-pick my commits into: N/A