summaryrefslogtreecommitdiff
path: root/ironic_python_agent/extensions
Commit message (Expand)AuthorAgeFilesLines
* 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
* Get root device hints from the node objectLucas Alvares Gomes2016-05-261-0/+2
* Merge "Improve __str__ method of BaseCommandResult"Jenkins2016-04-071-4/+5
|\
| * Improve __str__ method of BaseCommandResultJay Faulkner2016-03-301-4/+5
* | Merge "Fix incorrect formatting in the iSCSI extension"Jenkins2016-04-011-2/+2
|\ \
| * | Fix incorrect formatting in the iSCSI extensionDmitry Tantsur2016-03-311-2/+2
* | | Add docstrings to all functions in Agent standby extensionClif Houck2016-03-311-1/+213
|/ /
* | Merge "Add __str__ method to BaseCommandResult"Jenkins2016-03-301-0/+7
|\ \ | |/
| * Add __str__ method to BaseCommandResultJulian Sy2016-03-291-0/+7
* | add new portal_port argument into iscsi.start_iscsi_target apiHaomeng, Wang2016-03-241-9/+22
* | Merge "Add disk_label support for partition images"Jenkins2016-03-231-2/+4
|\ \
| * | Add disk_label support for partition imagesNisha Agarwal2016-03-221-2/+4