summaryrefslogtreecommitdiff
path: root/ironic_python_agent
Commit message (Expand)AuthorAgeFilesLines
* Add "logs" and "extra-hardware" inspection collectorsDmitry Tantsur2015-10-012-0/+142
* Merge "Make the erase_devices clean step abortable"Jenkins2015-09-261-1/+8
|\
| * Make the erase_devices clean step abortableLucas Alvares Gomes2015-09-261-1/+8
* | Merge "Fixes config drive creation failure in UEFI boot mode"Jenkins2015-09-241-6/+36
|\ \
| * | Fixes config drive creation failure in UEFI boot modeShivanand Tendulker2015-09-231-6/+36
* | | Fix default ironic api port numberNaohiro Tamura2015-09-231-1/+1
|/ /
* | Merge "Add more info to checksum exception"Jenkins2015-09-224-14/+23
|\ \
| * | Add more info to checksum exceptionJosh Gachnang2015-09-214-14/+23
* | | Expose serial, wwn and vendor on the BlockDevice objectDmitry Tantsur2015-09-213-98/+181
* | | Merge "Create a SerializableComparable class"Jenkins2015-09-184-5/+85
|\ \ \
| * | | Create a SerializableComparable classJohn L. Villalovos2015-09-114-5/+85
* | | | inspection: prepare for future deprecationsDmitry Tantsur2015-09-162-30/+66
| |/ / |/| |
* | | Merge "Follow-up to inspection patch 096830414b"Jenkins2015-09-162-2/+29
|\ \ \
| * | | Follow-up to inspection patch 096830414bDmitry Tantsur2015-09-162-2/+29
| |/ /
* | | Fixes incorrect description URLMario Villaplana2015-09-151-3/+3
|/ /
* | Merge "Add support for inspection using ironic-inspector"Jenkins2015-09-109-15/+719
|\ \
| * | Add support for inspection using ironic-inspectorDmitry Tantsur2015-09-079-15/+719
| |/
* | Tuples returned by clean steps cause API errorJosh Gachnang2015-09-082-0/+29
|/
* Merge "Fix get_os_install_device()"Jenkins2015-09-062-2/+27
|\
| * Fix get_os_install_device()Pavlo Shchelokovskyy2015-09-022-2/+27
* | Merge "Remove ordereddict as 2.6 is no longer supported"Jenkins2015-09-052-12/+2
|\ \
| * | Remove ordereddict as 2.6 is no longer supportedJay Faulkner2015-09-032-12/+2
* | | Merge "Rename unit test file utils.py to test_utils.py"Jenkins2015-09-051-0/+0
|\ \ \
| * | | Rename unit test file utils.py to test_utils.pyJohn L. Villalovos2015-09-041-0/+0
| |/ /
* | | Add docstrings for cmd/agent and extensions/cleanJay Faulkner2015-09-032-1/+15
|/ /
* | Merge "Three attempts message is incorrect"Jenkins2015-09-031-2/+1
|\ \
| * | Three attempts message is incorrectJoshua Harlow2015-09-021-2/+1
| |/
* | Merge "Split functional and py27 tests"Jenkins2015-09-037-0/+0
|\ \
| * | Split functional and py27 testsJosh Gachnang2015-08-287-0/+0
* | | Merge "Refactor list_block_devices to its own function"Jenkins2015-09-022-36/+52
|\ \ \ | |_|/ |/| |
| * | Refactor list_block_devices to its own functionJosh Gachnang2015-08-282-36/+52
| |/
* | Merge "Enable --debug for debug logging"Jenkins2015-09-021-1/+3
|\ \
| * | Enable --debug for debug loggingJosh Gachnang2015-08-281-1/+3
* | | Merge "Dispatch the call to erase_block_device"Jenkins2015-09-012-1/+22
|\ \ \
| * | | Dispatch the call to erase_block_deviceJosh Gachnang2015-08-282-1/+22
| | |/ | |/|
* | | Load Hardware Managers at runtimeJay Faulkner2015-08-282-0/+16
|/ /
* | Allow passing node UUID to lookupDmitry Tantsur2015-08-212-8/+87
* | Extend hardware manager with data needed for inspectorDmitry Tantsur2015-08-214-105/+211
|/
* Use addCleanup instead of tearDownDmitry Tantsur2015-08-191-4/+1
* Add base for IPA functional testsJosh Gachnang2015-08-1813-0/+84
* Fix printing of errors in IPAJosh Gachnang2015-08-112-38/+45
* Fix logging levelsJosh Gachnang2015-08-042-8/+8
* Merge "Remove openstack.common package"Jenkins2015-08-034-50/+3
|\
| * Remove openstack.common packageSergey Vilgelm2015-08-034-50/+3
* | Merge "Improve IPA logging and exception handling"Jenkins2015-08-035-15/+67
|\ \ | |/ |/|
| * Improve IPA logging and exception handlingJosh Gachnang2015-07-285-15/+67
* | Add node param to base erase_block_deviceJosh Gachnang2015-07-281-1/+2
|/
* Add Python3 supportLucas Alvares Gomes2015-07-157-36/+34
* Fix using non-existent mock methodJosh Gachnang2015-07-101-2/+2
* Merge "Convert Int to String for shred execute"Jenkins2015-07-062-5/+5
|\