undercloud: enable only metadata cleaning

We plan on disabling automated cleaning by default, but when it's
enabled, we only need the metadata cleaning, because the full secure
cleaning takes hours when secure ATA erase is not supported.

Partial-Bug: #1754609
Change-Id: Icd8b86a7ab3cff21efb113cb58bd6690cd29a03c
This commit is contained in:
Dmitry Tantsur 2018-03-09 11:14:34 +01:00 committed by Emilien Macchi
parent 5473dc4edf
commit 198d66ab2a
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ parameter_defaults:
HeatConvergenceEngine: false
HeatMaxResourcesPerStack: -1
HeatMaxJsonBodySize: 2097152
IronicCleaningDiskErase: 'metadata'
IronicDefaultResourceClass: 'baremetal'
IronicEnabledHardwareTypes: ['ipmi', 'redfish', 'idrac', 'ilo']
IronicEnabledBootInterfaces: ['pxe', 'ilo-pxe']