summaryrefslogtreecommitdiff
path: root/ironic_python_agent/hardware.py
Commit message (Expand)AuthorAgeFilesLines
* Use lshw in place of dmidecode for the default hardware managerMike Turek2018-01-301-51/+37
* Merge "Report /dev/disk/by-path on inspection followup"Zuul2017-12-141-3/+3
|\
| * Report /dev/disk/by-path on inspection followupIlya Etingof2017-12-141-3/+3
* | Fix off-by-one error in warningRuby Loo2017-11-091-3/+7
* | Merge "Fix waiting for target disk to appear"Zuul2017-10-171-26/+49
|\ \
| * | Fix waiting for target disk to appearLucas Alvares Gomes2017-10-161-26/+49
| |/
* | Fix a mis-formatted log messageJohn L. Villalovos2017-10-101-3/+2
|/
* Merge "Report /dev/disk/by-path on inspection"Jenkins2017-09-261-3/+30
|\
| * Report /dev/disk/by-path on inspectionIlya Etingof2017-09-251-3/+30
* | Remove assumption that a valid IPMI channel cannot follow an invalid oneDmitry Tantsur2017-09-111-7/+14
|/
* BMC can be configured using different lan channelMateusz Kowalski2017-08-091-4/+21
* Remove pbr warnerrors in favor of sphinx checkVu Cong Tuan2017-06-111-1/+1
* Log 'Executable biosdevname not found' only onceRamamani Yeleswarapu2017-06-021-2/+6
* Collect NIC name given by BIOSAnnie Lezil2017-05-181-3/+35
* Remove switch_port_descr and switch_chassis_descrRamamani Yeleswarapu2017-02-021-6/+1
* Add a comment about the catch-all exception for psutilJohn L. Villalovos2017-01-271-0/+3
* Remove support for older psutil versionsJay Faulkner2017-01-261-8/+4
* Support psutil 5.0.1Mario Villaplana2017-01-241-0/+6
* Add a new Hardware Manager for CNA network cardSzymon Borkowski2016-12-121-4/+16
* Add HCTL to BlockDevicesLucas Alvares Gomes2016-12-071-2/+13
* Add a new Hardware Manager for Mellanox NICsMoshe Levi2016-11-221-2/+7
* Dispatched out network interface info to all hardware managersMoshe Levi2016-11-171-22/+14
* Update to hacking 0.12.0 and use new checksJohn L. Villalovos2016-11-081-2/+2
* Add support for root device hints with operatorsLucas Alvares Gomes2016-10-111-57/+17
* Remove Python 2.6 format styleJohn L. Villalovos2016-10-061-17/+17
* Add vendor, product to interface informationMoshe Levi2016-09-211-8/+16
* Add erase_devices_metadata cleaning stepLucas Alvares Gomes2016-07-281-11/+51
* Merge "Follow-up text changes for 327807"Jenkins2016-07-211-1/+1
|\
| * Follow-up text changes for 327807Julia Kreger2016-07-211-1/+1
* | Merge "Handle diskless hardware connected to remote iscsi"Jenkins2016-07-211-1/+22
|\ \ | |/
| * Handle diskless hardware connected to remote iscsiYossi Ovadia2016-07-111-1/+22
* | Merge "Small refactor in the root device loop matching logic"Jenkins2016-07-191-10/+16
|\ \
| * | Small refactor in the root device loop matching logicLucas Alvares Gomes2016-07-121-10/+16
* | | Merge "Fix doc warnings"Jenkins2016-07-181-6/+8
|\ \ \ | |/ / |/| |
| * | Fix doc warningsJim Rollenhagen2016-07-141-6/+8
* | | Extend root device hints to support "rotational"Lucas Alvares Gomes2016-07-111-3/+12
|/ /
* | Documentation follow-up to the LLDP patchJohn L. Villalovos2016-06-241-2/+2
* | Support LLDP data as part of interfaces in inventorySam Betts2016-06-221-7/+43
|/
* Merge "Add configuration options for DISK_WAIT"Jenkins2016-06-221-9/+14
|\
| * Add configuration options for DISK_WAITYosef Hoffman2016-06-201-9/+14
* | Merge "Add boot information into the inventory"Jenkins2016-06-021-0/+19
|\ \ | |/ |/|
| * Add boot information into the inventoryDmitry Tantsur2016-05-261-0/+19
* | Merge "Returns CPU flags in the CPU inventory"Jenkins2016-06-011-3/+20
|\ \
| * | Returns CPU flags in the CPU inventoryDmitry Tantsur2016-06-011-3/+20
* | | Get root device hints from the node objectLucas Alvares Gomes2016-05-261-2/+24
| |/ |/|
* | Wait for at least one suitable disk to appear on start upDmitry Tantsur2016-05-241-0/+23
|/
* Revert "Add hardware manager interface for hardware initialization"Jay Faulkner2016-05-231-44/+5
* Add hardware manager interface for hardware initializationDmitry Tantsur2016-05-201-5/+44
* Allow shred zeroize option to be configuredMathieu Mitchell2016-04-181-2/+8
* Merge "Provide fallback from ATA erase to shredding"Jenkins2016-04-081-6/+50
|\