79c2d134b1
This patch is adding a new configuration option called "erase_devices_metadata_priority" to allow users to configure the priority (and enabling/disabling) of the "erase_devices_metadata" cleaning step. The documentation will be done in a subsequent patch. Partial-Bug: #1603411 Change-Id: I110008b3d738de0b5d2add68c9d54a4a147fc007
13 lines
639 B
YAML
13 lines
639 B
YAML
---
|
|
features:
|
|
- Adds a new ``[deploy]/erase_devices_metadata_priority`` configuration
|
|
option to allow operators to configure the priority (or disable) of the
|
|
"erase_devices_metadata" cleaning step.
|
|
upgrade:
|
|
- The new "erase_devices_metadata" cleaning step is enabled by
|
|
default (if available) in the ironic-python-agent project (priority
|
|
99). Wiping the devices metadata is usually very fast and shouldn't
|
|
add much time (if any) to the overall cleaning process. Operators
|
|
wanting to disable this cleaning step can do it by setting the
|
|
``[deploy]/erase_devices_metadata_priority`` configuration option to 0.
|