summaryrefslogtreecommitdiff
path: root/ironic_python_agent/extensions
Commit message (Expand)AuthorAgeFilesLines
* Remove hard-coded path to grub binariesVasyl Saienko2017-09-261-4/+6
* 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
* | | Merge "iscsi: wipe part table before starting the target"Jenkins2016-03-221-2/+13
|\ \ \ | |/ / |/| |
| * | iscsi: wipe part table before starting the targetGonéri Le Bouder2016-03-221-2/+13
* | | 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
|/ /
* | Fixes programmatic error in _install_grub()Nisha Agarwal2016-03-111-3/+2
|/
* Merge "Replace all the 'self.log' calls with global LOG"Jenkins2016-02-291-1/+0
|\
| * Replace all the 'self.log' calls with global LOGZhenguo Niu2016-02-241-1/+0
* | Catch OSError as well to return a better error messageZhenguo Niu2016-02-221-1/+1
|/
* Merge "Allow hardware managers to override clean step priority"Jenkins2016-01-281-4/+77
|\
| * Allow hardware managers to override clean step priorityJosh Gachnang2016-01-141-4/+77
* | Replace deprecated LOG.warn with LOG.warningKan2016-01-051-2/+2
* | Delete the Linux-IO target before setting up local bootDmitry Tantsur2015-12-152-0/+41
|/
* Support Linux-IO in addition to tgtdDmitry Tantsur2015-11-301-9/+56
* 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