From 1ea70cb1cd3c5c803521f75dac22f89e05ff02cf Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Tue, 6 Nov 2018 12:00:14 -0800 Subject: [PATCH] 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 --- playbooks/roles/bifrost-ironic-install/templates/ironic.conf.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/roles/bifrost-ironic-install/templates/ironic.conf.j2 b/playbooks/roles/bifrost-ironic-install/templates/ironic.conf.j2 index 20c2b4c8e..80cc0ad78 100644 --- a/playbooks/roles/bifrost-ironic-install/templates/ironic.conf.j2 +++ b/playbooks/roles/bifrost-ironic-install/templates/ironic.conf.j2 @@ -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 }}