
OpenStack CI uses bindep to figure out which packages need to be installed on the host. However, when a bindep.txt file is not available, a default one is used which may or may not be good enough for all cases. It's best to have control over the packages which are going to be installed on the host and as such we add our own bindep.txt file. Change-Id: Idab36eb82d916183f2fb40d326d095c5a8ee34b2
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.