bifrost/scripts
Dmitry Tantsur d95a1fe078 Test redeploy-dynamic when cirros/tinyipa are used
This is a documented feature, we need to validate it.

Rename a variable to prevent it from clashing with one in the roles.

Pull cloud configuration to be able to work with TLS.

Change-Id: Ie41060dba2ae8c2dd88e0e6f9b574b7214302983
2022-07-08 15:56:49 +02:00
..
README.md Unify testing scripts 2016-06-01 10:42:28 -07: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
split_json.py No need to import print from future anymore 2020-04-23 10:24:48 +02:00
test-bifrost.sh Test redeploy-dynamic when cirros/tinyipa are used 2022-07-08 15:56:49 +02: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.