summaryrefslogtreecommitdiff
path: root/ironic_python_agent
Commit message (Expand)AuthorAgeFilesLines
* Use utf-16-le if BOM not presentRiccardo Pittau2022-10-131-2/+8
* Re-read the partition table with partx -a, part 2ussuri-em6.1.3Riccardo Pittau2021-12-152-43/+43
* Re-read the partition table with partx -aArne Wiebalck2021-12-152-15/+15
* Fix UEFI record regexJulia Kreger2021-11-192-6/+69
* Delete EFI boot entry duplicate labels firstJulia Kreger2021-11-192-24/+45
* Output verbose info from efibootmgrDerek Higgins2021-11-182-22/+22
* Fix getting memory size in some lshw output6.1.2Zane Bitter2021-06-252-7/+201
* Add function to calculate memoryRiccardo Pittau2021-06-251-16/+22
* Reduce logging verbosity when collecting logsDmitry Tantsur2021-06-141-2/+1
* Utilize CSV file for EFI loader selectionJulia Kreger2021-06-112-14/+115
* Make _get_efi_bootloaders return relative pathsSteve Baker2021-06-112-16/+27
* Limit qemu-img execution arenasJulia Kreger2021-06-011-0/+9
* Increase the memory limit for qemu-imgDerek Higgins2021-06-011-2/+2
* Fix NVMe Partition image on UEFIJulia Kreger2021-05-262-1/+45
* Add fstab pointer to EFI partitionJulia Kreger2021-03-232-7/+263
* Prevent broken partition image UEFI deploysJulia Kreger2021-03-232-68/+767
* Option to enable bootloader config failure bypassJulia Kreger2021-03-233-10/+163
* More refactoring of the image moduleRiccardo Pittau2021-03-231-39/+32
* Mount all vfat partitions before calling grub2Arne Wiebalck2021-03-232-6/+73
* Refactor part of image moduleRiccardo Pittau2021-03-231-27/+32
* Software RAID: Get component devices by md UUIDArne Wiebalck2021-02-272-20/+146
* Log a warning of target_boot_mode does not match current boot modeDmitry Tantsur2020-10-081-0/+8
* Merge "Fix: make Intel CNA hardware manager none generic" into stable/ussuriZuul2020-10-042-33/+24
|\
| * Fix: make Intel CNA hardware manager none genericQianbiao.NG2020-09-232-33/+24
* | Software RAID: Don't delete partitions too earlyArne Wiebalck2020-09-292-12/+21
|/
* Make WSGI server respect listen_* directivesJay Faulkner2020-09-022-7/+51
* Merge "Fix bootloader install issue with MDRAID" into stable/ussuriZuul2020-08-122-6/+45
|\
| * Fix bootloader install issue with MDRAIDDoug Szumski2020-08-052-6/+45
* | Fix TypeError on agent lookup failureJulia Kreger2020-08-072-4/+75
|/
* Merge "Return the final RAID configuration from apply_configuration" into sta...6.1.1Zuul2020-08-042-1/+64
|\
| * Return the final RAID configuration from apply_configurationDmitry Tantsur2020-07-292-1/+64
* | Merge "Prevent un-needed iscsi cleanup" into stable/ussuriZuul2020-08-045-2/+38
|\ \
| * | Prevent un-needed iscsi cleanupJulia Kreger2020-07-285-2/+38
| |/
* | Merge "set EVENTLET_NO_GREENDNS to 'yes'" into stable/ussuriZuul2020-08-041-0/+19
|\ \
| * | set EVENTLET_NO_GREENDNS to 'yes'Julia Kreger2020-08-011-0/+19
| |/
* | Ignore devices with size 0 when collecting inventoryDmitry Tantsur2020-07-282-5/+19
|/
* Merge "Limit Inspection->Lookup->Heartbeat lag" into stable/ussuriZuul2020-07-077-6/+67
|\
| * Limit Inspection->Lookup->Heartbeat lagJulia Kreger2020-07-067-6/+67
* | Fix serializing ironic-lib exceptionsDmitry Tantsur2020-07-062-0/+33
|/
* Increase the ESP partition size to 550 MiB when using software RAIDDmitry Tantsur2020-07-034-16/+21
* Fixes minor issues in the read() retries patchDmitry Tantsur2020-06-302-4/+6
* Merge "Fix confusing logging when running asynchronous commands" into stable/...Zuul2020-06-302-12/+14
|\
| * Fix confusing logging when running asynchronous commandsDmitry Tantsur2020-06-292-12/+14
* | Extend retries to 9, 10 seconds apart.Julia Kreger2020-06-292-4/+8
* | Add full download retriesJulia Kreger2020-06-292-29/+77
* | Add timeout operations to try and prevent hang on read()Julia Kreger2020-06-292-1/+83
|/
* Make the install_bootloader command asynchronousDmitry Tantsur2020-06-092-12/+13
* Fix an issue with high cpu usage caused by ironic-python-agentFedor Tarasenko2020-05-271-1/+1
* Add timeout and retries when connection to an image server6.1.0Dmitry Tantsur2020-04-243-18/+107
* Merge "Add raid.apply_configuration deploy step"Zuul2020-04-213-12/+70
|\