ironic/releasenotes/notes/external-ip-5ec9b7b55a90cec4.yaml
Dmitry Tantsur 133dac255f Allow overriding an external URL for virtual media
Virtual media deployments can be conducted outside of the provisioning
network as long as the node gets an IP address somehow and can reach
ironic and its HTTP server. This changes adds new configuration that
allows to use public IP addresses for virtual media while keeping PXE
boots working and constrained to the provisioning network.

Change-Id: I8b859b2812160ff3911eb7d648eab835ef61d934
Story: #2008566
Task: #41706
2021-03-24 16:53:56 +00:00

14 lines
595 B
YAML

---
features:
- |
Provides operator ability to override URL settings required for
provisioning/cleaning in the event of virtual media based deployment.
These scenarios tend to require more delineation than more traditional
deployments as they often have a different environmental security
requirements. Set these two new configuration options using an IP
address that is available to these nodes (both the ramdisk and the BMCs)::
[deploy]
external_http_url = <routable URL of the HTTP server>
external_callback_url = <routable URL of bare metal API>