-
Notifications
You must be signed in to change notification settings - Fork 261
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
⚠️ Remove Inspector from all deployments scripts #1544
Conversation
/test-centos-e2e-integration-main |
f86efc8
to
4b789b0
Compare
/test metal3-bmo-e2e-test-pull |
/test-centos-e2e-integration-main |
1 similar comment
/test-centos-e2e-integration-main |
I think for this to pass the centos tests, we need to get rid of some hard assumption on BMO kustomization on dev env side, I can see from the logs that BMO is complaining about |
/test metal3-bmo-e2e-test-pull |
I would also be interested in the optional tests |
/test-centos-e2e-integration-main Connectivity issues |
This test is now trying to find |
Yeah I think the issue is that |
Depends on: - metal3-io/baremetal-operator#1544 Signed-off-by: Dmitry Tantsur <dtantsur@protonmail.com>
With this change, the scripts will no longer install ironic-inspector, relying on the ironic's built-in inspection instead. Note that BMO itself still supports Inspector as the inspection backend, the change only affects deploy.sh and Kustomization configs. Signed-off-by: Dmitry Tantsur <dtantsur@protonmail.com>
4b789b0
to
9a014d4
Compare
/test metal3-bmo-e2e-test-pull |
Upgrade test is in the optional e2e test |
Huh, BMO is trying to mount the inspector credentials.. Which are not there. |
Signed-off-by: Dmitry Tantsur <dtantsur@protonmail.com>
/test metal3-bmo-e2e-test-optional-pull |
/test metal3-bmo-e2e-test-pull |
All passed \o/ |
Signed-off-by: Dmitry Tantsur <dtantsur@protonmail.com>
/test metal3-bmo-e2e-test-optional-pull |
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
/cc @kashifest @zaneb Could either of you approve? |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: zaneb 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 |
With this change, the scripts will no longer install ironic-inspector,
relying on the ironic's built-in inspection instead.
Note that BMO itself still supports Inspector as the inspection backend,
the change only affects deploy.sh and Kustomization configs.