summaryrefslogtreecommitdiff
path: root/ironic/db
Commit message (Expand)AuthorAgeFilesLines
* Fix the error message when reached max number of traitsKaifeng Wang2020-07-061-6/+6
* Make reservation checks caselessJulia Kreger2020-03-101-4/+5
* Allow retrying PXE boot if it takes too longDmitry Tantsur2019-09-201-28/+29
* Replace deprecated with_lockmode with with_for_updateRiccardo Pittau2019-06-181-3/+3
* Allocation API: backfilling allocationsDmitry Tantsur2019-05-211-1/+1
* Pass kwargs to exception to get better formatted error messagezhu.fanglei2019-03-191-3/+3
* Allocation API: optimize check on candidate nodesDmitry Tantsur2019-03-042-0/+48
* Deploy templates: fix updating steps in Python 3Mark Goddard2019-02-281-1/+6
* Merge "Deploy Templates: add 'extra' field to DB & object"Zuul2019-02-272-0/+32
|\
| * Deploy Templates: add 'extra' field to DB & objectMark Goddard2019-02-262-0/+32
* | Merge "Deploy Templates: Fix DB & object nits"Zuul2019-02-272-10/+5
|\ \ | |/ |/|
| * Deploy Templates: Fix DB & object nitsMark Goddard2019-02-212-10/+5
* | Allocation API: taking over allocations of offline conductorsDmitry Tantsur2019-02-192-5/+57
|/
* Allocation API: resume allocations on conductor restartDmitry Tantsur2019-02-191-1/+20
* Deploy templates: data model, DB API & objectsMark Goddard2019-02-134-0/+398
* Add description field to nodeKaifeng Wang2019-02-013-3/+44
* Allocation API: conductor API (without HA and take over)Dmitry Tantsur2019-01-311-0/+2
* Add is_smartnic to Port data modelHamdy Khader2019-01-292-0/+33
* Merge "Allocation API: allow picking random conductor for RPC topic"Zuul2019-01-232-4/+15
|\
| * Allocation API: allow picking random conductor for RPC topicDmitry Tantsur2019-01-092-4/+15
* | Allocation API: minor fixes to DB and RPCDmitry Tantsur2019-01-081-4/+12
|/
* Allocation API: database and RPCDmitry Tantsur2019-01-074-1/+367
* Ignore newly introduced tables in pre-upgrade versions checkDmitry Tantsur2018-12-132-29/+37
* Add "owner" information fieldJulia Kreger2018-12-103-3/+35
* Expose conductors: db and rpcKaifeng Wang2018-11-292-6/+29
* Merge "Support for protecting nodes from undeploying and rebuilding"Zuul2018-11-282-1/+37
|\
| * Support for protecting nodes from undeploying and rebuildingDmitry Tantsur2018-11-272-1/+37
* | Migration step to update objects to latest versionRuby Loo2018-10-262-0/+95
|/
* Add automated_clean fieldYolanda Robla2018-08-202-0/+32
* Expose node.conductor_group in the REST APIJim Rollenhagen2018-07-231-2/+3
* Use conductor group for hash ring calculationsJim Rollenhagen2018-07-232-3/+9
* Add conductor_group field to nodes and conductors tablesJim Rollenhagen2018-07-162-0/+39
* Deploy steps - DB modelMark Goddard2018-07-102-0/+34
* Detect skip version upgrades from version earlier than PikeMathieu Gagné2018-07-061-0/+11
* Remove support for creating and loading classic driversDmitry Tantsur2018-07-022-121/+0
* Remove the ipmitool classic driversDmitry Tantsur2018-06-271-1/+1
* Merge "fix typos"Zuul2018-06-251-1/+1
|\
| * fix typossunqingliang62018-06-191-1/+1
* | BIOS Settings: add sync_node_settingZenghui Shi2018-06-202-12/+16
|/
* Merge "Power fault recovery: db and rpc implementation"Zuul2018-05-233-2/+35
|\
| * Power fault recovery: db and rpc implementationKaifeng Wang2018-05-203-2/+35
* | Fix E501 errorsJulia Kreger2018-05-141-2/+3
|/
* Fix W504 errorsJulia Kreger2018-05-092-11/+11
* Merge "BIOS Settings: Add DB API"Zuul2018-04-182-0/+154
|\
| * BIOS Settings: Add DB APIzshi2018-04-172-0/+154
* | Merge "BIOS Settings: Add bios_interface db field"Zuul2018-04-182-0/+32
|\ \ | |/
| * BIOS Settings: Add bios_interface db fieldZenghui Shi2018-04-172-0/+32
* | Merge "BIOS Settings: Add DB model"Zuul2018-04-182-0/+53
|\ \ | |/
| * BIOS Settings: Add DB modelzshi2018-04-172-0/+53
* | Resolve pep8 E402 errors and no longer ignore E402John L. Villalovos2018-04-1035-110/+109
|/