bifrost/scripts
Riccardo Pittau f2825ad1d9 Enable epel repository only when needed
The epel repository is used only when we need to build a debian-based
IPA image, so we enable it only in that case for CentOS Stream 8/9.

The configuration procedure is explained in the official guide [1].

[1] https://docs.fedoraproject.org/en-US/epel/#_el9

Change-Id: I57513883c0fa8d6ffb2c70debb81d5e7e6d8b221
2022-02-01 11:04:15 +01:00
..
README.md Unify testing scripts 2016-06-01 10:42:28 -07:00
collect-test-info.sh Merge "Generate an environment file during bifrost-cli install" 2022-01-25 17:10:15 +00:00
env-setup.sh Make virtual environment owned by root 2022-01-25 15:59:42 +01:00
install-deps.sh Make virtual environment owned by root 2022-01-25 15:59:42 +01:00
split_json.py No need to import print from future anymore 2020-04-23 10:24:48 +02:00
test-bifrost.sh Enable epel repository only when needed 2022-02-01 11:04:15 +01:00

README.md

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.