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:
parent
6fcdfcf9bb
commit
1ea70cb1cd
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user