summaryrefslogtreecommitdiff
path: root/ironic_python_agent/extensions/standby.py
Commit message (Expand)AuthorAgeFilesLines
* Always fall back to sysrq when power off failsDmitry Tantsur2021-04-291-7/+16
* Fix root UUID for streamed partition imagesSteve Baker2021-03-191-0/+4
* Remove default parameter from executeRiccardo Pittau2021-03-021-3/+2
* Fix boot mode detection for partition imagesJulia Kreger2020-12-191-1/+1
* Change default ironic_lib invocation to flag local bootingJulia Kreger2020-12-191-1/+1
* Fix default disk label with partition imagesJulia Kreger2020-12-141-1/+6
* Update the cache if we don't have a root device hintJulia Kreger2020-08-251-2/+4
* Fixes minor issues in the read() retries patchDmitry Tantsur2020-06-301-1/+2
* 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
* Make get_partition_uuids work with whole disk imagesDmitry Tantsur2020-06-171-24/+33
* New extension call to return partition UUIDsDmitry Tantsur2020-06-021-0/+11
* Add timeout and retries when connection to an image server6.1.0Dmitry Tantsur2020-04-241-6/+22
* Bump hacking to 3.0.0Riccardo Pittau2020-03-301-4/+4
* Fix GPT partition tables after agent writes contentsJulia Kreger2020-03-291-0/+11
* Merge "Add NTP time sync"Zuul2020-03-111-0/+30
|\
| * Add NTP time syncJulia Kreger2020-03-071-0/+30
* | Ignore None md5 checksum fieldKaifeng Wang2020-02-221-1/+2
* | Catch ValueError for FIPS 140-2 modeJulia Kreger2020-02-181-1/+10
|/
* Stop using six libraryRiccardo Pittau2019-11-291-7/+6
* Adds bandit template and exclude some of testsKaifeng Wang2019-06-201-1/+2
* Relax checksum fields validationKaifeng Wang2019-05-281-6/+27
* 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
|\