Merge "Use _uri which is wrapped if IPv6 for ironic tftp"
This commit is contained in:
commit
25b544f3cc
@ -331,7 +331,7 @@ outputs:
|
|||||||
ironic::pxe::tftp_bind_host:
|
ironic::pxe::tftp_bind_host:
|
||||||
str_replace:
|
str_replace:
|
||||||
template:
|
template:
|
||||||
"%{hiera('$NETWORK')}"
|
"%{hiera('$NETWORK_uri')}"
|
||||||
params:
|
params:
|
||||||
$NETWORK: {get_param: [ServiceNetMap, IronicNetwork]}
|
$NETWORK: {get_param: [ServiceNetMap, IronicNetwork]}
|
||||||
# NOTE(dtantsur): UEFI only works with iPXE currently for us
|
# NOTE(dtantsur): UEFI only works with iPXE currently for us
|
||||||
|
@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
fixes:
|
||||||
|
- |
|
||||||
|
When using IPv6 provisioning network the tftp server used by the
|
||||||
|
Baremetal service did not start. The address passed as bind host
|
||||||
|
to the tftp server is now wrapped in `[]` to fix the issue. Bug:
|
||||||
|
`1844713 <https://bugs.launchpad.net/tripleo/+bug/1844713>`_.
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user