133dac255f
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
14 lines
595 B
YAML
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>
|