Skip to content
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

[PR #7626/30edafab backport][stable-8] add BootProgress property to redfish_info #7668

Conversation

patchback[bot]
Copy link

@patchback patchback bot commented Dec 2, 2023

This is a backport of PR #7626 as merged into main (30edafa).

SUMMARY

Adding the BootProgress field to redfish_info systems properties. This should expose things like LastState to determine if the host reported booting into OS OR if there were boot failures/issues. This will be available on hosts running Redfish 1.13+ based on the DMTF documentation and should prove useful for checking the boot state/status of hosts post-reboot/reset.

ISSUE TYPE
  • Feature Pull Request
COMPONENT NAME

redfish_info

ADDITIONAL INFORMATION
"BootProgress": {
                "LastState": "OSRunning"
            },

* add BootProgress property to redfish_info

changelog

update changelog wording for end users

* Update changelog fragment.

---------

Co-authored-by: dgeorge <dgeorge@digitalocean.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 30edafa)
@ansibullbot
Copy link
Collaborator

@ansibullbot ansibullbot added backport feature This issue/PR relates to a feature request module_utils module_utils new_contributor Help guide this first time contributor plugins plugin (any type) labels Dec 2, 2023
@felixfontein felixfontein merged commit a43132b into stable-8 Dec 2, 2023
123 checks passed
@felixfontein felixfontein deleted the patchback/backports/stable-8/30edafabe72dd51d24ba7c391abf9c0704ed6050/pr-7626 branch December 2, 2023 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature This issue/PR relates to a feature request module_utils module_utils new_contributor Help guide this first time contributor plugins plugin (any type)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants