summaryrefslogtreecommitdiff
path: root/ironic/drivers/modules/agent_client.py
Commit message (Expand)AuthorAgeFilesLines
* Retry stdlib ssl.SSLErrorDmitry Tantsur2021-08-051-1/+2
* Merge "Fix handling driver_info[agent_verify_ca] == False"Zuul2021-07-201-3/+7
|\
| * Fix handling driver_info[agent_verify_ca] == FalseDmitry Tantsur2021-06-231-3/+7
* | Cache AgentClient on Task, not globallyDmitry Tantsur2021-06-251-0/+9
|/
* Improve agent_client loggingDmitry Tantsur2021-06-011-4/+17
* Fix deployment when executing a command fails after the command startsDmitry Tantsur2021-05-071-21/+77
* Merge "Bye-bye iSCSI deploy, you served us well"Zuul2021-05-051-28/+0
|\
| * Bye-bye iSCSI deploy, you served us wellDmitry Tantsur2021-05-041-28/+0
* | Merge "Do not mask configdrive when executing in-band deploy steps"Zuul2021-05-051-1/+1
|\ \ | |/ |/|
| * Do not mask configdrive when executing in-band deploy stepsDmitry Tantsur2021-04-291-1/+1
* | Clean up deprecated features of the agent deployDmitry Tantsur2021-05-031-32/+0
|/
* Replace retrying with tenacityBoden R2021-02-151-14/+18
* Handle agent still doing the prior commandJulia Kreger2020-10-291-0/+37
* Expose agent_verify_ca in configuration and correctly handle booleansDmitry Tantsur2020-09-231-2/+14
* Merge "Accept and use a TLS certificate from the agent"Zuul2020-09-161-1/+2
|\
| * Accept and use a TLS certificate from the agentDmitry Tantsur2020-09-091-1/+2
* | Merge "Do not assume that prepare_image is the last command to run"Zuul2020-09-081-14/+25
|\ \ | |/ |/|
| * Do not assume that prepare_image is the last command to runDmitry Tantsur2020-09-041-14/+25
* | Remove token-less agent supportJulia Kreger2020-09-041-24/+13
|/
* Handle an older agent with agent_tokenJulia Kreger2020-08-111-2/+22
* agent_client: support custom TLS certificatesDmitry Tantsur2020-08-061-0/+5
* Add agent power interfaceDmitry Tantsur2020-07-201-0/+17
* Allow disabling retries in AgentClient.get_command_statusesDmitry Tantsur2020-07-171-18/+28
* Do not put the whole JSON error from the agent in last_errorDmitry Tantsur2020-07-061-1/+19
* Trivial: clarify usage of AgentCommandTimeout in _wait_for_commandDmitry Tantsur2020-06-231-0/+5
* agent: poll long-running commands till completionDmitry Tantsur2020-06-191-29/+62
* Use the new extension call for getting partition UUIDsDmitry Tantsur2020-06-051-0/+16
* Don't break UEFI install with older IPAsArne Wiebalck2020-04-271-4/+5
* Fix agent_client handling of embedded errorsJulia Kreger2020-04-241-1/+16
* Log when IPA fallback occurs on bootloader installJulia Kreger2020-04-221-0/+3
* Merge "Use trailing slash in the agent command URL"Zuul2020-04-151-1/+1
|\
| * Use trailing slash in the agent command URLDmitry Tantsur2020-04-151-1/+1
* | Software RAID: Pass the boot mode to the IPARaphael Glon2020-04-071-7/+34
|/
* Extend install_bootloader command timeoutJulia Kreger2020-03-301-4/+23
* Merge "Generalize clean step functions to support deploy steps"Zuul2020-03-281-0/+66
|\
| * Generalize clean step functions to support deploy stepsDmitry Tantsur2020-03-251-0/+66
* | Merge "Retry agent get_command_status upon failures"Zuul2020-03-271-1/+14
|\ \
| * | Retry agent get_command_status upon failuresJulia Kreger2020-03-261-1/+14
| |/
* | Hash the rescue_passwordJulia Kreger2020-03-241-5/+25
|/
* Send our token back to the agentJulia Kreger2020-03-091-0/+3
* Stop using six libraryRiccardo Pittau2019-12-231-1/+2
* Add timeout when querying agent's command statusesVladyslav Drok2019-11-261-1/+1
* Retries and timeout for IPA commandIury Gregory Melo Ferreira2018-11-271-2/+8
* Merge "Pass prep_boot_part_uuid to install_bootloader for ppc64* partition im...Zuul2018-08-011-2/+7
|\
| * Pass prep_boot_part_uuid to install_bootloader for ppc64* partition imagesMichael Turek2018-07-311-2/+7
* | Follow-up patch for 7c5a04c1149f14900f504f32e000a7b4e69e661fShivanand Tendulker2018-07-261-3/+3
|/
* Fix for failure in cleaningShivanand Tendulker2018-07-241-0/+6
* Update docstring to agent client related codesKaifeng Wang2018-03-051-6/+150
* Do not pass credentials to the ramdisk on cleaningDmitry Tantsur2018-02-071-2/+2
* Agent rescue implementationShivanand Tendulker2018-01-251-0/+13