022d05e53e
- This change decomposes the install ironic role into 3 phases. - The install phase will install all packages. - The bootstrap phase generates all config files and configures the db. - The start phase starts all biforst/ironic services. - This change adds 3 new variable (skip_package_install, skip_bootstrap, skip_start) to optionally skip the install, bootstrap and start phases - This change splits the inspector_install.yml to reflect the 3 phases. Change-Id: Ifdfc935f594e29eb361ac31e8ae328744848258b
10 lines
414 B
YAML
10 lines
414 B
YAML
---
|
|
features:
|
|
The ironic install role has been split into 3 phases.
|
|
(install) installs all ironic packages and dependencies
|
|
(bootstrap) the bootstrap pahse generates configs
|
|
and initializes the ironic db.
|
|
(start) starts all ironic services and dependencies.
|
|
Each phase is run by default and can be skiped by defining
|
|
skip_package_install,skip_bootstrap and skip_start respectively.
|