Skip to content

Commit

Permalink
[ironic] Enable ipxe boot interface
Browse files Browse the repository at this point in the history
By default, enable ipxe to support multi-arch deployment. Nodes
still have to declare that they use ipxe versus pxe, or set a
default_boot_interface.
  • Loading branch information
diurnalist committed Nov 1, 2021
1 parent ba8004d commit 6a7e7d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions kolla/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ keystone_federation_oidc_allowed_redirects:

# Ironic
enable_ironic: yes
enable_ironic_ipxe: yes
ironic_provisioning_network: ironic-provisioning
ironic_provisioning_network_cidr: 10.51.0.0/24
ironic_provisioning_network_gateway: "{{ ironic_provisioning_network_cidr | ipaddr('next_usable') }}"
Expand Down
2 changes: 1 addition & 1 deletion kolla/node_custom_config/ironic.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[DEFAULT]
enabled_boot_interfaces = ipxe,pxe
enabled_console_interfaces = ipmitool-shellinabox,ipmitool-socat,no-console
default_console_interface = ipmitool-socat
enabled_network_interfaces = flat,neutron
Expand All @@ -8,7 +9,6 @@ default_storage_interface = cinder
enabled_management_interfaces = ipmitool,noop
default_management_interface = ipmitool


[conductor]
# We do not perform automated cleaning to improve turnaround time on a node.
automated_clean = False
Expand Down

0 comments on commit 6a7e7d9

Please sign in to comment.