summaryrefslogtreecommitdiff
path: root/ironic_python_agent/extensions
Commit message (Expand)AuthorAgeFilesLines
* Refactor part of image module6.2.0Riccardo Pittau2020-07-071-27/+32
* Increase the ESP partition size to 550 MiB when using software RAIDDmitry Tantsur2020-07-021-1/+2
* Merge "Mount all vfat partitions before calling grub2"Zuul2020-07-021-6/+24
|\
| * Mount all vfat partitions before calling grub2Arne Wiebalck2020-06-301-6/+24
* | Fixes minor issues in the read() retries patchDmitry Tantsur2020-06-301-1/+2
* | Merge "Fix confusing logging when running asynchronous commands"Zuul2020-06-291-8/+11
|\ \
| * | Fix confusing logging when running asynchronous commandsDmitry Tantsur2020-06-261-8/+11
* | | Merge "Minor clean-up follow-up to timeout on read() fix"Zuul2020-06-251-1/+1
|\ \ \
| * | | Minor clean-up follow-up to timeout on read() fixJulia Kreger2020-06-241-1/+1
* | | | Add full download retriesJulia Kreger2020-06-231-18/+47
|/ / /
* | | Add timeout operations to try and prevent hang on read()Julia Kreger2020-06-231-1/+31
|/ /
* | Merge "Add a deploy step for writing an image"Zuul2020-06-201-0/+23
|\ \
| * | Add a deploy step for writing an imageDmitry Tantsur2020-06-021-0/+23
* | | Make get_partition_uuids work with whole disk imagesDmitry Tantsur2020-06-171-24/+33
* | | Merge "New extension call to return partition UUIDs"Zuul2020-06-091-0/+11
|\ \ \ | |/ /
| * | New extension call to return partition UUIDsDmitry Tantsur2020-06-021-0/+11
| |/
* | Make the install_bootloader command asynchronousDmitry Tantsur2020-06-081-1/+1
|/
* Add timeout and retries when connection to an image server6.1.0Dmitry Tantsur2020-04-241-6/+22
* Add raid.apply_configuration deploy stepDmitry Tantsur2020-04-201-0/+2
* Merge "Add an ability to run in-band deploy steps"Zuul2020-04-093-110/+104
|\
| * Add an ability to run in-band deploy stepsMark Goddard2020-04-063-110/+104
* | Editing follow-up for UEFI Software RAID supportArne Wiebalck2020-04-061-5/+7
* | Software RAID: Add UEFI supportRaphael Glon2020-04-021-42/+209
|/
* Merge "Bump hacking to 3.0.0"Zuul2020-03-312-6/+6
|\
| * Bump hacking to 3.0.0Riccardo Pittau2020-03-302-6/+6
* | Rescan after restarting the md deviceJulia Kreger2020-03-291-1/+12
|/
* Fix GPT partition tables after agent writes contentsJulia Kreger2020-03-291-0/+11
* Improve debug logging around Raid/BootloaderJulia Kreger2020-03-281-1/+1
* Merge "[trivial] Fix comment for Software RAID restart"Zuul2020-03-251-3/+2
|\
| * [trivial] Fix comment for Software RAID restartArne Wiebalck2020-03-231-3/+2
* | Return false for MBR bootloader check on UEFI machinesJulia Kreger2020-03-231-0/+8
|/
* Use crypt to generate saltIury Gregory Melo Ferreira2020-03-191-14/+1
* Rescan devices before performing uefi checksJulia Kreger2020-03-161-9/+20
* Merge "Add NTP time sync"Zuul2020-03-111-0/+30
|\
| * Add NTP time syncJulia Kreger2020-03-071-0/+30
* | Merge "Fixes error handling if efibootmgr is not present in ramdisk"Zuul2020-03-041-1/+1
|\ \
| * | Fixes error handling if efibootmgr is not present in ramdiskmvpnitesh2020-03-031-1/+1
* | | Ignore None md5 checksum fieldKaifeng Wang2020-02-221-1/+2
|/ /
* | Catch ValueError for FIPS 140-2 modeJulia Kreger2020-02-181-1/+10
|/
* Avoid grub2-install when on UEFI boot modeIury Gregory Melo Ferreira2020-01-161-0/+164
* Omit configdrive and system_logs from loggingDmitry Tantsur2020-01-131-5/+10
* Permit hashed passwords to be sent to IPA.Julia Kreger2019-12-191-5/+19
* Merge "Software RAID: Use UUID to find root fs"Zuul2019-12-191-17/+19
|\
| * Software RAID: Use UUID to find root fsArne Wiebalck2019-12-041-17/+19
* | Replace WSME and Pecan with WerkzeugDmitry Tantsur2019-12-041-1/+1
* | Stop using six libraryRiccardo Pittau2019-11-292-13/+10
|/
* Do not try to read raw disk data as unicodeDmitry Tantsur2019-11-111-1/+1
* Don't try to put a bootloader in place when bootableJulia Kreger2019-11-011-4/+60
* Suppress errors from iscsi session cleanupJulia Kreger2019-11-011-10/+20
* Merge "[Trivial]: Typo in comment for _get_partition"Zuul2019-10-291-1/+1
|\