We should provide option to setup PXE in order to remove PXE setup from tripleo elements. Class ironic::pxe will setup tftpboot and httpboot and class ironic::pxe::common will take care of common dependancies between ironic, ironic inspector and pxe driver. Change-Id: I8b83eff694316755e4dd2dbcde7b569472893bc5
7 lines
185 B
Plaintext
7 lines
185 B
Plaintext
port=0
|
|
interface=<%= @dnsmasq_interface %>
|
|
bind-interfaces
|
|
dhcp-range=<%= @dnsmasq_ip_range %>,29
|
|
dhcp-boot=pxelinux.0,localhost.localdomain,<%= @dnsmasq_local_ip %>
|
|
dhcp-sequential-ip
|