summaryrefslogtreecommitdiff
path: root/ironic_python_agent/extensions/standby.py
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Install grub to PReP partition when prep_boot_part_uuid is providedMichael Turek2018-07-201-1/+5
* Fix gate and bump CoreOS version to latest stable.Julia Kreger2018-05-101-4/+4
* Catch OSError thrown when hexdump is missingJulia Kreger2017-12-111-3/+11
* Fix to return 'root_uuid' as part of command statusShivanand Tendulker2017-10-241-1/+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
* | Reboot and Poweroff fails with coreos IPA imageAnnie Lezil2017-01-201-1/+9
|/
* Moving Reboot bashscript to pythonBharath kumar2016-12-151-19/+19
* Remove duplicated logging in configdrive creationShivanand Tendulker2016-10-261-4/+0
* Use ironic-lib to create configdriveShivanand Tendulker2016-10-211-87/+13
* Remove Python 2.6 format styleJohn L. Villalovos2016-10-061-26/+26
* Improve error message while download imageGalyna Zholtkevych2016-09-211-5/+9
* Add metrics support to IPAJosh Gachnang2016-08-031-1/+0
* Add docstrings to all functions in Agent standby extensionClif Houck2016-03-311-1/+213
* Add disk_label support for partition imagesNisha Agarwal2016-03-221-2/+4
* Fixes the agent message for uefi netboot for partition imageNisha Agarwal2016-03-211-1/+2
* Merge "Add sync() command to the standby module"Jenkins2016-03-211-0/+14
|\
| * Add sync() command to the standby moduleLucas Alvares Gomes2016-03-181-0/+14
* | Add support for partition images in agent driver.Faizan Barmawer2016-03-181-17/+83
|/
* Add support for streaming raw images directly onto the diskLucas Alvares Gomes2015-11-181-8/+36
* Refactor the image download and checksum computation bitsLucas Alvares Gomes2015-11-181-53/+63
* Support proxies for image downloadVladyslav Drok2015-11-171-1/+5
* Enforce all flake8 rules except E129John L. Villalovos2015-10-021-1/+1
* Add more info to checksum exceptionJosh Gachnang2015-09-211-6/+7
* Improve IPA logging and exception handlingJosh Gachnang2015-07-281-3/+13
* Add Python3 supportLucas Alvares Gomes2015-07-151-2/+1
* Add power_off command in standby extensionRamakrishnan G2015-06-091-5/+13
* Use oslo_log libGhe Rivero2015-03-241-1/+1
* Add additional logging and return results for IPA extensionsKyle Stevenson2015-02-181-0/+8
* Log required troubleshooting info on image dl failJay Faulkner2015-02-121-7/+13
* Merge "Reduce _verify_image memory consumption"Jenkins2015-01-151-4/+13
|\
| * Reduce _verify_image memory consumptionVladyslav Drok2014-12-251-4/+13
* | Allow use of multiple simultaneous HW managersJay Faulkner2015-01-081-2/+2
|/
* Merge "Use oslo.utils and oslo.concurrency"Jenkins2014-12-171-1/+2
|\
| * Use oslo.utils and oslo.concurrencyOleksii Chuprykov2014-12-091-1/+2
* | Do not log configdrive contents everJay Faulkner2014-12-101-1/+1
|/
* Support configdrive from HTTP(S)Jim Rollenhagen2014-11-191-1/+14
* Force heartbeat immediately after async command completesJim Rollenhagen2014-10-131-2/+2
* Enhance decorators in agent and automate creation of command_mapSzymon Wroblewski2014-09-111-6/+3
* Add support for passing no configdriveKyle Stevenson2014-06-271-1/+2
* Better errors for execute() failuresJim Rollenhagen2014-06-241-3/+6