summaryrefslogtreecommitdiff
path: root/ironic_python_agent/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Fix confusing logging when running asynchronous commandsDmitry Tantsur2020-06-261-4/+3
* Split and move logic for partition tablesRiccardo Pittau2020-05-251-0/+20
* A boot partition on a GPT disk should be considered an EFI partitionDmitry Tantsur2020-04-151-12/+10
* Software RAID: Add UEFI supportRaphael Glon2020-04-021-0/+156
* Bump hacking to 3.0.0Riccardo Pittau2020-03-301-2/+2
* Add NTP time syncJulia Kreger2020-03-071-0/+90
* Avoid grub2-install when on UEFI boot modeIury Gregory Melo Ferreira2020-01-161-1/+1
* Omit configdrive and system_logs from loggingDmitry Tantsur2020-01-131-0/+17
* Merge "Collect lsblk and /proc/mdstat with ramdisk logs"Zuul2020-01-101-0/+6
|\
| * Collect lsblk and /proc/mdstat with ramdisk logsDmitry Tantsur2019-10-141-0/+6
* | Search for efi partitionIury Gregory Melo Ferreira2019-12-041-0/+22
* | Stop using six libraryRiccardo Pittau2019-11-291-12/+0
|/
* Fixes get_holder disks with nvme drivesRaphael Glon2019-08-131-0/+17
* Stop logging lshw output, collect it with other logs insteadDmitry Tantsur2019-06-171-0/+1
* Fix docs job failure due to malformated docstringKaifeng Wang2019-04-091-3/+2
* Add secondary sorting by name when guessing root diskArne Wiebalck2019-02-111-5/+8
* When ouputting to /dev/null should open in write modeJohn L. Villalovos2018-02-061-1/+1
* Fix logs encoding in py3zackchen2017-03-141-1/+1
* Configure and use SSL-related requests optionsPavlo Shchelokovskyy2017-01-131-0/+17
* Use oslo_serialization.base64 to follow OpenStack Python3Luong Anh Tuan2016-12-161-2/+2
* Fix two typos, "messsage" and "containg"Nam Nguyen Hoai2016-11-221-1/+1
* Use ironic_lib's execute()Ruby Loo2016-07-271-18/+4
* Replace the ps options when collecting logsLucas Alvares Gomes2016-07-071-1/+1
* Add a log extensionLucas Alvares Gomes2016-06-281-0/+125
* lldp-timeout kernel parameter missing ipa- prefixYosef Hoffman2016-06-031-0/+7
* Remove unused SUPPORTED_ROOT_DEVICE_HINTSRuby Loo2016-05-301-2/+0
* Get root device hints from the node objectLucas Alvares Gomes2016-05-261-38/+0
* Stop trying to log stdout when fetching logs during inspectionDmitry Tantsur2016-03-081-1/+5
* Fix vfd mount for capitalized device nameNaohiro Tamura2016-02-081-2/+7
* Update typosSwapnil Kulkarni (coolsvap)2016-01-131-1/+1
* Add param docstring into the normalize funcNaohiro Tamura2015-10-141-0/+1
* Merge "Ensure all methods in utils.py have docstrings"Jenkins2015-10-131-5/+31
|\
| * Ensure all methods in utils.py have docstringsJay Faulkner2015-10-091-5/+31
* | Enforce all flake8 rules except E129John L. Villalovos2015-10-021-2/+2
* | Add support for inspection using ironic-inspectorDmitry Tantsur2015-09-071-0/+70
|/
* Remove ordereddict as 2.6 is no longer supportedJay Faulkner2015-09-031-10/+0
* Extend hardware manager with data needed for inspectorDmitry Tantsur2015-08-211-0/+8
* Remove openstack.common packageSergey Vilgelm2015-08-031-5/+3
* Add Python3 supportLucas Alvares Gomes2015-07-151-1/+1
* Update hacking and fix hacking violationsJim Rollenhagen2015-06-031-2/+1
* Use mkdtemp for mounting virtual media deviceRamakrishnan G2015-05-061-15/+22
* Use oslo_log libGhe Rivero2015-03-241-1/+1
* Merge "Use labels for virtual media dev in agent ramdisk"Jenkins2015-03-171-5/+12
|\
| * Use labels for virtual media dev in agent ramdiskRamakrishnan G2015-03-121-5/+12
* | Cache agent parameters for later invocationsRamakrishnan G2015-03-161-7/+41
* | Add support for root device hintsLucas Alvares Gomes2015-03-131-0/+49
|/
* Move _get_agent_params() to a common placeLucas Alvares Gomes2015-03-101-0/+101
* Use oslo.utils and oslo.concurrencyOleksii Chuprykov2014-12-091-2/+3
* Resolve circular import, introduce ExecuteCommandMixinAlexander Gordeev2014-04-141-11/+0
* Use # instead of """ for copyright blocksJim Rollenhagen2014-04-101-15/+13