summaryrefslogtreecommitdiff
path: root/ironic/drivers/modules/agent_base.py
Commit message (Expand)AuthorAgeFilesLines
* Make metrics names a little more consistentJulia Kreger2023-01-181-3/+3
* Finally remove support for netboot and the boot_option capabilityDmitry Tantsur2022-08-021-6/+6
* Shorten error messages in commonly used modulesDmitry Tantsur2022-02-171-6/+6
* Merge "Use driver_internal_info methods for driver utils"Zuul2022-01-101-31/+22
|\
| * Use driver_internal_info methods for driver utilsSteve Baker2022-01-051-31/+22
* | Make bootloader installation failures fatal for whole disk imagesMark Goddard2022-01-061-14/+5
|/
* Merge "Allow enabling fast-track per node"Zuul2021-12-151-8/+7
|\
| * Allow enabling fast-track per nodeDmitry Tantsur2021-12-081-8/+7
* | Merge "Avoid RPC notify_conductor_resume_{deploy,clean} in agent_base"Zuul2021-12-071-25/+16
|\ \
| * | Avoid RPC notify_conductor_resume_{deploy,clean} in agent_baseDmitry Tantsur2021-12-061-25/+16
| |/
* | Trivial: log current state when continuing cleaningDmitry Tantsur2021-12-061-3/+7
|/
* Avoid handling a deploy failure twiceDmitry Tantsur2021-11-041-0/+9
* Add and document high-level helpers for async stepsDmitry Tantsur2021-10-111-5/+3
* Merge "Fix in-band cleaning for ramdisk and anaconda deploy"Zuul2021-09-141-121/+118
|\
| * Fix in-band cleaning for ramdisk and anaconda deployDmitry Tantsur2021-09-061-121/+118
* | Trivial: shorten the deploy/clean step failure messageDmitry Tantsur2021-09-071-4/+4
|/
* Cache AgentClient on Task, not globallyDmitry Tantsur2021-06-251-16/+15
* Clean up deprecated features of the agent deployDmitry Tantsur2021-05-031-74/+8
* Remove a pause before cleaning when fast-trackingDmitry Tantsur2021-04-121-1/+12
* Add agent_status and agent_status_message params to heartbeatArun S A G2021-03-311-1/+10
* Allow running RAID cleaning steps with in-band cleaningMohammed Naser2021-03-231-2/+0
* Deprecate legacy policies, update project scoped docsJulia Kreger2021-03-171-0/+4
* API to force manual cleaning without booting IPADmitry Tantsur2021-03-161-0/+2
* Allow users to configure priority for {create,delete}_configurationMohammed Naser2021-03-091-0/+2
* Replace retrying with tenacityBoden R2021-02-151-8/+9
* Update `cleaning_error_handler`Aija Jauntēva2020-11-131-24/+26
* Handle agent still doing the prior commandJulia Kreger2020-10-291-5/+5
* Allow passing rootfs_uuid for the standalone caseDmitry Tantsur2020-10-201-20/+23
* Do not retry locking when heartbeatingDmitry Tantsur2020-09-181-1/+1
* Accept and use a TLS certificate from the agentDmitry Tantsur2020-09-091-1/+5
* agent_client: support custom TLS certificatesDmitry Tantsur2020-08-061-1/+8
* Account for power interfaces that cannot power onDmitry Tantsur2020-07-201-2/+17
* Decompose the core deploy step on iscsi and ansible deployMark Goddard2020-07-131-43/+47
* Decompose the core deploy step of the direct deployMark Goddard2020-07-081-2/+11
* agent_base: support inserting in-band deploy stepsDmitry Tantsur2020-07-081-13/+68
* Do not put the whole JSON error from the agent in last_errorDmitry Tantsur2020-07-061-6/+5
* Untie the ramdisk deploy from AgentDeployDmitry Tantsur2020-06-241-0/+84
* Fix fast-track with the direct deploy interfaceDmitry Tantsur2020-06-191-1/+6
* agent: do not hard power off if soft power off actually succeedsDmitry Tantsur2020-05-281-4/+13
* Collect ramdisk logs also during cleaningDmitry Tantsur2020-05-141-9/+12
* Merge "Don't break UEFI install with older IPAs"15.0.0Zuul2020-04-301-1/+2
|\
| * Don't break UEFI install with older IPAsArne Wiebalck2020-04-271-1/+2
* | Merge "In-band deploy steps: correctly wipe driver_internal_info"Zuul2020-04-271-1/+2
|\ \
| * | In-band deploy steps: correctly wipe driver_internal_infoDmitry Tantsur2020-04-241-1/+2
* | | Merge "Support executing in-band deploy steps"Zuul2020-04-261-10/+80
|\ \ \ | |/ /
| * | Support executing in-band deploy stepsMark Goddard2020-04-211-10/+80
* | | Restore missing node.save() in agent_base.pyDmitry Tantsur2020-04-231-2/+2
|/ /
* | Improve the command status checks in the agent's process_next_stepDmitry Tantsur2020-04-161-22/+30
|/
* Merge "Fix missing print format in log messages"Zuul2020-04-161-1/+1
|\
| * Fix missing print format in log messageszhu.fanglei2020-04-151-1/+1