Ironic - enable node cleaning
It was observed that while running BFV Ironic tests
after other tests with scenarios old config drive is taken
which leads to differences between nova and instances` hostname
and ssh public keys - as a result attempts to login to instance
using ssh key fail. The patch enables node cleaning which is invoked
either during manageable->available node status transition or after
instance deletion.
Change-Id: Ie33bafb81ba4c9958bb0f1dd1b1415f1f458fed7
Related-PROD: PROD-26636
diff --git a/ironic/conductor/single.yml b/ironic/conductor/single.yml
index 36d92be..4bbdfa9 100644
--- a/ironic/conductor/single.yml
+++ b/ironic/conductor/single.yml
@@ -37,3 +37,6 @@
secret_key: ${_param:ironic_memcache_secret_key}
identity:
region: ${_param:openstack_region}
+ automated_clean: true
+ erase_devices_priority: 0
+ erase_devices_metadata_priority: 1