133511b466
Reuse much of the Bifrost inspector configuration for the main inspector instance.
13 lines
443 B
Django/Jinja
13 lines
443 B
Django/Jinja
port=0
|
|
interface={% raw %}{{ ironic_dnsmasq_interface }}{% endraw %}
|
|
|
|
bind-interfaces
|
|
dhcp-range={{ kolla_inspector_dhcp_pool_start }},{{ kolla_inspector_dhcp_pool_end }},12h
|
|
dhcp-sequential-ip
|
|
dhcp-option=option:tftp-server,{% raw %}{{ kolla_internal_vip_address }}{% endraw %}
|
|
|
|
dhcp-option=option:server-ip-address,{% raw %}{{ kolla_internal_vip_address }}{% endraw %}
|
|
|
|
dhcp-option=option:bootfile-name,pxelinux.0
|
|
dhcp-option=210,/tftpboot/
|