summaryrefslogtreecommitdiff
path: root/ironic/drivers/modules/ipmitool.py
Commit message (Expand)AuthorAgeFilesLines
* Follow-up to "Add retry logic to _exec_ipmitool"Julia Kreger2015-04-091-15/+14
* Add retry logic to _exec_ipmitoolJulia Kreger2015-04-071-14/+58
* Update unittests and use NamedTemporaryFileJohn L. Villalovos2015-03-161-7/+19
* Make try block shorter for _make_password_fileJohn L. Villalovos2015-03-051-5/+4
* Add iRMC Management module for iRMC DriverNaohiro Tamura2015-02-251-3/+3
* Use oslo_utils replace oslo.utilsjiangfei2015-02-191-1/+1
* ipmitool drivers fail with integer passwordsErhan Ekici2015-02-091-1/+1
* Move oslo.config references to oslo_configJim Rollenhagen2015-02-021-1/+1
* Make 'method' explicit for VendorInterface.validate()Tan Lin2015-01-141-2/+2
* rename oslo.concurrency to oslo_concurrencyZhiQiang Fan2014-12-101-1/+1
* Change some exceptions from invalid to missingYuriy Zveryanskyy2014-11-271-4/+3
* Update drivers VendorInterface validate() methodLucas Alvares Gomes2014-11-191-7/+1
* Vendor endpoints to support different HTTP methodsLucas Alvares Gomes2014-11-171-4/+6
* Disable IPMI timeout before setting boot deviceJay Faulkner2014-11-131-16/+39
* Add a mechanism to route vendor methodsLucas Alvares Gomes2014-11-111-23/+0
* Add logging to driver vendor_passthru functionsSam Betts2014-10-311-6/+6
* Switch to oslo.concurrencyDerek Higgins2014-10-281-1/+1
* Update node-validate error messagesAnusha Ramineni2014-10-201-4/+4
* Enable H405 PEP8 checkDavid Shrewsbury2014-10-101-0/+1
* Enable H904 PEP8 checkDavid Shrewsbury2014-10-101-9/+9
* Cleans up some Sphinx rST warnings in IronicMark Atwood2014-10-071-1/+1
* Translator functions cleanup part 2Vladyslav Drok2014-09-091-14/+13
* Remove gettextutils _ injectionVladyslav Drok2014-08-291-0/+1
* IPMI double bridging functionalityRakesh H S2014-08-191-46/+159
* Handle all exceptions from _exec_ipmitoolRuby Loo2014-08-141-20/+27
* Improve exception handling in console codeRuby Loo2014-08-141-7/+28
* Raise MissingParameterValue instead of InvalidGhe Rivero2014-08-121-9/+26
* Migration to oslo.utils libraryGhe Rivero2014-08-061-1/+1
* Implements send-data-to-ceilometerwhaom2014-08-011-0/+101
* Add drivers.base.BaseDriver.get_properties()Ruby Loo2014-07-231-4/+38
* IPMITool to use the new ManagementInterfaceLucas Alvares Gomes2014-07-211-31/+104
* Add missing docstringsJim Rollenhagen2014-07-181-0/+31
* Add methods to ipmitool driverJim Rollenhagen2014-07-171-0/+70
* Merge "ipmitool driver raises DriverLoadError"Jenkins2014-06-241-6/+8
|\
| * ipmitool driver raises DriverLoadErrorDevananda van der Veen2014-06-171-6/+8
* | Merge "Enforce a minimum time between all IPMI commands"Jenkins2014-06-171-5/+12
|\ \ | |/
| * Enforce a minimum time between all IPMI commandsChris Krelle2014-06-161-5/+12
* | Merge "VendorPassthru.validate()s call _parse_driver_info"Jenkins2014-06-161-0/+1
|\ \
| * | VendorPassthru.validate()s call _parse_driver_infoRuby Loo2014-06-161-0/+1
* | | Remove 'node' parameter from the validate() methodsLucas Alvares Gomes2014-06-161-7/+6
|/ /
* | Merge "Let ipmitool natively retry commands"Jenkins2014-06-161-5/+88
|\ \ | |/
| * Let ipmitool natively retry commandsDevananda van der Veen2014-06-131-5/+88
* | Driver interface's validate should return nothingRuby Loo2014-06-121-2/+0
|/
* Merge "Stop ipmitool.validate from touching the BMC"Jenkins2014-06-121-9/+6
|\
| * Stop ipmitool.validate from touching the BMCDevananda van der Veen2014-06-111-9/+6
* | Merge "Add node id to DEBUG messages in impitool"2014.2.b1Jenkins2014-06-121-4/+6
|\ \ | |/ |/|
| * Add node id to DEBUG messages in impitoolEllen Hui2014-06-101-4/+6
* | Remove 'node' parameter from the Console and Rescue interfacesLucas Alvares Gomes2014-06-101-6/+6
|/
* Remove 'node' parameter from the Power interfaceLucas Alvares Gomes2014-05-291-14/+11
* Don't translate debug level logsChangBo Guo(gcb)2014-05-201-1/+1