summaryrefslogtreecommitdiff
path: root/ironic/conductor/manager.py
Commit message (Expand)AuthorAgeFilesLines
* Do not move nodes to CLEAN FAILED with empty last_errorDmitry Tantsur2023-03-071-1/+2
* Phase 1 - SQLAlchemy 2.0 CompatabilityJulia Kreger2022-10-131-5/+2
* Concurrent Distructive/Intensive ops limitsJulia Kreger2022-09-201-3/+49
* Merge "Trivial: log which state the node is in"Zuul2022-07-141-2/+4
|\
| * Trivial: log which state the node is inDmitry Tantsur2022-07-061-2/+4
* | Make anaconda non-image deploys saneJulia Kreger2022-07-111-0/+1
|/
* Auto-populate lessee for deploymentsJulia Kreger2022-05-231-0/+4
* Exclude current conductor from offline_conductorsHarald Jensås2022-04-281-2/+4
* Merge "Shorten error messages in commonly used modules"Zuul2022-03-111-10/+8
|\
| * Shorten error messages in commonly used modulesDmitry Tantsur2022-02-171-10/+8
* | Merge "Ignore fake nodes in the power sync loop"Zuul2022-03-091-2/+4
|\ \ | |/ |/|
| * Ignore fake nodes in the power sync loopDmitry Tantsur2021-12-091-2/+4
* | Explicit parameter to distinguish partition/whole-disk imagesDmitry Tantsur2022-01-281-8/+2
* | Adoption: do not validate boot interface when local bootingDmitry Tantsur2021-12-131-5/+8
|/
* Merge "All-in-one Ironic service with a local RPC bus"Zuul2021-12-081-2/+0
|\
| * All-in-one Ironic service with a local RPC busDmitry Tantsur2021-12-071-2/+0
* | Merge "Refactor driver_internal_info updates to methods"Zuul2021-12-071-15/+8
|\ \
| * | Refactor driver_internal_info updates to methodsSteve Baker2021-12-031-15/+8
| |/
* | Avoid RPC notify_conductor_resume_{deploy,clean} in agent_baseDmitry Tantsur2021-12-061-5/+1
|/
* [Trivial] Clarify conditions under which power recovery is attemptedArne Wiebalck2021-11-041-3/+4
* Add a helper for node-based periodicsDmitry Tantsur2021-10-111-96/+61
* Clean up caches periodicallyDmitry Tantsur2021-09-221-0/+7
* Record node history and manage events in dbJulia Kreger2021-09-101-17/+111
* Split node verification code out of manager.pyJacob Anders2021-08-311-47/+2
* Add api endpoints for changing boot_mode and secure_boot stateCenne2021-08-231-1/+59
* Add `boot_mode` and `secure_boot` to node object and expose in apiCenne2021-07-081-0/+4
* Remove temporary cleaning information on starting cleaningDmitry Tantsur2021-04-221-5/+0
* Wipe agent tokens on inspection start and abortDmitry Tantsur2021-04-081-3/+4
* Add agent_status and agent_status_message params to heartbeatArun S A G2021-03-311-4/+11
* API to force manual cleaning without booting IPADmitry Tantsur2021-03-161-3/+6
* [trivial] fix typos in conductorRiccardo Pittau2021-02-231-1/+1
* Merge "Add 'deploy steps' parameter for provisioning API"Zuul2021-02-121-5/+8
|\
| * Add 'deploy steps' parameter for provisioning APIAija Jauntēva2021-02-031-5/+8
* | Refactor vendor detection and add Redfish implementationDmitry Tantsur2021-01-281-0/+6
|/
* Merge "Always retry locking when performing task handoff"Zuul2020-11-251-2/+2
|\
| * Always retry locking when performing task handoffJason Anderson2020-11-241-2/+2
* | Retrieve BIOS configuration when moving node to ``manageable``Bob Fournier2020-11-101-0/+4
|/
* Refactoring: split away continue_node_deploy/cleanDmitry Tantsur2020-10-061-79/+2
* Merge "Handle conductor_affinity earlier in the deployment process"Zuul2020-09-301-1/+1
|\
| * Handle conductor_affinity earlier in the deployment processDmitry Tantsur2020-09-291-1/+1
* | Minor agent version code cleanupJulia Kreger2020-09-291-1/+6
|/
* Accept and use a TLS certificate from the agentDmitry Tantsur2020-09-091-4/+9
* Add an option to require TLS for agent callback_urlDmitry Tantsur2020-09-071-0/+8
* Merge "Remove token-less agent support"Zuul2020-09-071-26/+3
|\
| * Remove token-less agent supportJulia Kreger2020-09-041-26/+3
* | Merge "Prevents power sync with ADOPTFAIL nodes"Zuul2020-08-121-1/+2
|\ \ | |/ |/|
| * Prevents power sync with ADOPTFAIL nodesJulia Kreger2020-08-031-1/+2
* | Merge "Wipe agent token and URL on rescue and unrescue"Zuul2020-08-051-2/+6
|\ \
| * | Wipe agent token and URL on rescue and unrescueDmitry Tantsur2020-08-041-2/+6
* | | Merge "Log the traceback of unexpected errors when verifying power credentials"Zuul2020-08-051-1/+4
|\ \ \ | |/ / |/| |