Set default_boot_option for bifrost

Bifrost is opinionated in that machines should
be able to always boot without ironic being present.

In some cases, we might not be signaling properly to
the machines to boot locally, and as such they may be
network booting.

Change-Id: I0265d4bf53d6486ca0650ec440e48a4863028177
This commit is contained in:
Julia Kreger 2018-11-06 12:00:14 -08:00
parent 6fcdfcf9bb
commit 1ea70cb1cd
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ tftp_master_path = {{ ironic_tftp_master_path }}
[deploy]
http_url = http://{{ hostvars[inventory_hostname]['ansible_' + ans_network_interface]['ipv4']['address'] }}:{{ file_url_port }}/
http_root = {{ http_boot_folder }}
default_boot_option = local
[conductor]
clean_nodes = {{ cleaning | lower }}