ironic-python-agent/ironic_python_agent
Julia Kreger ed74a062c1 Provide fallback from ATA erase to shredding
Presently should the ATA erasure operation fails, IPA halts the
cleaning process and the node goes to CLEANFAIL state as a result.

This failure could be the result of a previous cleaning failure
that left drive security enabled, for which code has been added
in an attempt to address this case by attempting to unlock the
the drive.

In the event that an operator wishes to automatically fallback to
disk scrubbing operations, the capability has been added through
a driver_internal_info field "agent_continue_if_ata_erase_failed"
that can be set to True, however defaults to False keeping the
same behavior that IPA presently exhibits in the event of ATA
erase operations failing.

Partial-Bug: #1536695
Change-Id: I88edd9477f4f05aa55b2fe8efa4bbff1c5573bb1
2016-04-08 15:55:06 -04:00
..
api Fixes incorrect description URL 2015-09-15 21:05:19 +00:00
cmd Allow enabling debug level via kernel cmdline 2016-02-26 12:34:20 +01:00
extensions Fixes programmatic error in _install_grub() 2016-03-11 21:09:37 +00:00
shell Clear GPT and MBR data structures on disk before imaging 2016-02-09 09:13:07 -08:00
tests Provide fallback from ATA erase to shredding 2016-04-08 15:55:06 -04:00
__init__.py Use # instead of """ for copyright blocks 2014-04-10 07:14:06 -07:00
agent.py Change to use WARNING level for heartbeat conflict errors 2016-03-06 17:13:02 +08:00
encoding.py Create a SerializableComparable class 2015-09-11 13:44:09 -07:00
errors.py Change to use WARNING level for heartbeat conflict errors 2016-03-06 17:13:02 +08:00
hardware.py Provide fallback from ATA erase to shredding 2016-04-08 15:55:06 -04:00
inspector.py Stop trying to log stdout when fetching logs during inspection 2016-03-08 16:31:18 +01:00
ironic_api_client.py Fix programmatic error in heartbeat() 2016-03-11 16:58:28 +00:00
netutils.py Use oslo.log instead of original logging 2015-10-24 03:22:36 -06:00
utils.py Stop trying to log stdout when fetching logs during inspection 2016-03-08 16:31:18 +01:00
version.py Add sphinx build + basic documentation 2015-03-31 16:22:12 -07:00