summaryrefslogtreecommitdiff
path: root/ironic_python_agent/extensions
Commit message (Expand)AuthorAgeFilesLines
* Avoid grub2-install when on UEFI boot modeIury Gregory Melo Ferreira2020-01-221-0/+165
* Bind mount /run into chroot when installing grubDerek Higgins2019-05-021-1/+1
* Allow image checksum to be a URLDmitry Tantsur2019-02-251-23/+60
* Attempt to read the partition table after writing an imageSam Betts2018-11-191-0/+37
* Merge "Allow streaming raw partition images"3.4.0Zuul2018-10-261-9/+19
|\
| * Allow streaming raw partition imagesDmitry Tantsur2018-10-171-9/+19
* | Enhanced checksum supportKaifeng Wang2018-10-151-33/+47
|/
* Merge "fall back to PARTUUID if UUID not found."3.3.0Zuul2018-08-031-1/+6
|\
| * fall back to PARTUUID if UUID not found.Matthew Thode2018-07-311-1/+6
* | Install grub to PReP partition when prep_boot_part_uuid is providedMichael Turek2018-07-202-4/+18
|/
* Fix gate and bump CoreOS version to latest stable.Julia Kreger2018-05-101-4/+4
* Replace use of functools.wraps() with six.wraps()John L. Villalovos2018-02-011-2/+2
* Merge "Do not try unmounting the EFI partition if it was not mounted"Zuul2017-12-151-1/+3
|\
| * Do not try unmounting the EFI partition if it was not mountedDmitry Tantsur2017-12-141-1/+3
* | Merge "Catch OSError thrown when hexdump is missing"Zuul2017-12-121-3/+11
|\ \
| * | Catch OSError thrown when hexdump is missingJulia Kreger2017-12-111-3/+11
| |/
* | Merge "Rescue extension for CoreOS with DHCP tenant networks"Zuul2017-12-111-0/+62
|\ \ | |/ |/|
| * Rescue extension for CoreOS with DHCP tenant networksMario Villaplana2017-11-061-0/+62
* | Fix a mis-formatted log messageJohn L. Villalovos2017-10-271-3/+3
|/
* Merge "Fix to return 'root_uuid' as part of command status"Zuul2017-10-251-1/+3
|\
| * Fix to return 'root_uuid' as part of command statusShivanand Tendulker2017-10-241-1/+3
* | Merge "Fix OSError catch"Zuul2017-10-171-1/+5
|\ \
| * | Fix OSError catchJulia Kreger2017-10-121-1/+5
| |/
* | Remove hard-coded path to grub binariesVasyl Saienko2017-09-251-4/+6
|/
* Add missing description for params of 'start_iscsi_target'.ericxiett2017-05-181-0/+3
* Remove unused function _configdrive_locationvmud2132017-05-111-8/+0
* flake8: Specify 'ironic_python_agent' as name of appJohn L. Villalovos2017-03-161-1/+1
* Correct failure message output when downloadingGalyna Zholtkevych2017-03-101-7/+5
* Use flake8-import-orderJohn L. Villalovos2017-02-161-2/+2
* Merge "Configure and use SSL-related requests options"Jenkins2017-02-071-1/+5
|\
| * Configure and use SSL-related requests optionsPavlo Shchelokovskyy2017-01-131-1/+5
* | Merge "Reboot and Poweroff fails with coreos IPA image"Jenkins2017-01-201-1/+9
|\ \
| * | Reboot and Poweroff fails with coreos IPA imageAnnie Lezil2017-01-201-1/+9
| |/
* | Merge "iscsi: Listen for connections on both IPv4 and IPv6 ports"Jenkins2017-01-191-1/+3
|\ \
| * | iscsi: Listen for connections on both IPv4 and IPv6 portsDerek Higgins2017-01-191-1/+3
| |/
* | Merge "Use sh instead of bash when installing grub"Jenkins2017-01-181-3/+3
|\ \
| * | Use sh instead of bash when installing grubPavlo Shchelokovskyy2017-01-171-3/+3
| |/
* | Removes unnecessary utf-8 encodingCao Xuan Hoang2017-01-162-4/+0
|/
* Moving Reboot bashscript to pythonBharath kumar2016-12-151-19/+19
* Update to hacking 0.12.0 and use new checksJohn L. Villalovos2016-11-082-3/+3
* Replaces uuid.uuid4 with uuidutils.generate_uuid()Luong Anh Tuan2016-11-081-2/+3
* Remove duplicated logging in configdrive creationShivanand Tendulker2016-10-261-4/+0
* Merge "Use ironic-lib to create configdrive"Jenkins2016-10-211-87/+13
|\
| * Use ironic-lib to create configdriveShivanand Tendulker2016-10-211-87/+13
* | Install grub in the EFI "Fallback path"Derek Higgins2016-10-201-0/+13
|/
* Remove Python 2.6 format styleJohn L. Villalovos2016-10-063-31/+31
* Improve error message while download imageGalyna Zholtkevych2016-09-211-5/+9
* Add metrics support to IPAJosh Gachnang2016-08-031-1/+0
* Fix doc warningsJim Rollenhagen2016-07-141-1/+1
* Add a log extensionLucas Alvares Gomes2016-06-281-0/+34