From 0e30430926b6fd83019c36cb70c04820bc365caa Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Mon, 21 Nov 2016 13:07:15 +0100 Subject: [PATCH] Only erase disk metadata if automated cleaning is enabled Full disk cleaning takes enormous time and is not quite justified for us. This does not affect the default behavior (cleaning is disabled). Partially implements: blueprint re-enable-cleaning Change-Id: Id78e8f9d142a088fe42ba8b68a9aa02dacda2dfc --- elements/puppet-stack-config/puppet-stack-config.yaml.template | 1 + 1 file changed, 1 insertion(+) diff --git a/elements/puppet-stack-config/puppet-stack-config.yaml.template b/elements/puppet-stack-config/puppet-stack-config.yaml.template index e6ab2e06a..cbc98e59f 100644 --- a/elements/puppet-stack-config/puppet-stack-config.yaml.template +++ b/elements/puppet-stack-config/puppet-stack-config.yaml.template @@ -393,6 +393,7 @@ ironic::rabbit_password: {{UNDERCLOUD_RABBIT_PASSWORD}} ironic::conductor::api_url: {{UNDERCLOUD_ENDPOINT_IRONIC_INTERNAL}} ironic::conductor::force_power_state_during_sync: false ironic::conductor::automated_clean: {{CLEAN_NODES}} +ironic::conductor::cleaning_disk_erase: 'metadata' ironic::conductor::default_boot_option: 'local' ironic::keystone::auth::tenant: 'service' ironic::keystone::auth::public_url: {{UNDERCLOUD_ENDPOINT_IRONIC_PUBLIC}}