summaryrefslogtreecommitdiff
path: root/ironic_python_agent/hardware.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fix getting memory size in some lshw output" into stable/wallabyZuul2021-05-031-7/+7
|\
| * Fix getting memory size in some lshw outputZane Bitter2021-04-301-7/+7
* | Fix missing data in log messagesZane Bitter2021-04-301-2/+2
|/
* Do not fail network interface collection on unsupported interface7.0.1Dmitry Tantsur2021-04-221-2/+7
* typo chanages -> changesBernd Mueller2021-03-241-1/+1
* Check the base device if the read-only file cannot be readBob Fournier2021-03-091-2/+12
* Remove default parameter from executeRiccardo Pittau2021-03-021-2/+2
* Remove nvme-cli warning and delay on nvme-formatJacob Anders2021-03-021-1/+1
* Merge "Use try_execute from ironic-lib"Zuul2021-03-011-7/+7
|\
| * Use try_execute from ironic-libRiccardo Pittau2021-02-251-7/+7
* | Allow clean_configuration to run against full-device arraysMohammed Naser2021-02-271-0/+8
|/
* Merge "New deploy step for injecting arbitrary files"Zuul2021-02-221-0/+19
|\
| * New deploy step for injecting arbitrary filesDmitry Tantsur2021-02-161-0/+19
* | Merge "Add support for using NVMe specific cleaning"Zuul2021-02-191-8/+111
|\ \
| * | Add support for using NVMe specific cleaningJacob Anders2021-02-181-8/+111
| |/
* | Move some raid specific functions to raid_utilsRiccardo Pittau2021-02-171-79/+2
|/
* Use variable for lsblk columns device infoRiccardo Pittau2021-02-031-3/+2
* Fix default disk label with partition imagesJulia Kreger2020-12-141-0/+4
* Merge "Bring up VLAN interfaces and include in introspection report"Zuul2020-12-021-1/+26
|\
| * Bring up VLAN interfaces and include in introspection reportBob Fournier2020-11-201-1/+26
* | Merge "Make mdadm a soft requirement"Zuul2020-11-231-0/+7
|\ \
| * | Make mdadm a soft requirementDmitry Tantsur2020-11-201-0/+7
* | | Merge "Add clean step 'erase_pstore'"Zuul2020-11-181-0/+39
|\ \ \
| * | | Add clean step 'erase_pstore'Arne Wiebalck2020-11-171-0/+39
* | | | Fix vendor info retrieval for some versions of lshwVladyslav Drok2020-11-161-5/+6
| |/ / |/| |
* | | Merge "Add UUID to BlockDevice object"Zuul2020-11-111-2/+5
|\ \ \ | |/ / |/| |
| * | Add UUID to BlockDevice objectVladyslav Drok2020-11-111-2/+5
* | | Fix physical memory calculation with new lshwVladyslav Drok2020-11-061-2/+4
|/ /
* | Merge "Updated Implementation of string interpolation delay on LOG messages"Zuul2020-11-041-67/+72
|\ \ | |/ |/|
| * Updated Implementation of string interpolation delay on LOG messagesebagakis2020-11-031-67/+72
* | [trivial] Remove redundant list conversionArne Wiebalck2020-10-131-1/+1
|/
* Merge "Software RAID: Re-add missing devices"Zuul2020-10-121-0/+44
|\
| * Software RAID: Re-add missing devicesArne Wiebalck2020-10-061-0/+44
* | Do not silently swallow errors in the write_image deploy stepDmitry Tantsur2020-10-091-1/+1
|/
* Merge "Software RAID: Get component devices by md UUID"6.4.0Zuul2020-09-301-13/+50
|\
| * Software RAID: Get component devices by md UUIDArne Wiebalck2020-09-291-13/+50
* | Software RAID: Don't delete partitions too earlyArne Wiebalck2020-09-281-8/+17
|/
* Merge "Generate a TLS certificate and send it to ironic"Zuul2020-09-231-0/+8
|\
| * Generate a TLS certificate and send it to ironicDmitry Tantsur2020-09-111-0/+8
* | Fix backup node lookupJulia Kreger2020-09-091-1/+1
|/
* Update the cache if we don't have a root device hintJulia Kreger2020-08-251-3/+44
* Merge "Examples: add deploy_steps examples"Zuul2020-08-071-2/+3
|\
| * Examples: add deploy_steps examplesDmitry Tantsur2020-08-041-2/+3
* | Merge "Return the final RAID configuration from apply_configuration"Zuul2020-07-291-1/+1
|\ \ | |/ |/|
| * Return the final RAID configuration from apply_configurationDmitry Tantsur2020-07-291-1/+1
* | Allow erase_devices_metadata to be used as a deploy stepDmitry Tantsur2020-07-271-0/+6
|/
* Fix bootloader install issue with MDRAIDDoug Szumski2020-07-221-4/+26
* Ignore devices with size 0 when collecting inventoryDmitry Tantsur2020-07-091-2/+11
* Limit Inspection->Lookup->Heartbeat lagJulia Kreger2020-07-031-0/+20
* Merge "Add a deploy step for writing an image"Zuul2020-06-201-0/+29
|\