7d1a4adc17
Change-Id: I1cf9569ae805c070f13a582d376665f2e8976ffc
17 lines
616 B
Markdown
17 lines
616 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.
|
|
|
|
To cause a script to be run on every os-refresh-config run, install
|
|
it into one of the following directories:
|
|
````
|
|
/opt/stack/os-refresh-config/pre-configure.d
|
|
/opt/stack/os-refresh-config/configure.d
|
|
/opt/stack/os-refresh-config/migration.d
|
|
/opt/stack/os-refresh-config/post-configure.d
|
|
```
|