
Fix an issue with qcow-bundle naming that was causing docker registry info to be dropped. Dropped redundant "qcow" prefix for qcow-bundle subdirectories. Use qcow-bundle subdirectory as image name. Rename "config" directory as "manifests" per offline review request. Change-Id: Ie110923b3c8d5a825dd7a199658722b853018d97
457 B
457 B
Scripts placed in this directory will be run by the osconfig
playbook when
building target QCOWs. This is useful if you have some build instructions you
only want to run on the target images, but not for the ephemeral ISO.
This is a useful alternative to keep them separate instead of putting them all in the same overrides file.
Scripts execution ordering is based on the sorted filenames of the scripts. Ex, 005-script1.sh runs before 050-script2.sh.