bifrost/scripts
Steve Baker 0664aeed18 Fix BRANCH for install-deps.sh
Currently manual install fails with a 404 on fetching upper constraints,
this fixes that.

Change-Id: If6553404cdac0016ae868fd47ccb9f4c49969dca
2023-10-11 17:00:18 +13:00
..
README.md Unify testing scripts 2016-06-01 10:42:28 -07:00
collect-test-info.sh Create the log file for the disk-image-create command 2023-05-09 09:03:07 +00:00
env-setup.sh Use ansible 6.x 2022-11-29 14:32:56 +01:00
install-deps.sh Fix BRANCH for install-deps.sh 2023-10-11 17:00:18 +13:00
split_json.py No need to import print from future anymore 2020-04-23 10:24:48 +02:00
test-bifrost.sh Replace Cirros references with generic descriptors 2023-08-10 11:41:32 +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.