-
Notifications
You must be signed in to change notification settings - Fork 119
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
✨ Expose individual external URL variables #476
✨ Expose individual external URL variables #476
Conversation
7dbd8b8
to
146f25f
Compare
/test-ubuntu-integration-main |
there are a lot of unrelated changes ot README.md |
Possibly, but they are mostly whitespace/line-length related to please the linter. The only other thing I did in the readme was add these: - `PROVISIONING_IP` - the specific IP to use (instead of calculating it based on
the `PROVISIONING_INTERFACE`)
- `IRONIC_EXTERNAL_IP` - Optional external IP if Ironic is not accessible on
`PROVISIONING_IP`.
- `IRONIC_EXTERNAL_CALLBACK_URL` - Override Ironic's external callback URL.
Defaults to use `IRONIC_EXTERNAL_IP` if available.
- `IRONIC_EXTERNAL_HTTP_URL` - Override Ironic's external http URL. Defaults to
use `IRONIC_EXTERNAL_IP` if available.
- `IRONIC_INSPECTOR_CALLBACK_ENDPOINT_OVERRIDE` - Override Inspector's callback
URL. Defaults to use `IRONIC_EXTERNAL_IP` if available. The |
These variables are set based on IRONIC_EXTERNAL_IP by default. In some cases it makes sense to use different IPs for them. This commit also adds these variables to the readme along with IRONIC_EXTERNAL_IP, which was previously undocumented. Signed-off-by: Lennart Jern <[email protected]>
146f25f
to
630006d
Compare
Alright, it worked! Now without the reformatting of the readme 🙂 |
/cc @elfosardo |
/approve |
/cc @Rozzii |
/test-ubuntu-integration-main |
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
Thanks this will help with deployment customization.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: elfosardo, Rozzii The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
OCPBUGS-32387: Use unix sockets by default for reverse proxy communication
What this PR does / why we need it:
These variables are set based on IRONIC_EXTERNAL_IP by default. In some cases it makes sense to use different IPs for them. This commit also adds these variables to the readme along with IRONIC_EXTERNAL_IP, which was previously undocumented.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #