ironic/ironic/objects
Steve Baker 161374f763 Expose conductor online boolean for accurate alive
Currently the online database column is not considered when displaying
the "baremetal conductor list" Alive status. This means that when a
conductor is stopped gracefully it will be shown as (inaccurately)
alive for the duration of [conductor]graceful_timeout.

This change adds the online field to the alive evaluation, so the
conductor must be online *and* have a recent heartbeat.

Change-Id: Ic5a8d56ec236faca1b9797bd0d3e42c956469fab
2024-03-22 15:07:12 +13:00
..
__init__.py Add DB API for Firmware and Object 2023-06-28 14:05:21 -03:00
allocation.py Add owner to allocations and create relevant policies 2019-12-10 19:00:33 +00:00
base.py API to pass fields to node object list 2021-06-25 23:04:31 +00:00
bios.py Trivial: Fix version number in comment 2021-06-01 14:49:34 -04:00
chassis.py [trivial] Fix argument descriptions 2017-07-10 14:12:56 +00:00
conductor.py Expose conductor online boolean for accurate alive 2024-03-22 15:07:12 +13:00
deploy_template.py Deploy templates: API & notifications 2019-03-04 10:30:16 +00:00
deployment.py Add RPC objects for deployment API 2020-04-30 12:09:20 +02:00
fields.py Stop using md5 for __repr__ of objects 2020-07-07 15:28:03 +02:00
firmware.py RedfishFirmware Interface 2023-09-20 13:09:38 -03:00
indirection.py Remove cyclic import between rpcapi and objects.base 2016-09-13 15:55:44 +01:00
node.py Add node auto-discovery support for in-band inspection 2024-02-02 09:24:52 +01:00
node_history.py Implements node history: database 2021-09-09 09:35:09 -07:00
node_inventory.py Fix Inventory DB 2023-02-16 15:39:45 +00:00
notification.py driver_internal_info in provision notifications 2020-08-25 18:11:04 +00:00
port.py Add inspection hooks 2023-10-17 09:31:33 -02:00
portgroup.py Use association_proxy for port groups node_uuid 2022-12-14 09:14:23 +01:00
trait.py Support nested objects and object lists in as_dict 2018-02-22 00:29:58 +00:00
volume_connector.py Volume targets/connectors Project Scoped RBAC 2021-03-04 09:47:36 -08:00
volume_target.py Volume targets/connectors Project Scoped RBAC 2021-03-04 09:47:36 -08:00