ironic/ironic/drivers
Richard Pioso d75fecc974 Add 'hardware type' for Dell EMC iDRACs
The ironic project is engaged in a driver composition reform [0] which
introduces dynamic drivers. That reform places hardware vendors in
charge of defining a new form of drivers for their hardware. The new
form is called 'hardware type'. The reform will deprecate [1] the
existing ironic drivers, which are now referred to as 'classic drivers'.

This change adds a single new 'hardware type', 'idrac', for servers
controlled by Dell EMC integrated Dell Remote Access Controllers
(iDRAC).

[0]
http://specs.openstack.org/openstack/ironic-specs/specs/7.0/driver-composition-reform.html
[1]
http://specs.openstack.org/openstack/ironic-specs/specs/not-implemented/classic-drivers-future.html

Change-Id: Ie332a5adebfc229a79663c771c9f4409174dd8c9
Closes-Bug: #1705741
Related-Bug: #1676387
2017-08-18 14:41:05 +00:00
..
modules Fix DRAC classic driver double manage/provide 2017-08-18 14:40:18 +00:00
__init__.py Remove copyright from empty files 2014-01-07 21:05:01 +08:00
agent.py Remove SSH-based driver interfaces and drivers 2017-08-01 12:39:39 +00:00
base.py Remove log translations from ironic/drivers Part-1 2017-05-09 17:15:38 +00:00
cisco_ucs.py Add hardware types to support Cisco UCS Servers 2017-08-14 10:54:11 +01:00
drac.py Add 'hardware type' for Dell EMC iDRACs 2017-08-18 14:41:05 +00:00
fake.py Fix DRAC classic driver double manage/provide 2017-08-18 14:40:18 +00:00
fake_hardware.py Add storage_interface to base driver class 2016-12-21 20:35:30 +00:00
generic.py Enable cinder storage interface for generic hardware 2017-07-07 12:11:03 +00:00
hardware_type.py exception from driver_factory.default_interface() 2017-02-06 20:48:56 +00:00
ilo.py Add 'iscsi' deploy support for 'ilo' hardware type 2017-05-08 08:10:56 -04:00
ipmi.py Add ipmitool vendor interface to the ipmi hardware type 2017-05-19 13:30:43 +02:00
irmc.py Adds clean step 'restore_irmc_bios_config' to iRMC drivers 2017-06-29 10:06:20 +00:00
oneview.py Add hardware type for HPE OneView 2017-08-02 13:24:31 +00:00
pxe.py Remove SSH-based driver interfaces and drivers 2017-08-01 12:39:39 +00:00
raid_config_schema.json Fix quotes in documentation and schema description 2017-07-03 19:32:26 +03:00
redfish.py Add redfish driver 2017-04-21 11:06:24 +01:00
snmp.py Adds hardware type for SNMP powered systems 2017-08-07 10:28:16 -04:00
utils.py Change ramdisk log filename template 2017-07-31 19:50:25 +08:00