summaryrefslogtreecommitdiff
path: root/ironic/objects/node.py
Commit message (Expand)AuthorAgeFilesLines
* Refactor driver_internal_info updates to methodsSteve Baker2021-12-031-0/+38
* Create node get_interface methodTzu-Mainn Chen2021-11-081-0/+6
* Add `boot_mode` and `secure_boot` to node object and expose in apiCenne2021-07-081-7/+22
* API to pass fields to node object listJulia Kreger2021-06-251-2/+0
* Set stage for objects to handle selected field lists.Julia Kreger2021-06-251-7/+10
* Only return the requested fields from the DBJulia Kreger2021-06-251-3/+20
* Delay rendering configdriveDmitry Tantsur2021-05-191-4/+5
* Do not mask configdrive when executing in-band deploy stepsDmitry Tantsur2021-04-291-3/+7
* driver_internal_info in provision notificationsRuby Loo2020-08-251-2/+5
* Stop wiping driver_internal_info on node.driver updatesDmitry Tantsur2020-07-161-4/+0
* Add `network_data` field to ironic node objectIlya Etingof2020-05-051-3/+26
* Add node lessee fieldTzu-Mainn Chen2020-04-071-7/+18
* Fix the remaining hacking issuesDmitry Tantsur2020-03-311-2/+2
* Pre-shared agent tokenJulia Kreger2020-02-201-0/+2
* Support node retirementArne Wiebalck2020-01-281-7/+25
* Stop using six libraryRiccardo Pittau2019-12-231-2/+1
* Truncate node text fields when too longRaphael Glon2019-04-191-1/+16
* Add description field to nodeKaifeng Wang2019-02-011-7/+18
* Remove duplicated fault codeKaifeng Wang2019-01-241-16/+3
* Allocation API: database and RPCDmitry Tantsur2019-01-071-2/+7
* Add "owner" information fieldJulia Kreger2018-12-101-7/+18
* Support for protecting nodes from undeploying and rebuildingDmitry Tantsur2018-11-271-7/+27
* Add functionality for individual cleaning on nodesYolanda Robla2018-10-051-43/+32
* Add deploy_step to NodePayload.SCHEMAJim Rollenhagen2018-07-251-0/+1
* Add conductor_group to node notificationsJim Rollenhagen2018-07-251-5/+12
* Add conductor_group field to config, node and conductor objectsJim Rollenhagen2018-07-181-1/+35
* Deploy steps - API & notificationsMark Goddard2018-07-111-5/+11
* Deploy steps - versioned objectsMark Goddard2018-07-101-1/+27
* BIOS Settings: add bios_interface field in NodePayloadZenghui Shi2018-06-211-10/+12
* Power fault recovery: Notification objectsKaifeng Wang2018-06-011-5/+12
* Power fault recovery: db and rpc implementationKaifeng Wang2018-05-201-1/+19
* BIOS Settings: Add BIOSInterfaceZenghui Shi2018-05-081-2/+26
* Fix typoshuang.zhiping2018-03-231-1/+1
* Do not pass credentials to the ramdisk on cleaningDmitry Tantsur2018-02-071-0/+9
* Merge "Do not use asserts with business logic"Zuul2018-02-011-2/+3
|\
| * Do not use asserts with business logicPavlo Shchelokovskyy2018-02-011-2/+3
* | Add traits field to node notificationsMark Goddard2018-01-281-8/+17
|/
* Add rescue interface field to node-related notificationsShivanand Tendulker2018-01-271-10/+12
* Add RPC object for traitsJohn Garbutt2018-01-231-1/+51
* Adds rescue_interface to base driver classShivanand Tendulker2017-12-211-1/+44
* Merge "[trivial] Fix argument descriptions"Jenkins2017-07-121-0/+1
|\
| * [trivial] Fix argument descriptionsKyrylo Romanenko2017-07-101-0/+1
* | Add storage interface field to node-related notificationsHironori Shiina2017-07-071-9/+12
|/
* Add version columnGrzegorz Grasza2017-06-061-3/+3
* Add context to IronicObject._from_db_object()Ruby Loo2017-04-281-15/+26
* Node should reflect what was savedRuby Loo2017-04-041-7/+1
* Fix object save after refresh failureVasyl Saienko2017-02-071-0/+1
* Add dynamic interfaces fields to base node notificationYuriy Zveryanskyy2017-02-011-5/+26
* Merge "Clean up object code"Jenkins2017-01-041-7/+7
|\
| * Clean up object codeRuby Loo2016-12-061-7/+7