Bump sushy-tools and allow to ignore boot device#606
Bump sushy-tools and allow to ignore boot device#606metal3-io-bot merged 1 commit intometal3-io:masterfrom
Conversation
|
/cc @derekhiggins |
The latest release adds a variable that allows us to test setting the boot device via efibootmgr, when combined with the live-iso disk format this can be used to install e.g using the Fedora CoreOS iso.
|
/lgtm |
|
@derekhiggins: adding LGTM is restricted to approvers and reviewers in OWNERS files. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/test-integration |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: elfosardo, hardys, iurygregory The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/test-centos-integration |
|
/lgtm |
| dest: "{{ working_dir }}/virtualbmc/sushy-tools/conf.py" | ||
| content: | | ||
| SUSHY_EMULATOR_LIBVIRT_URI = "{{ vbmc_libvirt_uri }}" | ||
| SUSHY_EMULATOR_IGNORE_BOOT_DEVICE = "{{ sushy_ignore_boot_device }}" |
There was a problem hiding this comment.
This is a string that always evaluates to True in Python. You need to remove the quotes.
…to fix CI" This reverts metal3-io#609 and restores metal3-io#606 FIXME - testing CI with the original broken version, then the issue identified will be fixed before merging: metal3-io#606 (comment) This reverts commit 505dcf0.
…x CI" This reverts metal3-io#609 and restores metal3-io#606 Fix added for issue mentioned in: https://github.com/metal3-io/metal3-dev-env/pull/606/files#r595873052 This will also be tested by CI since: metal3-io/project-infra#175 This reverts commit 505dcf0.
This reverts metal3-io#609 and restores metal3-io#606 Fix added for issue mentioned in: https://github.com/metal3-io/metal3-dev-env/pull/606/files#r595873052 This will also be tested by CI since: metal3-io/project-infra#175 This reverts commit 505dcf0.
The latest release adds a variable that allows us to test setting
the boot device via efibootmgr, when combined with the live-iso
disk format this can be used to install e.g using the Fedora
CoreOS iso.
https://review.opendev.org/c/openstack/releases/+/778023
https://review.opendev.org/c/openstack/sushy-tools/+/776660