67cbecdfb4
I was a little too hasty in I76acbd08acda20c88ff9fd9148e3918b78d6c6c6 removing the scripts/ directory. It has broken the puppeting of old hosts. Restore the directory with a blank file explaining the situation. Also, we don't need to copy this in the nodepool elements; remove that. Change-Id: I8b82950237ef69c4941866900cac9bda42f58ca2
18 lines
654 B
Plaintext
18 lines
654 B
Plaintext
2020-03-03
|
|
==========
|
|
|
|
The nodepool/scripts directory is empty and we no longer keep anything
|
|
in here.
|
|
|
|
This used to be used in the days of "snapshot images"; when we would
|
|
boot an upstream image from cloud providers, run a series of scripts
|
|
on it and then snapshot that image for use during CI. This directory
|
|
would have customisation scripts to run.
|
|
|
|
Now we build daily images with dib and upload them and this is unused.
|
|
|
|
However, the directory remains important as a range of puppet things
|
|
try to deploy it as configuration. Once all the puppet parts of
|
|
puppet-<openstackci|nodepool|project-config> have been removed, we can
|
|
remove this directory.
|