-
Notifications
You must be signed in to change notification settings - Fork 138
libvirt_manager: Add boot_order configuration support #3413
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
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 |
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/73524221e44e41e7afe75e72394e74bd ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 50m 02s |
46dd100
to
ac106a2
Compare
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/45ede6c6df75452bac4410b5909e0e11 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 47m 30s |
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/b55e37af2d1248199c2098d37a210dc4 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 43m 58s |
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/a263069a499a423d93fb9c304604111a ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 55m 37s |
Add support for configuring VM boot device priority via boot_order parameter. Accepts list of 'hd'/'disk' and 'network' in desired boot order. Boot order is applied after device attachment. Example: boot_order: ['hd', 'network'] # Try disk first, then PXE Includes molecule test validating domain XML boot order attributes. Assisted-By: Claude Code/claude-sonnet-4 Signed-off-by: Harald Jensås <[email protected]>
Add support for configuring VM boot device priority via boot_order parameter. Accepts list of 'hd'/'disk' and 'network' in desired boot order. Boot order is applied after device attachment.
Example:
boot_order: ['hd', 'network'] # Try disk first, then PXE
Includes molecule test validating domain XML boot order attributes.
Assisted-By: Claude Code/claude-sonnet-4