puppet-ironic/releasenotes/notes/inspector-non-standalone-redhat-bf21d0472e196e15.yaml
Takashi Kajinami 60a2180ffa inspector: non-standalone mode support
The ironic-inspector service can be deployed using separate api service
and conductor service. This introduces the initial support for that
deployment pattern. Note that the non-standalone mode is supported in
only RHEL and CentOS. We may add Debian support later.

Change-Id: Ic53d454841252cfb6802cd7856faaab2435b984b
2023-11-21 01:54:12 +09:00

11 lines
396 B
YAML

---
features:
- |
The ``ironic::inspector`` class now supports deploying separate services
for api and conductor. Now this feature is supported in RHEL and CentOS
only. The api service should be run by httpd and mod_wsgi, which can be
deployed using the new ``ironic::inspector::wsgi::apache`` class.
- |
The new ``ironic::inspector::coordination`` class has been added.