summaryrefslogtreecommitdiff
path: root/ironic_python_agent
Commit message (Expand)AuthorAgeFilesLines
* Rescan devices before performing uefi checks3.6.4Julia Kreger2020-03-182-16/+52
* Skip read-only devices with metadata erase3.6.3Julia Kreger2020-02-052-0/+65
* Avoid grub2-install when on UEFI boot modeIury Gregory Melo Ferreira2020-01-224-13/+562
* Search for efi partitionIury Gregory Melo Ferreira2020-01-222-0/+70
* Fix compatibility with Pint 0.5Dmitry Tantsur2019-09-251-1/+1
* Merge "Stop logging lshw output, collect it with other logs instead" into sta...3.6.2Zuul2019-07-033-5/+8
|\
| * Stop logging lshw output, collect it with other logs insteadDmitry Tantsur2019-06-183-5/+8
* | Correct formatting of a warning when lshw cannot be runDmitry Tantsur2019-06-271-1/+1
|/
* Merge "Add more channel number for detecting BMC IP address" into stable/stein3.6.1Zuul2019-05-211-3/+4
|\
| * Add more channel number for detecting BMC IP addressDongcan Ye2019-05-081-3/+4
* | Merge "Ironic python agent does not extract correct available memory" into st...Zuul2019-05-172-12/+225
|\ \
| * | Ironic python agent does not extract correct available memoryUros Orozel2019-04-162-12/+225
| |/
* | Bind mount /run into chroot when installing grubDerek Higgins2019-05-022-1/+17
|/
* Allow image checksum to be a URLDmitry Tantsur2019-02-253-34/+181
* Merge "Add secondary sorting by name when guessing root disk"Zuul2019-02-133-6/+71
|\
| * Add secondary sorting by name when guessing root diskArne Wiebalck2019-02-113-6/+71
* | Making ironic-python-agent able to stop with python 3.xRiccardo Pittau2019-02-042-2/+2
|/
* Merge "Replacing the HTTP protocal with HTTPS"Zuul2019-01-111-1/+1
|\
| * Replacing the HTTP protocal with HTTPSzhangshj2018-12-251-1/+1
* | Merge "Attempt to read the partition table after writing an image"Zuul2019-01-042-3/+116
|\ \ | |/ |/|
| * Attempt to read the partition table after writing an imageSam Betts2018-11-192-3/+116
* | Allow erasing metadata from disk partitionsCorey Wright2018-11-132-25/+64
* | Merge "Fix multi-device behavior"Zuul2018-11-122-13/+109
|\ \ | |/ |/|
| * Fix multi-device behaviorJulia Kreger2018-09-242-13/+109
* | Merge "Allow streaming raw partition images"3.4.0Zuul2018-10-262-13/+49
|\ \
| * | Allow streaming raw partition imagesDmitry Tantsur2018-10-172-13/+49
* | | Follow up to parallel disk erasureKaifeng Wang2018-10-241-5/+7
* | | Merge "Parallel erase disk devices"Zuul2018-10-222-5/+84
|\ \ \
| * | | Parallel erase disk devicesZhenguo Niu2018-10-222-5/+84
| |/ /
* | | Merge "Enhanced checksum support"Zuul2018-10-202-41/+146
|\ \ \
| * | | Enhanced checksum supportKaifeng Wang2018-10-152-41/+146
| |/ /
* | | Fix BMC IP address detection on CoreOS imagesPierre Riteau2018-10-191-1/+1
|/ /
* | Replace assertEqual(True/False, expr) with assertTrue/assertFalse in testsTao Li2018-09-182-6/+6
* | Clear GPT and MBR headers with dd to avoid sgdisk CRC errorsGiulio Fidente2018-08-081-1/+7
|/
* Merge "fall back to PARTUUID if UUID not found."3.3.0Zuul2018-08-032-4/+28
|\
| * fall back to PARTUUID if UUID not found.Matthew Thode2018-07-312-4/+28
* | Merge "Collect IPv6 address during introspection"Zuul2018-08-023-14/+46
|\ \
| * | Collect IPv6 address during introspectionzhengyong2018-07-243-14/+46
| |/
* | Install grub to PReP partition when prep_boot_part_uuid is providedMichael Turek2018-07-204-13/+113
|/
* Merge "Provide knob to disable ata secure erase"Zuul2018-06-292-3/+20
|\
| * Provide knob to disable ata secure eraseJulia Kreger2018-06-282-3/+20
* | Refuse secure erase if ATA command does not workJulia Kreger2018-06-282-2/+152
|/
* Try to unlock failed device before proceedingJulia Kreger2018-06-182-22/+37
* Add min/max values to integer config optionsBill Dodd2018-05-231-12/+20
* Merge "write byte objects when using os.write"Zuul2018-05-181-2/+2
|\
| * write byte objects when using os.writeMatthew Thode2018-05-171-2/+2
* | Merge "Fix for fatal error when GPT was used and only MBR was cleaned"Zuul2018-05-181-1/+1
|\ \
| * | Fix for fatal error when GPT was used and only MBR was cleanedOlivier Bourdon2018-05-171-1/+1
* | | Merge "rework ATA secure erase"Zuul2018-05-172-47/+105
|\ \ \ | |/ / |/| |
| * | rework ATA secure eraseWill Szumski2018-05-162-47/+105