summaryrefslogtreecommitdiff
path: root/ironic_python_agent/hardware.py
Commit message (Expand)AuthorAgeFilesLines
* Provide fallback from ATA erase to shredding1.2.2Julia Kreger2016-06-011-6/+50
* Wait for at least one suitable disk to appear on start upDmitry Tantsur2016-05-251-0/+23
* Wait for the interfaces to get IP addresses before inspectionDmitry Tantsur2016-04-141-3/+17
* Merge "Document hardware inventory sent to lookup and inspection"Jenkins2016-03-151-0/+8
|\
| * Document hardware inventory sent to lookup and inspectionDmitry Tantsur2016-02-181-0/+8
* | Wait for udev to settle before listing the block devicesLucas Alvares Gomes2016-03-021-0/+17
* | Reduced restriction of parsing for dmidecode outputtwm20162016-02-221-4/+12
|/
* Merge "Add 'system_vendor' information to data"Jenkins2016-02-161-0/+34
|\
| * Add 'system_vendor' information to dataYuiko Takada2016-02-151-0/+34
* | Extend root device hints to support device nameLucas Alvares Gomes2016-02-021-1/+2
|/
* Allow hardware managers to override clean step priorityJosh Gachnang2016-01-141-3/+11
* pyudev exception has changed for from_device_fileDmitry Tantsur2015-12-071-1/+2
* Follow up patch for da9c3b0adc67efa916fc534d975823c0a45948a1Lucas Alvares Gomes2015-11-181-1/+2
* Extend root device hints for different types of WWNLucas Alvares Gomes2015-11-161-3/+9
* Replace deprecated LOG.warn with LOG.warningZhenguo Niu2015-10-221-4/+4
* Add LOG.debug() if requested device type not foundJohn L. Villalovos2015-10-071-0/+3
* Merge "Refactor list_all_block_devices & add block_type param"Jenkins2015-10-071-9/+12
|\
| * Refactor list_all_block_devices & add block_type paramJohn L. Villalovos2015-09-241-9/+12
* | Enforce all flake8 rules except E129John L. Villalovos2015-10-021-16/+21
* | Merge "Make the erase_devices clean step abortable"Jenkins2015-09-261-1/+8
|\ \ | |/ |/|
| * Make the erase_devices clean step abortableLucas Alvares Gomes2015-09-261-1/+8
* | Expose serial, wwn and vendor on the BlockDevice objectDmitry Tantsur2015-09-211-58/+54
* | Create a SerializableComparable classJohn L. Villalovos2015-09-111-4/+4
* | Add support for inspection using ironic-inspectorDmitry Tantsur2015-09-071-14/+1
|/
* Merge "Fix get_os_install_device()"Jenkins2015-09-061-2/+8
|\
| * Fix get_os_install_device()Pavlo Shchelokovskyy2015-09-021-2/+8
* | Merge "Refactor list_block_devices to its own function"Jenkins2015-09-021-34/+40
|\ \ | |/ |/|
| * Refactor list_block_devices to its own functionJosh Gachnang2015-08-281-34/+40
* | Merge "Dispatch the call to erase_block_device"Jenkins2015-09-011-1/+6
|\ \
| * | Dispatch the call to erase_block_deviceJosh Gachnang2015-08-281-1/+6
| |/
* | Load Hardware Managers at runtimeJay Faulkner2015-08-281-0/+12
|/
* Extend hardware manager with data needed for inspectorDmitry Tantsur2015-08-211-31/+81
* Merge "Improve IPA logging and exception handling"Jenkins2015-08-031-0/+10
|\
| * Improve IPA logging and exception handlingJosh Gachnang2015-07-281-0/+10
* | Add node param to base erase_block_deviceJosh Gachnang2015-07-281-1/+2
|/
* Convert Int to String for shred executeJacob McCann2015-07-011-1/+1
* IPA:'shred' utility to use configured iterationsAnusha Ramineni2015-06-181-5/+8
* Fix error in in-band disk erase using shredAnusha Ramineni2015-05-081-1/+5
* Fix inband disk erase using agent_ilo driverAnusha Ramineni2015-05-071-0/+22
* Merge "Fix Sphinx Autodoc WARNING/ERROR in docs build"Jenkins2015-04-011-18/+23
|\
| * Fix Sphinx Autodoc WARNING/ERROR in docs buildJay Faulkner2015-03-311-18/+23
* | Use oslo_log libGhe Rivero2015-03-241-1/+1
|/
* Merge "Add cleaning/zapping support to IPA"Jenkins2015-03-201-1/+69
|\
| * Add cleaning/zapping support to IPAJosh Gachnang2015-03-171-1/+69
* | Add fallback secure erase using shredJay Faulkner2015-03-181-0/+17
|/
* Merge "Add dispatch to all managers"Jenkins2015-03-131-0/+40
|\
| * Add dispatch to all managersJosh Gachnang2015-03-121-0/+40
* | Add support for root device hintsLucas Alvares Gomes2015-03-131-7/+94
|/
* Added support for secure erase enhancedClif Houck2015-02-061-1/+7
* Allow use of multiple simultaneous HW managersJay Faulkner2015-01-081-42/+82