7da7127071
This commit enables and configures the Ironic Inspector. This feature allows for baremetal nodes to be introspected. This provides useful information about an Ironic host. Such information includes harware and mac addresses. Depends-On: https://review.opendev.org/680553 Change-Id: I2ee09d9cc20f9b8e4430c55129cd8bac9435299d
16 lines
665 B
Django/Jinja
16 lines
665 B
Django/Jinja
port=15553
|
|
interface={{ ironic_inspector_dhcp_interface }}
|
|
dhcp-range={{ ironic_inspector_dhcp_pool_range | regex_replace(' ', ',') }}
|
|
tftp-root={{ ironic_inspector_tftpboot_dir }}
|
|
dhcp-option=3,{{ ironic_inspector_dhcp_gateway }}
|
|
dhcp-option=6,{{ ironic_inspector_dhcp_nameservers }}
|
|
dhcp-match=ipxe,175
|
|
dhcp-match=set:efi,option:client-arch,7
|
|
listen-address={{ ironic_inspector_dhcp_address }}
|
|
dhcp-match=set:efi,option:client-arch,9
|
|
dhcp-match=set:efi,option:client-arch,11
|
|
dhcp-boot=tag:efi,tag:!ipxe,ipxe.efi
|
|
dhcp-boot=pxelinux.0,localhost.localdomain,{{ ironic_tftp_server_address }}
|
|
conf-dir=/etc/dnsmasq.d/,*.conf
|
|
dhcp-hostsdir=/etc/dnsmasq.d/dhcp-hostsdir
|