-
Notifications
You must be signed in to change notification settings - Fork 120
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
[WIP] 🌱 Backward compable callback endpoint when Inspector is off #470
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/test-centos-integration-main |
3282ee4
to
4b933a5
Compare
/test-centos-integration-main |
Some PreprovisioningImage controller, like the one we have downstream, hardcode {IP}:5050/v1/continue in their IPA configuration. To avoid updating them in a lockstep with disabling Inspector, provide a small virtual host that proxies :5050/v1/continue to :6385/v1/continue_inspection. Signed-off-by: Dmitry Tantsur <[email protected]>
4b933a5
to
16fca9b
Compare
/test-centos-integration-main |
1 similar comment
/test-centos-integration-main |
I have alternative ideas and probably won't pursue this path. |
OCPBUGS-31830,OCPBUGS-31686,OCPBUGS-31802: [4.15] install ironic projects from source
Some PreprovisioningImage controller, like the one we have downstream,
hardcode {IP}:5050/v1/continue in their IPA configuration. To avoid
updating them in a lockstep with disabling Inspector, provide a small
virtual host that proxies :5050/v1/continue to :6385/v1/continue_inspection.
Signed-off-by: Dmitry Tantsur [email protected]