bifrost/scripts
Steve Baker 51d988af54 Support PXE network boot with grub
It is now possible to do a PXE network boot with grub as an
alternative to iPXE. Grub is loaded via the signed shim, so it may
allow end-to-end automated deployments with secure-boot enabled.

To use grub network boot, deploy bifrost with variable
``default_boot_interface`` set to ``pxe``.

This feature is tested by job
bifrost-integration-redfish-uefi-fedora-latest.

test-bifrost.sh is also modified to only enable the hardware-type
driver which matches driver used for test nodes. This allows a default
interface to be set which is not supported by one of the enabled
drivers (for example, ironic will exit because the ilo driver doesn't
support the pxe boot interface)

Change-Id: I8ac33d0aa0f71b092d2c0538ac3a73491ff44921
2023-01-19 10:33:21 +13:00
..
collect-test-info.sh Copy shim and grub into tftp and http directories 2023-01-19 10:31:00 +13:00
env-setup.sh Use ansible 6.x 2022-11-29 14:32:56 +01:00
install-deps.sh Remove remaining traces of Suse 2022-10-24 17:50:19 +02:00
README.md Unify testing scripts 2016-06-01 10:42:28 -07:00
split_json.py No need to import print from future anymore 2020-04-23 10:24:48 +02:00
test-bifrost.sh Support PXE network boot with grub 2023-01-19 10:33:21 +13:00

Scripts

This directory contains several scripts used in the OpenStack CI environment for CI testing of Bifrost, or CI testing that uses Bifrost to test other projects.

The env-setup.sh script is often used to install initial dependencies. These are generally not intended for use outside of the OpenStack CI environment (or similar).

test-bifrost-build-image.sh, test-bifrost-venv.sh, and test-bifrost-inventory-dhcp.sh are symlinks to test-bifrost.sh intended to provide backwards compatibility now that all functionality has been moved to test-bifrost.sh.