Dmitry Tantsur 33a63bc0da Make ironic logging more in line with other services.
Currently ironic logs into files, other services - into journald. Ramdisk
logs are for some reason stored with data rather than in /var/log.

This change makes all services log into journald and changes to standard paths
for ramdisk logs (making them available in the CI as a side effect).

Change-Id: I8b3c7750596602c2609798ffbb7e274e2c18b40f
2020-07-29 14:32:41 +02:00
..
2020-06-19 10:36:53 +02:00
2016-06-01 10:42:28 -07: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.