Comment 6 for bug 1990028

Revision history for this message
Cristian Le (lecris) wrote :

Comparing the dnsmasq between neutron:
```
tag:subnet-bd64fd35-9235-448d-a1c8-69e7500b3160,option:dns-server,10.0.1.1
tag:subnet-bd64fd35-9235-448d-a1c8-69e7500b3160,option:router,192.168.5.1
tag:port-e86d7ad1-0350-4d95-9dcc-a475e13de7e3,tag:ipxe,67,http://192.168.5.76:8088/boot.ipxe
tag:port-e86d7ad1-0350-4d95-9dcc-a475e13de7e3,150,192.168.5.76
tag:port-e86d7ad1-0350-4d95-9dcc-a475e13de7e3,tag:!ipxe,67,snponly.efi
tag:port-e86d7ad1-0350-4d95-9dcc-a475e13de7e3,66,192.168.5.76
tag:port-e86d7ad1-0350-4d95-9dcc-a475e13de7e3,option:server-ip-address,192.168.5.76
tag:port-9e2f125b-2538-4dd6-8260-2f34d3f9023d,tag:!ipxe,67,snponly.efi
tag:port-9e2f125b-2538-4dd6-8260-2f34d3f9023d,tag:ipxe,67,http://192.168.5.76:8088/boot.ipxe
tag:port-9e2f125b-2538-4dd6-8260-2f34d3f9023d,option:server-ip-address,192.168.5.76
tag:port-9e2f125b-2538-4dd6-8260-2f34d3f9023d,150,192.168.5.76
tag:port-9e2f125b-2538-4dd6-8260-2f34d3f9023d,66,192.168.5.76
```
And ironic:
```
port=0
interface=vlan50

dhcp-range=192.168.5.201,192.168.5.250,10m
dhcp-option=option:router,192.168.5.1
dhcp-sequential-ip
dhcp-match=ipxe,175
dhcp-match=set:efi,option:client-arch,7
dhcp-match=set:efi,option:client-arch,9
dhcp-match=set:efi,option:client-arch,11
# dhcpv6s for Client System Architecture Type (61)
dhcp-match=set:efi6,option6:61,0007
dhcp-match=set:efi6,option6:61,0009
dhcp-match=set:efi6,option6:61,0011
dhcp-userclass=set:ipxe6,iPXE
# Client is already running iPXE; move to next stage of chainloading
dhcp-boot=tag:ipxe,http://192.168.5.76:8088/inspector.ipxe
dhcp-option=tag:ipxe6,option6:bootfile-url,http://192.168.5.76:8088/inspector.ipxe
# Client is PXE booting over EFI without iPXE ROM; send EFI version of iPXE chainloader
dhcp-boot=tag:efi,tag:!ipxe,snponly.efi
dhcp-option=tag:efi6,tag:!ipxe6,option6:bootfile-url,tftp://192.168.5.76/snponly.efi
# Client is running PXE over BIOS; send BIOS version of iPXE chainloader
dhcp-boot=undionly.kpxe,localhost.localdomain,192.168.5.76

dhcp-hostsdir=/var/lib/ironic-inspector/dhcp-hostsdir
```