Merge "bifrost: preempt change in defaults for TFTP and HTTP boot paths"
This commit is contained in:
commit
675372ca20
@ -20,3 +20,9 @@ network_interface: "{{ bifrost_network_interface }}"
|
|||||||
# during deployment. If we use a directory under /httpboot to store the
|
# during deployment. If we use a directory under /httpboot to store the
|
||||||
# master images this issue is avoided.
|
# master images this issue is avoided.
|
||||||
ironic_tftp_master_path: "/httpboot/master_images"
|
ironic_tftp_master_path: "/httpboot/master_images"
|
||||||
|
|
||||||
|
# Bifrost in Yoga changed the default TFTP and HTTP boot directories to reside
|
||||||
|
# under /var/lib/ironic/. Avoid this breaking us by reverting to the previous
|
||||||
|
# defaults. https://review.opendev.org/c/openstack/bifrost/+/822743
|
||||||
|
tftp_boot_folder: "/tftpboot"
|
||||||
|
http_boot_folder: "/httpboot"
|
||||||
|
Loading…
Reference in New Issue
Block a user