ironic-python-agent/releasenotes/notes/several-urls-9c3b8c14338b06ba.yaml
Dmitry Tantsur 0d4ae976c2
Support several API and Inspector URLs
Allows nodes with a single IP stack to be deployed from a dual-stack
Ironic.

Detecting advertised address and usable Ironic URLs are done completely
independently which does open some space for a misconfiguration. I hope
it's not likely in the reality, especially since this feature is
targetting advanced standalone users.

Change-Id: Ifa506c58caebe00b37167d329b81c166cdb323f2
Closes-Bug: #2045548
2024-01-09 16:43:23 +01:00

9 lines
347 B
YAML

---
features:
- |
Supports several comma-separated URLs for ``ipa-api-url`` and
``ipa-inspection-callback-url``. The URLs are probed in the provided
order until one does not return a connection error. The primary use case
it to support deploying nodes with only one IP stack from an Ironic
installation that has both stacks.