
This patchset allows users to select the context in which certain osconfig tasks run, rather than a hard-coded assumption. It also adds scripts directories which are run in these contexts. Change-Id: I695c3078b4d883a506c243bc715a509f6844c126
Scripts placed in this directory will be run by the osconfig
playbook when
building the shared/common image-builder container, which both the ephemeral
ISO and target QCOW will inherit.
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.