Skip to content

Commit

Permalink
Merge "bifrost: preempt change in defaults for TFTP and HTTP boot paths"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Jan 7, 2022
2 parents 5f78e38 + 9e89af6 commit 675372c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ansible/roles/bifrost/templates/bifrost.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,9 @@ network_interface: "{{ bifrost_network_interface }}"
# during deployment. If we use a directory under /httpboot to store the
# master images this issue is avoided.
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"

0 comments on commit 675372c

Please sign in to comment.