]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
node-proxy: rename firmwares to firmware with legacy aliases
authorGuillaume Abrioux <gabrioux@ibm.com>
Mon, 15 Jun 2026 13:18:48 +0000 (15:18 +0200)
committerGuillaume Abrioux <gabrioux@ibm.com>
Wed, 1 Jul 2026 11:28:33 +0000 (13:28 +0200)
commitf6bbdb4d28d3a32dfa0eedb7faf482c831fd8139
tree05cf00d16c792122ef4bf8f1e2aca6bb6411f958
parentb7df1e1cef5b9ca0b8b60b81da8082da4f02461e
node-proxy: rename firmwares to firmware with legacy aliases

Let's use 'firmware' as the standard name in node-proxy, cephadm,
and orch hardware status.

We still accept 'firmwares' as a deprecated alias and read legacy
cache payloads transparently for backward compatibility.

Fixes: https://tracker.ceph.com/issues/77410
Signed-off-by: Guillaume Abrioux <gabrioux@ibm.com>
(cherry picked from commit 1cd4b32d72a4a14cbd797187e791e038422f4fc3)
13 files changed:
doc/hardware-monitoring/index.rst
src/ceph-node-proxy/ceph_node_proxy/api.py
src/ceph-node-proxy/ceph_node_proxy/baseredfishsystem.py
src/ceph-node-proxy/ceph_node_proxy/basesystem.py
src/ceph-node-proxy/ceph_node_proxy/protocols.py
src/ceph-node-proxy/tests/test_baseredfishsystem.py
src/pybind/mgr/cephadm/agent.py
src/pybind/mgr/cephadm/inventory.py
src/pybind/mgr/cephadm/module.py
src/pybind/mgr/cephadm/tests/node_proxy_data.py
src/pybind/mgr/cephadm/tests/test_node_proxy.py
src/pybind/mgr/orchestrator/_interface.py
src/pybind/mgr/orchestrator/module.py