Allow configuration of automated cleaning
This commit is contained in:
@@ -100,4 +100,13 @@ options:
|
||||
the ironic python agent (IPA) from within the deployment image. See the IPA
|
||||
documentation for a list of command line parameters which can be passed via
|
||||
pxe_append_params.
|
||||
|
||||
automated-cleaning:
|
||||
default: true
|
||||
type: boolean
|
||||
description: |
|
||||
Enables automated cleaning of nodes. This is run when setting a node to available
|
||||
state, or when deleting an instance. Cleaning will bring the node in a baseline
|
||||
state. You can safely disable this feature if all tenants of your OpenStack deployment
|
||||
are trusted, or if you have a single tenant.
|
||||
|
||||
Note: node cleaning may take a long time, especially if secure erase is enabled.
|
||||
|
||||
2
src/templates/parts/section-conductor
Normal file
2
src/templates/parts/section-conductor
Normal file
@@ -0,0 +1,2 @@
|
||||
[conductor]
|
||||
automated_clean = {{ options.automated_cleaning }}
|
||||
@@ -61,3 +61,5 @@ swift_temp_url_key = secret
|
||||
{% include "parts/section-pxe" %}
|
||||
|
||||
{% include "parts/section-deploy" %}
|
||||
|
||||
{% include "parts/section-conductor" %}
|
||||
|
||||
Reference in New Issue
Block a user