openstack-ironic/ironic/command
Allain Legacy b8f3318ca6 Add standalone networking service for ironic
Implements the foundational infrastructure for a new standalone
networking service that can operate independently of the main ironic
conductor. This commit establishes the service skeleton with:

- RPC API layer with oslo.messaging integration for remote calls
- Public API interface for conductor/API to interact with the service
- RPC service implementation for handling network requests
- Stub networking manager with method signatures (implementation
  added in subsequent commit)
- Service entry point (ironic-networking command) for deployment
- Configuration options for service behavior and networking backend
- Infrastructure and packaging changes for the new service

The manager includes stub implementations that raise NetworkError,
with the full implementation of network operations, driver framework
and switch drivers are added in subsequence commits.

Related-Bug: 2113769
Assisted-by: Claude/sonnet-4.5
Change-Id: I351c7afe96cbcebd6b2e2bb5f0b4f17b5d804ceb
Signed-off-by: Allain Legacy <alegacy@redhat.com>
2025-11-27 11:39:59 -05:00
..
__init__.py Raise default IRONIC_DEFAULT_THREAD_SIZE 2025-08-25 09:42:19 -07:00
api.py Optional indirection API use 2025-08-18 09:53:11 -07:00
conductor.py Set the backend to threading 2025-08-16 07:14:27 -07:00
dbsync.py Rename ironic cmd module 2025-04-01 16:21:51 -07:00
networking.py Add standalone networking service for ironic 2025-11-27 11:39:59 -05:00
novncproxy.py Optional indirection API use 2025-08-18 09:53:11 -07:00
pxe_filter.py fix: remove wait logic in pxe filter 2025-09-05 13:22:07 +00:00
singleprocess.py Add standalone networking service for ironic 2025-11-27 11:39:59 -05:00
status.py Add upgrade check for iLO/iLO5 driver deprecation 2025-10-28 07:27:05 +01:00
utils.py Set the backend to threading 2025-08-16 07:14:27 -07:00