ironic/ironic
Richard Pioso 86e3a100a3 Fix DRAC classic driver double manage/provide
This change fixes an issue that caused a node using a Dell EMC
integrated Dell Remote Access Controller (iDRAC) classic driver,
'pxe_drac' or 'pxe_drac_inspector', to be placed in the 'clean failed'
state after a double manage/provide cycle, instead of the 'available'
state.

The deploy interface implementation used by iDRAC classic drivers has
been class ironic.drivers.modules.drac.deploy.DracDeploy, which is
derived from class ironic.drivers.modules.iscsi_deploy.ISCSIDeploy. The
only difference between them is that DracDeploy overrides the
prepare_cleaning() method to prevent the booting of the Ironic Python
Agent (IPA) ramdisk when only out-of-band RAID clean steps are
requested. However, it caused the issue and did not have its intended
effect, because Ironic Conductor boots the ramdisk regardless. The
Ironic Conductor should be modified to preclude the booting of the IPA
ramdisk fix, rather than leaving it to individual drivers.

The iDRAC classic drivers' deploy interface implementation has been
changed to ISCSIDeploy. Since class DracDeploy is no longer needed, its
source code and automated tests have been removed.

Change-Id: Ib2c9b7f9f780aaf5f6345825b1f6c9ddb4f9c41f
Closes-Bug: #1676387
Related-Bug: #1572529
Related-Bug: #1705741
2017-08-18 14:40:18 +00:00
..
api Merge "Enable OSProfiler support in Ironic" 2017-08-02 16:26:57 +00:00
cmd Add new dbsync command with first online data migration 2017-08-02 13:33:37 -04:00
common Adds 9.0 to release_mappings 2017-08-17 12:20:09 -04:00
conductor Merge "Prevent changes of a resource class for an active node" 2017-08-11 14:43:09 +00:00
conf Merge "Remove SSH-based driver interfaces and drivers" 2017-08-04 02:20:49 +00:00
db Add new dbsync command with first online data migration 2017-08-02 13:33:37 -04:00
dhcp Remove deprecated DHCP provider methods 2017-04-13 17:35:53 +03:00
drivers Fix DRAC classic driver double manage/provide 2017-08-18 14:40:18 +00:00
locale Imported Translations from Zanata 2016-10-25 06:34:48 +00:00
objects Add new dbsync command with first online data migration 2017-08-02 13:33:37 -04:00
tests Fix DRAC classic driver double manage/provide 2017-08-18 14:40:18 +00:00
__init__.py Move eventlet monkey patch code 2017-03-02 13:48:18 +02:00
version.py Correct version.py and update current version string 2014-03-21 13:50:05 -07:00