summaryrefslogtreecommitdiff
path: root/ironic/common/states.py
Commit message (Expand)AuthorAgeFilesLines
* Do not move nodes to CLEAN FAILED with empty last_errorDmitry Tantsur2023-03-021-0/+3
* Record node history and manage events in dbJulia Kreger2021-09-101-0/+19
* Aliases for a few unfortunately named state transitionskafilat-adeleke2021-04-151-0/+12
* Clean up nodes in DELETING on conductor restartDmitry Tantsur2020-07-031-2/+2
* Add my new address to .mailmapAeva Black2020-04-131-3/+3
* Allow INSPECTWAIT state for lookupPavlo Shchelokovskyy2020-04-071-4/+5
* fast tracked deployment supportJulia Kreger2019-03-141-0/+14
* Add option to protect available nodes from accidental deletionArne Wiebalck2019-02-271-1/+1
* Allocation API: conductor API (without HA and take over)Dmitry Tantsur2019-01-311-0/+8
* Node gets stuck in ING state when conductor goes downDao Cong Tien2018-08-031-0/+9
* Implements baremetal inspect abortKaifeng Wang2018-05-301-0/+3
* Merge "Follow up to inspect wait implementation"Zuul2018-05-101-0/+2
|\
| * Follow up to inspect wait implementationKaifeng Wang2018-05-101-0/+2
* | Fix E305 ErrorsJulia Kreger2018-05-091-0/+1
|/
* Implementation of inspect wait stateKaifeng Wang2018-04-101-6/+24
* Adds RPC calls for rescue interfaceShivanand Tendulker2018-01-151-3/+66
* Adds rescue_interface to base driver classShivanand Tendulker2017-12-211-0/+22
* Generic power interface for soft reboot and soft power offNaohiro Tamura2017-01-041-0/+6
* Add node provision state change notificationYuriy Zveryanskyy2016-11-181-0/+3
* Refresh fsm in task when a shared lock is upgradedJim Rollenhagen2016-09-011-2/+1
* Active Node Creation via adopt stateJulia Kreger2016-06-071-3/+40
* Make sure target state is cleared on stable statesLucas Alvares Gomes2016-03-181-5/+5
* Add manual cleaning to state machineRuby Loo2015-11-181-2/+9
* Allow abort for CLEANWAIT statesLucas Alvares Gomes2015-09-211-0/+4
* Follow-on to b6ed09e297 to fix docstrings/commentsLucas Alvares Gomes2015-07-281-4/+4
* Merge "Add CLEANWAIT state"Jenkins2015-07-281-0/+13
|\
| * Add CLEANWAIT stateLucas Alvares Gomes2015-07-271-0/+13
* | Allow updates in VERIFYING stateDmitry Tantsur2015-07-271-1/+2
|/
* Allow deleting nodes in ENROLL stateDmitry Tantsur2015-07-271-0/+3
* Allow updates when node is on ERROR provision stateLucas Alvares Gomes2015-07-011-1/+1
* Add ENROLL and related states to the state machineDmitry Tantsur2015-06-231-0/+22
* Enforce flake8 E123/6/7/8 in ironicSam Betts2015-06-041-6/+6
* Use oslo_log libGhe Rivero2015-05-051-1/+2
* Remove state transition: CLEANFAIL -> CLEANINGRuby Loo2015-04-211-5/+2
* Allow node.instance_uuid to be removed during cleaningJosh Gachnang2015-03-251-1/+1
* Add module for in-band inspection using ironic-discoverdDmitry Tantsur2015-03-051-0/+5
* Fix nits in cleaningJosh Gachnang2015-03-041-3/+1
* Implement Cleaning StatesJosh Gachnang2015-02-241-13/+33
* INSPECTFAIL value is more readableRuby Loo2015-02-231-1/+1
* Merge "Fix PEP8 E121 & E122 errors"Jenkins2015-02-201-1/+1
|\
| * Fix PEP8 E121 & E122 errorsJohn L. Villalovos2015-02-191-1/+1
* | Merge "Add concept of stable states to the state machine"Jenkins2015-02-201-4/+4
|\ \ | |/ |/|
| * Add concept of stable states to the state machineJohn L. Villalovos2015-02-171-4/+4
* | Add states required for node-inspectionNisha Agarwal2015-02-181-0/+32
|/
* Add MANAGEABLE state and associated transitionsDevananda van der Veen2015-02-041-0/+39
* Rename NOSTATE to AVAILABLEDevananda van der Veen2015-01-301-9/+17
* Remove unused state transitionsRuby Loo2015-01-151-4/+1
* Minor changes to state modelDevananda van der Veen2015-01-081-7/+9
* Add base state machineDevananda van der Veen2014-12-151-1/+98
* Update ironic states and documentationDavid Shrewsbury2014-09-151-27/+63