ironic-inspector/ironic_inspector
Julia Kreger f0327574e2 Handle NodeLocked failures
Some actions can fail due to the node being locked as part of
normal operations. This was previously handled silently by
python-ironicclient, but when inspector was changed to use
openstacksdk, this was no longer handled.

Adds the retry wrapper around critical path methods involving
power/reboot ops and node updates which require locks.

Change-Id: I3d26cf46da02b3e8f3f773c0aeaed6843e0f26e5
Story: 2009107
Task: 42966
(cherry picked from commit 7f6c4c4378)
2021-08-11 13:43:02 +00:00
..
cmd Add upgrade check, and json2yaml policy handling 2021-01-04 13:56:28 -08:00
common Use correct Node id attribute 2020-11-23 16:19:35 +13:00
conductor Add leader election for periodic sync with ironic 2020-07-02 12:17:28 +02:00
conf Add ibmc_address to ipmi_address_fields 2021-03-22 21:24:37 +01:00
locale/en_GB/LC_MESSAGES Imported Translations from Zanata 2020-10-11 06:44:24 +00:00
migrations Fix database migrations and disable the non-standalone job 2020-10-26 14:16:34 +01:00
plugins Trivial: better guard against malformed data in extra_hardware 2021-06-02 15:20:12 +00:00
pxe_filter pxe filter - option to always block unknown hosts 2020-09-28 12:18:00 +02:00
test Handle NodeLocked failures 2021-08-11 13:43:02 +00:00
__init__.py Switch to pbr 2015-06-18 16:09:07 +02:00
alembic.ini Add alembic migrations for the inspector database 2015-09-23 14:44:46 +01:00
api_tools.py Stop using six library 2019-12-17 09:23:01 +01:00
db.py Added scope to introspection rules. 2020-03-26 21:40:43 +01:00
introspect.py Handle NodeLocked failures 2021-08-11 13:43:02 +00:00
introspection_state.py Fix pycodestyle warnings/errors now visible with hacking 1.1.0 2018-05-08 23:46:05 +02:00
known_accelerators.yaml Add NVIDIA V100 to known accelerator devices 2020-09-14 09:54:28 +02:00
main.py Use correct Node id attribute 2020-11-23 16:19:35 +13:00
node_cache.py Handle NodeLocked failures 2021-08-11 13:43:02 +00:00
policy.py Implement secure RBAC 2021-02-23 10:24:49 +13:00
process.py Use openstacksdk for ironic module 2020-03-23 14:28:09 +01:00
rules.py Log outcome of `check_conditions` method. 2020-08-11 14:34:10 +02:00
utils.py Fix node id vs uuid in processing_logger_prefix 2021-02-17 18:40:58 +02:00
version.py Use Reno for release notes management 2015-11-26 10:12:14 +01:00
wsgi_service.py Split API and conductor services 2019-08-12 15:29:55 +08:00