summaryrefslogtreecommitdiff
path: root/ironic/drivers/modules/ipmitool.py
Commit message (Expand)AuthorAgeFilesLines
...
* Merge "Centralize Config Options - patch merge, cleanup"Jenkins2016-08-251-9/+1
|\
| * Centralize Config Options - patch merge, cleanupRamamani Yeleswarapu2016-08-251-9/+1
* | Merge imports in codeNguyen Hung Phuong2016-08-241-4/+1
|/
* IPMITool: Check the boot mode when setting the boot deviceLucas Alvares Gomes2016-08-111-4/+39
* Fix typoGleb Stepanov2016-08-051-2/+2
* Add metrics for the ipmitool driverAline Bousquet2016-08-031-0/+23
* Minor docstring and unittests fixes for IPMIConsoleDao Cong Tien2016-08-021-1/+1
* IPMITool: add IPMISocatConsole and IPMIConsole classYuiko Takada Mori2016-07-251-10/+82
* FIX: IPMI bmc_reset() always executed as "warm"Lucas Alvares Gomes2016-04-221-0/+2
* Add returns to send_raw() ipmitool functionYuriy Zveryanskyy2016-03-031-1/+4
* Add function for dump SDR to ipmitool driverYuriy Zveryanskyy2016-03-031-0/+28
* Log warning if ipmi_username/ipmi_password missingJohn L. Villalovos2016-02-041-0/+7
* Use ironic-lib's util methodsRuby Loo2016-01-041-2/+3
* Use node.uuid directly in stop_console()Zhenguo Niu2015-12-091-4/+2
* Add port option support for ipmitoolChris Krelle2015-12-081-0/+11
* Validate all tcp/udp port numbersZhenguo Niu2015-11-191-1/+1
* Validate console port number in a valid rangeZhenguo Niu2015-11-101-5/+1
* Fix a bug error by passwords only includes numbersShinn'ya Hoshino2015-10-081-1/+1
* Allow empty password for ipmitool consoleYuriy Zveryanskyy2015-10-051-1/+1
* Merge "When boot option is not persisted, set boot on next power on"Jenkins2015-09-101-0/+31
|\
| * When boot option is not persisted, set boot on next power onZhenguo Niu2015-09-021-0/+31
* | Merge "Try to standardize retrieval of an Exception's description"Jenkins2015-09-081-1/+2
|\ \
| * | Try to standardize retrieval of an Exception's descriptionClif Houck2015-09-081-1/+2
* | | Raise InvalidPrameterValue when ipmi_terminal_port is ''Zhenguo Niu2015-09-071-1/+1
|/ /
* | Merge "get_supported_boot_devices() returns static device list"Jenkins2015-08-121-2/+3
|\ \
| * | get_supported_boot_devices() returns static device listMatt Keeann2015-08-121-2/+3
* | | Save and re-raise exceptionRuby Loo2015-07-281-10/+10
* | | Make use of tempdir configurationchenglch2015-07-021-1/+1
* | | Merge "Validate IPMI protocol version for IPMIShellinaboxConsole"Jenkins2015-07-021-0/+6
|\ \ \
| * | | Validate IPMI protocol version for IPMIShellinaboxConsoleLucas Alvares Gomes2015-06-301-0/+6
| | |/ | |/|
* | | Mute ipmi debug log outputstephane2015-06-301-4/+13
|/ /
* | Merge "Switch to oslo.service"Jenkins2015-06-291-1/+1
|\ \
| * | Switch to oslo.serviceSergey Vilgelm2015-06-291-1/+1
| |/
* | Add IPMI 1.5 support for the ipmitool power driverLucas Alvares Gomes2015-06-251-5/+19
|/
* Enforce flake8 E123/6/7/8 in ironicSam Betts2015-06-041-48/+45
* Check temp dir is usable for ipmitool driverChris Krelle2015-05-071-1/+27
* Run tests in py34 environmentVictor Sergeyev2015-05-061-1/+1
* Use oslo_log libGhe Rivero2015-05-051-1/+1
* 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