summaryrefslogtreecommitdiff
path: root/ironic/conductor/deployments.py
Commit message (Expand)AuthorAgeFilesLines
* Shorten error messages in commonly used modulesDmitry Tantsur2022-02-171-5/+4
* Explicit parameter to distinguish partition/whole-disk imagesDmitry Tantsur2022-01-281-6/+2
* Refactor driver_internal_info updates to methodsSteve Baker2021-12-031-16/+8
* Avoid handling a deploy failure twiceDmitry Tantsur2021-11-041-18/+25
* Improve edge-case debugging for deployment and cleaningDmitry Tantsur2021-09-021-2/+4
* Nicer error message when a deploy step failsDmitry Tantsur2021-06-221-4/+2
* Delay rendering configdriveDmitry Tantsur2021-05-191-2/+4
* Process in-band deploy steps on fast-trackDmitry Tantsur2021-04-131-20/+33
* Fix broken configdrive_use_object_storeDmitry Tantsur2021-02-181-1/+2
* Add 'deploy steps' parameter for provisioning APIAija Jauntēva2021-02-031-6/+19
* Handle agent still doing the prior commandJulia Kreger2020-10-291-0/+10
* Refactoring: split away continue_node_deploy/cleanDmitry Tantsur2020-10-061-0/+36
* Merge "Handle conductor_affinity earlier in the deployment process"Zuul2020-09-301-9/+8
|\
| * Handle conductor_affinity earlier in the deployment processDmitry Tantsur2020-09-291-9/+8
* | Do not silently ignore exceptions when running next stepsDmitry Tantsur2020-09-281-0/+2
|/
* Fixes to skip validation of in-band deploy steps before agent bootShivanand Tendulker2020-07-161-1/+1
* agent_base: support inserting in-band deploy stepsDmitry Tantsur2020-07-081-0/+7
* Merge "Fix fast-track with the direct deploy interface"Zuul2020-06-231-1/+2
|\
| * Fix fast-track with the direct deploy interfaceDmitry Tantsur2020-06-191-1/+2
* | Fix agent token and URL handling during fast-track deploymentDmitry Tantsur2020-06-161-7/+2
|/
* Merge "In-band deploy steps: correctly wipe driver_internal_info"Zuul2020-04-271-13/+3
|\
| * In-band deploy steps: correctly wipe driver_internal_infoDmitry Tantsur2020-04-241-13/+3
* | Delay validating deploy templates until we get all stepsDmitry Tantsur2020-04-211-1/+1
|/
* Support executing in-band deploy stepsMark Goddard2020-04-211-2/+5
* Add my new address to .mailmapAeva Black2020-04-131-2/+2
* Merge "Make deploy step failure logging indicate the error"Zuul2020-04-021-1/+4
|\
| * Make deploy step failure logging indicate the errorJulia Kreger2020-04-011-1/+4
* | Raise human-friendly messages on attempt to use pre-deploy steps driversDmitry Tantsur2020-03-251-1/+9
|/
* Remove compatibility with pre-deploy steps driversDmitry Tantsur2020-03-121-97/+1
* Pre-shared agent tokenJulia Kreger2020-02-201-1/+3
* Refactoring: finish splitting do_node_deployDmitry Tantsur2020-02-121-0/+87
* Split deployment-related functions from manager.py into a new moduleDmitry Tantsur2020-02-061-0/+402