summaryrefslogtreecommitdiff
path: root/ironic_python_agent
Commit message (Expand)AuthorAgeFilesLines
* Re-read the partition table with partx -aArne Wiebalck2021-12-152-15/+15
* Fix UEFI record regexJulia Kreger2021-11-222-6/+69
* Delete EFI boot entry duplicate labels firstJulia Kreger2021-11-222-24/+45
* Output verbose info from efibootmgrDerek Higgins2021-11-222-22/+22
* Merge "Reduce logging verbosity when collecting logs" into stable/trainZuul2021-07-131-2/+1
|\
| * Reduce logging verbosity when collecting logsDmitry Tantsur2021-06-141-2/+1
* | Train only - Fix py3 support for bootloader default config loadJulia Kreger2021-06-302-2/+10
* | Fix getting memory size in some lshw outputZane Bitter2021-06-252-7/+201
* | Add function to calculate memoryRiccardo Pittau2021-06-251-16/+22
|/
* Utilize CSV file for EFI loader selectionJulia Kreger2021-06-112-14/+121
* Make _get_efi_bootloaders return relative pathsSteve Baker2021-06-112-16/+27
* Fix py27 compatability for trainJulia Kreger2021-06-102-21/+5
* Merge "Add fstab pointer to EFI partition" into stable/trainZuul2021-06-022-7/+261
|\
| * Add fstab pointer to EFI partitionJulia Kreger2021-06-022-7/+261
* | Merge "Limit qemu-img execution arenas" into stable/trainZuul2021-06-021-0/+9
|\ \
| * | Limit qemu-img execution arenasJulia Kreger2021-06-011-0/+9
* | | Merge "Increase the memory limit for qemu-img" into stable/trainZuul2021-06-021-2/+2
|\ \ \ | |/ /
| * | Increase the memory limit for qemu-imgDerek Higgins2021-06-011-2/+2
* | | Merge "Prevent broken partition image UEFI deploys" into stable/trainZuul2021-06-022-118/+853
|\ \ \ | |/ / |/| / | |/
| * Prevent broken partition image UEFI deploysJulia Kreger2021-05-282-118/+853
* | Fix NVMe Partition image on UEFIJulia Kreger2021-05-262-1/+45
|/
* Option to enable bootloader config failure bypassJulia Kreger2021-03-243-9/+157
* More refactoring of the image moduleRiccardo Pittau2021-03-241-39/+32
* Mount all vfat partitions before calling grub2Arne Wiebalck2021-03-242-16/+78
* Refactor part of image moduleRiccardo Pittau2021-03-241-27/+32
* Do not try to read raw disk data as unicodeDmitry Tantsur2021-03-241-1/+1
* Fix: make Intel CNA hardware manager none genericQianbiao.NG2020-09-242-35/+28
* Merge "Fix bootloader install issue with MDRAID" into stable/trainZuul2020-08-122-6/+45
|\
| * Fix bootloader install issue with MDRAIDDoug Szumski2020-08-052-6/+45
* | Merge "Prevent un-needed iscsi cleanup" into stable/trainZuul2020-08-095-2/+13
|\ \
| * | Prevent un-needed iscsi cleanupJulia Kreger2020-07-285-2/+13
* | | Fix TypeError on agent lookup failureJulia Kreger2020-08-072-4/+75
| |/ |/|
* | Ignore devices with size 0 when collecting inventoryDmitry Tantsur2020-07-152-5/+19
|/
* Merge "Fix serializing ironic-lib exceptions" into stable/train5.0.3Zuul2020-07-072-0/+33
|\
| * Fix serializing ironic-lib exceptionsDmitry Tantsur2020-07-062-0/+33
* | Limit Inspection->Lookup->Heartbeat lagJulia Kreger2020-07-067-6/+61
|/
* Merge "Extend retries to 9, 10 seconds apart." into stable/trainZuul2020-07-022-4/+8
|\
| * Extend retries to 9, 10 seconds apart.Julia Kreger2020-07-022-4/+8
* | Merge "Add full download retries" into stable/trainZuul2020-07-022-29/+77
|\ \ | |/
| * Add full download retriesJulia Kreger2020-07-022-29/+77
* | Merge "Add timeout operations to try and prevent hang on read()" into stable/...Zuul2020-07-022-2/+89
|\ \ | |/
| * Add timeout operations to try and prevent hang on read()Julia Kreger2020-07-022-2/+89
* | Fix confusing logging when running asynchronous commandsDmitry Tantsur2020-06-302-12/+14
* | Omit configdrive and system_logs from loggingDmitry Tantsur2020-06-303-5/+44
|/
* Merge "Rescan after restarting the md device" into stable/train5.0.2Zuul2020-04-281-1/+9
|\
| * Rescan after restarting the md deviceJulia Kreger2020-04-011-1/+9
* | Add timeout and retries when connection to an image serverDmitry Tantsur2020-04-243-18/+107
* | A boot partition on a GPT disk should be considered an EFI partitionDmitry Tantsur2020-04-162-57/+92
|/
* Return false for MBR bootloader check on UEFI machinesJulia Kreger2020-03-252-0/+20
* Rescan devices before performing uefi checksJulia Kreger2020-03-182-16/+52