9ed4aaf2b0
os-refresh-config simply runs things in a predictable order in directories that other elements can populate. This element installs it and sets it up to run at boot. We also modify os-config-applier element to be called by this rather than to have its own upstart job. This provides an example of how other elements can insert themselves into the refresh process. Change-Id: I52d72b7fd302ec317840af87fa77299387af99ad
8 lines
323 B
Markdown
8 lines
323 B
Markdown
Install os-refresh-config.
|
|
|
|
os-refresh-config uses run-parts to run scripts in a pre-defined set
|
|
of directories. Its intended purpose is to quiesce (pre-configure.d),
|
|
configure (configure.d), migrate (migration.d), and then activate
|
|
(post-configure.d) a configuration on first boot or in response to Heat
|
|
Metadata changes.
|