tripleo-heat-templates/releasenotes/notes/add-ironic-inspector-tls-port-4e59d0c2b2922f68.yaml
Julia Kreger d57f9a8778 Add ironic-inspector TLS endpoint port to be reachable
In BMaaS configs, such as where one may use an undercloud or a remote host,
one may use the legacy means of invoking introspection of a baremetal node,
which is to call the inspector API directly.

While ironic's API also supports this capability through a state change,
people still do it, and it is easy to miss on an undercloud as your typically
directly interacting with the software running locally. But when the API
endpoint is remote, you cannot connect to it if it is not permitted via the
firewall.

Change-Id: I28343f260a8b9b1d4515ccd7e9e621cddac448b3
2022-01-11 14:36:54 -08:00

6 lines
157 B
YAML

---
fixes:
- |
Adds the port used for directly accessing Ironic-Inspector using TLS,
13050, to the list of ports to permit inbound connections on.