bifrost/scripts
Erik Berg 7640a231a8 Allow for almalinux and rocky installations
With the changes to bifrost-ironic-install required_defaults for
the RedHat_family, we can now try to not get in the way of
deploying on distros like almalinux and rocky.

Fedora 32 has been EOL for close to a year, so we'll just assume
firewalld for that case. Distributions RedHat, CentOS and Fedora
are in the RedHat_family, so assume firewalld all distributions
in the family.

Change-Id: I1c8b768a3daf0af0d8e30d935558b6fdd912adfd
2022-04-19 15:29:06 +02:00
..
collect-test-info.sh Fix the CI on CentOS 9 2022-03-04 14:46:41 +01:00
env-setup.sh Make virtual environment owned by root 2022-01-25 15:59:42 +01:00
install-deps.sh Allow for almalinux and rocky installations 2022-04-19 15:29:06 +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 Fix the CI on CentOS 9 2022-03-04 14:46:41 +01: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.