-
Notifications
You must be signed in to change notification settings - Fork 259
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 support for Disablepoweroff #2229
base: main
Are you sure you want to change the base?
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 |
013d9fd
to
f374c00
Compare
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.28.0 to 3.28.8. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@48ab28a...dd74661) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [libvirt.org/go/libvirt](https://gitlab.com/libvirt/libvirt-go-module) from 1.10009.1 to 1.11001.0. - [Commits](https://gitlab.com/libvirt/libvirt-go-module/compare/v1.10009.1...v1.11001.0) --- updated-dependencies: - dependency-name: libvirt.org/go/libvirt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Derek Higgins <derekh@redhat.com>
Web hook to ensure bmh.spec.Online can't be set to False if disablePowerOff is enabled Signed-off-by: Derek Higgins <derekh@redhat.com>
Signed-off-by: Derek Higgins <derekh@redhat.com>
If DisablePowerOff was enabled Signed-off-by: Derek Higgins <derekh@redhat.com>
If DisablePowerOff is enabled we can't power off for the reboot annotation, instead we call a reboot action and clear the annotation. Signed-off-by: Derek Higgins <derekh@redhat.com>
f374c00
to
6250a84
Compare
What this PR does / why we need it:
Add support for disable_power_off
as described in metal3-io/metal3-docs#478