+ . /bin/ironic-common.sh ++ set -euxo pipefail ++ export IRONIC_IP= ++ IRONIC_IP= ++ PROVISIONING_INTERFACE=ironicendpoint ++ PROVISIONING_IP=172.22.0.2 ++ PROVISIONING_MACS= ++ IPXE_CUSTOM_FIRMWARE_DIR=/shared/custom_ipxe_firmware ++ CUSTOM_CONFIG_DIR=/conf ++ CUSTOM_DATA_DIR=/data ++ export DNSMASQ_CONF_DIR=/conf/dnsmasq ++ DNSMASQ_CONF_DIR=/conf/dnsmasq ++ export DNSMASQ_DATA_DIR=/data/dnsmasq ++ DNSMASQ_DATA_DIR=/data/dnsmasq ++ export DNSMASQ_TEMP_DIR=/conf/dnsmasq ++ DNSMASQ_TEMP_DIR=/conf/dnsmasq ++ export HTTPD_DIR=/conf/httpd ++ HTTPD_DIR=/conf/httpd ++ export HTTPD_CONF_DIR=/conf/httpd/conf ++ HTTPD_CONF_DIR=/conf/httpd/conf ++ export HTTPD_CONF_DIR_D=/conf/httpd/conf.d ++ HTTPD_CONF_DIR_D=/conf/httpd/conf.d ++ export IRONIC_CONF_DIR=/conf/ironic ++ IRONIC_CONF_DIR=/conf/ironic ++ export IRONIC_DB_DIR=/data/db ++ IRONIC_DB_DIR=/data/db ++ export IRONIC_GEN_CERT_DIR=/data/auto_gen_certs ++ IRONIC_GEN_CERT_DIR=/data/auto_gen_certs ++ export IRONIC_TMP_DATA_DIR=/data/tmp ++ IRONIC_TMP_DATA_DIR=/data/tmp ++ export PROBE_CONF_DIR=/conf/probes ++ PROBE_CONF_DIR=/conf/probes ++ mkdir -p /conf/ironic /conf/probes /conf/httpd/conf /conf/httpd/conf.d /conf/dnsmasq /conf/dnsmasq /data/db /data/auto_gen_certs /data/dnsmasq /data/tmp ++ export HTPASSWD_FILE=/conf/ironic/htpasswd ++ HTPASSWD_FILE=/conf/ironic/htpasswd ++ export LOCAL_DB_URI=sqlite:////data/db/ironic.sqlite ++ LOCAL_DB_URI=sqlite:////data/db/ironic.sqlite ++ export IRONIC_USE_MARIADB=false ++ IRONIC_USE_MARIADB=false +++ get_provisioning_interface +++ [[ -n ironicendpoint ]] +++ echo ironicendpoint +++ return ++ PROVISIONING_INTERFACE=ironicendpoint ++ export PROVISIONING_INTERFACE ++ export LISTEN_ALL_INTERFACES=true ++ LISTEN_ALL_INTERFACES=true ++ export IRONIC_PRIVATE_PORT=unix ++ IRONIC_PRIVATE_PORT=unix ++ export IRONIC_ACCESS_PORT=6385 ++ IRONIC_ACCESS_PORT=6385 ++ export IRONIC_LISTEN_PORT=6385 ++ IRONIC_LISTEN_PORT=6385 ++ export IRONIC_ENABLE_DISCOVERY=false ++ IRONIC_ENABLE_DISCOVERY=false + . /bin/tls-common.sh ++ export IRONIC_CERT_FILE=/certs/ironic/tls.crt ++ IRONIC_CERT_FILE=/certs/ironic/tls.crt ++ export IRONIC_KEY_FILE=/certs/ironic/tls.key ++ IRONIC_KEY_FILE=/certs/ironic/tls.key ++ export IRONIC_CACERT_FILE=/certs/ca/ironic/tls.crt ++ IRONIC_CACERT_FILE=/certs/ca/ironic/tls.crt ++ export IRONIC_INSECURE=false ++ IRONIC_INSECURE=false ++ export 'IRONIC_SSL_PROTOCOL=-ALL +TLSv1.2 +TLSv1.3' ++ IRONIC_SSL_PROTOCOL='-ALL +TLSv1.2 +TLSv1.3' ++ export 'IPXE_SSL_PROTOCOL=-ALL +TLSv1.2 +TLSv1.3' ++ IPXE_SSL_PROTOCOL='-ALL +TLSv1.2 +TLSv1.3' ++ export IRONIC_VMEDIA_SSL_PROTOCOL=ALL ++ IRONIC_VMEDIA_SSL_PROTOCOL=ALL ++ export IRONIC_VMEDIA_CERT_FILE=/certs/vmedia/tls.crt ++ IRONIC_VMEDIA_CERT_FILE=/certs/vmedia/tls.crt ++ export IRONIC_VMEDIA_KEY_FILE=/certs/vmedia/tls.key ++ IRONIC_VMEDIA_KEY_FILE=/certs/vmedia/tls.key ++ export IPXE_CERT_FILE=/certs/ipxe/tls.crt ++ IPXE_CERT_FILE=/certs/ipxe/tls.crt ++ export IPXE_KEY_FILE=/certs/ipxe/tls.key ++ IPXE_KEY_FILE=/certs/ipxe/tls.key ++ export RESTART_CONTAINER_CERTIFICATE_UPDATED=false ++ RESTART_CONTAINER_CERTIFICATE_UPDATED=false ++ export MARIADB_CACERT_FILE=/certs/ca/mariadb/tls.crt ++ MARIADB_CACERT_FILE=/certs/ca/mariadb/tls.crt ++ export IPXE_TLS_PORT=8084 ++ IPXE_TLS_PORT=8084 ++ [[ -f /certs/ironic/tls.crt ]] ++ [[ ! -f /certs/ironic/tls.key ]] ++ [[ ! -f /certs/ironic/tls.crt ]] ++ [[ -f /certs/vmedia/tls.crt ]] ++ [[ ! -f /certs/vmedia/tls.crt ]] ++ [[ -f /certs/vmedia/tls.key ]] ++ [[ -f /certs/ipxe/tls.crt ]] ++ [[ ! -f /certs/ipxe/tls.crt ]] ++ [[ -f /certs/ipxe/tls.key ]] ++ [[ -f /certs/ironic/tls.crt ]] ++ export IRONIC_TLS_SETUP=true ++ IRONIC_TLS_SETUP=true ++ export IRONIC_SCHEME=https ++ IRONIC_SCHEME=https ++ [[ ! -f /certs/ca/ironic/tls.crt ]] ++ [[ -f /certs/vmedia/tls.crt ]] ++ export IRONIC_VMEDIA_TLS_SETUP=false ++ IRONIC_VMEDIA_TLS_SETUP=false ++ [[ -f /certs/ipxe/tls.crt ]] ++ export IPXE_SCHEME=http ++ IPXE_SCHEME=http ++ export IPXE_TLS_SETUP=false ++ IPXE_TLS_SETUP=false ++ [[ -f /certs/ca/mariadb/tls.crt ]] ++ export MARIADB_TLS_ENABLED=true ++ MARIADB_TLS_ENABLED=true + export HTTP_PORT=6180 + HTTP_PORT=6180 + DNSMASQ_EXCEPT_INTERFACE=lo + export DNS_PORT=0 + DNS_PORT=0 + wait_for_interface_or_ip + [[ -n 172.22.0.2 ]] ++ ipcalc 172.22.0.2 ++ grep '^Address:' ++ awk '{print $2}' + IRONIC_IP=172.22.0.2 + export IRONIC_IP + grep -F ' 172.22.0.2/' /dev/fd/63 ++ ip -br addr show + echo 'Waiting for 172.22.0.2 to be configured on an interface' + sleep 1 Waiting for 172.22.0.2 to be configured on an interface + grep -F ' 172.22.0.2/' /dev/fd/63 ++ ip -br addr show + echo 'Waiting for 172.22.0.2 to be configured on an interface' + sleep 1 Waiting for 172.22.0.2 to be configured on an interface + grep -F ' 172.22.0.2/' /dev/fd/63 ++ ip -br addr show + echo 'Waiting for 172.22.0.2 to be configured on an interface' + sleep 1 Waiting for 172.22.0.2 to be configured on an interface + grep -F ' 172.22.0.2/' /dev/fd/63 ++ ip -br addr show + echo 'Waiting for 172.22.0.2 to be configured on an interface' + sleep 1 Waiting for 172.22.0.2 to be configured on an interface + grep -F ' 172.22.0.2/' /dev/fd/63 ++ ip -br addr show Waiting for 172.22.0.2 to be configured on an interface + echo 'Waiting for 172.22.0.2 to be configured on an interface' + sleep 1 + grep -F ' 172.22.0.2/' /dev/fd/63 ++ ip -br addr show ironicendpoint@ironic-peer UP 172.22.0.1/24 172.22.0.2/32 fe80::201e:8fff:fe68:b03e/64 + [[ 172.22.0.2 =~ .*:.* ]] + export IPV=4 + IPV=4 + export IRONIC_URL_HOST=172.22.0.2 + IRONIC_URL_HOST=172.22.0.2 + export IRONIC_HTTP_URL=http://172.22.0.2:6180 + IRONIC_HTTP_URL=http://172.22.0.2:6180 + export IRONIC_TFTP_URL=tftp://172.22.0.2 + IRONIC_TFTP_URL=tftp://172.22.0.2 + export IRONIC_BASE_URL=https://172.22.0.2:6385 + IRONIC_BASE_URL=https://172.22.0.2:6385 + [[ '' == \p\r\o\v\i\s\i\o\n\i\n\g ]] + mkdir -p /shared/tftpboot + mkdir -p /shared/html/images + mkdir -p /shared/html/pxelinux.cfg + [[ -r /shared/custom_ipxe_firmware ]] + cp /tftpboot/undionly.kpxe /tftpboot/snponly.efi /shared/tftpboot + python3.12 -c 'import os; import sys; import jinja2; sys.stdout.write(jinja2.Template(sys.stdin.read()).render(env=os.environ))' ++ echo lo ++ tr , ' ' + for iface in $(echo "$DNSMASQ_EXCEPT_INTERFACE" | tr ',' ' ') + sed -i -e '/^interface=.*/ a\except-interface=lo' /conf/dnsmasq/dnsmasq_temp.conf + cat /conf/dnsmasq/dnsmasq_temp.conf + rm /conf/dnsmasq/dnsmasq_temp.conf + exec /usr/sbin/dnsmasq -d -q -C /conf/dnsmasq/dnsmasq.conf dnsmasq: started, version 2.85 DNS disabled dnsmasq: compile time options: IPv6 GNU-getopt DBus no-UBus no-i18n IDN2 DHCP DHCPv6 no-Lua TFTP no-conntrack ipset auth cryptohash DNSSEC loop-detect inotify dumpfile dnsmasq-dhcp: DHCP, IP range 172.22.0.10 -- 172.22.0.100, lease time 1h dnsmasq-dhcp: DHCP, sockets bound exclusively to interface ironicendpoint dnsmasq-tftp: TFTP root is /shared/tftpboot dnsmasq-dhcp: 3887166578 available DHCP range: 172.22.0.10 -- 172.22.0.100 dnsmasq-dhcp: 3887166578 vendor class: PXEClient:Arch:00000:UNDI:002001 dnsmasq-dhcp: 3887166578 user class: iPXE dnsmasq-dhcp: 3887166578 DHCPDISCOVER(ironicendpoint) 00:6c:68:83:35:33 dnsmasq-dhcp: 3887166578 tags: ipxe, ironicendpoint dnsmasq-dhcp: 3887166578 DHCPOFFER(ironicendpoint) 172.22.0.58 00:6c:68:83:35:33 dnsmasq-dhcp: 3887166578 requested options: 1:netmask, 3:router, 6:dns-server, 7:log-server, dnsmasq-dhcp: 3887166578 requested options: 12:hostname, 15:domain-name, 17:root-path, dnsmasq-dhcp: 3887166578 requested options: 26:mtu, 43:vendor-encap, 60:vendor-class, dnsmasq-dhcp: 3887166578 requested options: 66:tftp-server, 67:bootfile-name, 119:domain-search, dnsmasq-dhcp: 3887166578 requested options: 128, 129, 130, 131, 132, 133, 134, 135, 175, dnsmasq-dhcp: 3887166578 requested options: 203 dnsmasq-dhcp: 3887166578 next server: 172.22.0.1 dnsmasq-dhcp: 3887166578 sent size: 1 option: 53 message-type 2 dnsmasq-dhcp: 3887166578 sent size: 4 option: 54 server-identifier 172.22.0.1 dnsmasq-dhcp: 3887166578 sent size: 4 option: 51 lease-time 1h dnsmasq-dhcp: 3887166578 sent size: 33 option: 67 bootfile-name http://172.22.0.2:6180/boot.ipxe dnsmasq-dhcp: 3887166578 sent size: 4 option: 58 T1 30m dnsmasq-dhcp: 3887166578 sent size: 4 option: 59 T2 52m30s dnsmasq-dhcp: 3887166578 sent size: 4 option: 1 netmask 255.255.255.0 dnsmasq-dhcp: 3887166578 sent size: 4 option: 28 broadcast 172.22.0.255 dnsmasq-dhcp: 3887166578 available DHCP range: 172.22.0.10 -- 172.22.0.100 dnsmasq-dhcp: 3887166578 vendor class: PXEClient:Arch:00000:UNDI:002001 dnsmasq-dhcp: 3887166578 user class: iPXE dnsmasq-dhcp: 3887166578 DHCPDISCOVER(ironicendpoint) 00:6c:68:83:35:33 dnsmasq-dhcp: 3887166578 tags: ipxe, ironicendpoint dnsmasq-dhcp: 3887166578 DHCPOFFER(ironicendpoint) 172.22.0.58 00:6c:68:83:35:33 dnsmasq-dhcp: 3887166578 requested options: 1:netmask, 3:router, 6:dns-server, 7:log-server, dnsmasq-dhcp: 3887166578 requested options: 12:hostname, 15:domain-name, 17:root-path, dnsmasq-dhcp: 3887166578 requested options: 26:mtu, 43:vendor-encap, 60:vendor-class, dnsmasq-dhcp: 3887166578 requested options: 66:tftp-server, 67:bootfile-name, 119:domain-search, dnsmasq-dhcp: 3887166578 requested options: 128, 129, 130, 131, 132, 133, 134, 135, 175, dnsmasq-dhcp: 3887166578 requested options: 203 dnsmasq-dhcp: 3887166578 next server: 172.22.0.1 dnsmasq-dhcp: 3887166578 sent size: 1 option: 53 message-type 2 dnsmasq-dhcp: 3887166578 sent size: 4 option: 54 server-identifier 172.22.0.1 dnsmasq-dhcp: 3887166578 sent size: 4 option: 51 lease-time 1h dnsmasq-dhcp: 3887166578 sent size: 33 option: 67 bootfile-name http://172.22.0.2:6180/boot.ipxe dnsmasq-dhcp: 3887166578 sent size: 4 option: 58 T1 30m dnsmasq-dhcp: 3887166578 sent size: 4 option: 59 T2 52m30s dnsmasq-dhcp: 3887166578 sent size: 4 option: 1 netmask 255.255.255.0 dnsmasq-dhcp: 3887166578 sent size: 4 option: 28 broadcast 172.22.0.255 dnsmasq-dhcp: 3887166578 available DHCP range: 172.22.0.10 -- 172.22.0.100 dnsmasq-dhcp: 3887166578 vendor class: PXEClient:Arch:00000:UNDI:002001 dnsmasq-dhcp: 3887166578 user class: iPXE dnsmasq-dhcp: 3887166578 DHCPDISCOVER(ironicendpoint) 00:6c:68:83:35:33 dnsmasq-dhcp: 3887166578 tags: ipxe, ironicendpoint dnsmasq-dhcp: 3887166578 DHCPOFFER(ironicendpoint) 172.22.0.58 00:6c:68:83:35:33 dnsmasq-dhcp: 3887166578 requested options: 1:netmask, 3:router, 6:dns-server, 7:log-server, dnsmasq-dhcp: 3887166578 requested options: 12:hostname, 15:domain-name, 17:root-path, dnsmasq-dhcp: 3887166578 requested options: 26:mtu, 43:vendor-encap, 60:vendor-class, dnsmasq-dhcp: 3887166578 requested options: 66:tftp-server, 67:bootfile-name, 119:domain-search, dnsmasq-dhcp: 3887166578 requested options: 128, 129, 130, 131, 132, 133, 134, 135, 175, dnsmasq-dhcp: 3887166578 requested options: 203 dnsmasq-dhcp: 3887166578 next server: 172.22.0.1 dnsmasq-dhcp: 3887166578 sent size: 1 option: 53 message-type 2 dnsmasq-dhcp: 3887166578 sent size: 4 option: 54 server-identifier 172.22.0.1 dnsmasq-dhcp: 3887166578 sent size: 4 option: 51 lease-time 1h dnsmasq-dhcp: 3887166578 sent size: 33 option: 67 bootfile-name http://172.22.0.2:6180/boot.ipxe dnsmasq-dhcp: 3887166578 sent size: 4 option: 58 T1 30m dnsmasq-dhcp: 3887166578 sent size: 4 option: 59 T2 52m30s dnsmasq-dhcp: 3887166578 sent size: 4 option: 1 netmask 255.255.255.0 dnsmasq-dhcp: 3887166578 sent size: 4 option: 28 broadcast 172.22.0.255 dnsmasq-dhcp: 3887166578 available DHCP range: 172.22.0.10 -- 172.22.0.100 dnsmasq-dhcp: 3887166578 vendor class: PXEClient:Arch:00000:UNDI:002001 dnsmasq-dhcp: 3887166578 user class: iPXE dnsmasq-dhcp: 3887166578 DHCPREQUEST(ironicendpoint) 172.22.0.58 00:6c:68:83:35:33 dnsmasq-dhcp: 3887166578 tags: ipxe, ironicendpoint dnsmasq-dhcp: 3887166578 DHCPACK(ironicendpoint) 172.22.0.58 00:6c:68:83:35:33 dnsmasq-dhcp: 3887166578 requested options: 1:netmask, 3:router, 6:dns-server, 7:log-server, dnsmasq-dhcp: 3887166578 requested options: 12:hostname, 15:domain-name, 17:root-path, dnsmasq-dhcp: 3887166578 requested options: 26:mtu, 43:vendor-encap, 60:vendor-class, dnsmasq-dhcp: 3887166578 requested options: 66:tftp-server, 67:bootfile-name, 119:domain-search, dnsmasq-dhcp: 3887166578 requested options: 128, 129, 130, 131, 132, 133, 134, 135, 175, dnsmasq-dhcp: 3887166578 requested options: 203 dnsmasq-dhcp: 3887166578 next server: 172.22.0.1 dnsmasq-dhcp: 3887166578 sent size: 1 option: 53 message-type 5 dnsmasq-dhcp: 3887166578 sent size: 4 option: 54 server-identifier 172.22.0.1 dnsmasq-dhcp: 3887166578 sent size: 4 option: 51 lease-time 1h dnsmasq-dhcp: 3887166578 sent size: 33 option: 67 bootfile-name http://172.22.0.2:6180/boot.ipxe dnsmasq-dhcp: 3887166578 sent size: 4 option: 58 T1 30m dnsmasq-dhcp: 3887166578 sent size: 4 option: 59 T2 52m30s dnsmasq-dhcp: 3887166578 sent size: 4 option: 1 netmask 255.255.255.0 dnsmasq-dhcp: 3887166578 sent size: 4 option: 28 broadcast 172.22.0.255 dnsmasq-dhcp: 1644463413 available DHCP range: 172.22.0.10 -- 172.22.0.100 dnsmasq-dhcp: 1644463413 vendor class: PXEClient:Arch:00000:UNDI:002001 dnsmasq-dhcp: 1644463413 user class: iPXE dnsmasq-dhcp: 1644463413 DHCPDISCOVER(ironicendpoint) 00:6c:68:83:35:35 dnsmasq-dhcp: 1644463413 tags: ipxe, ironicendpoint dnsmasq-dhcp: 1644463413 DHCPOFFER(ironicendpoint) 172.22.0.60 00:6c:68:83:35:35 dnsmasq-dhcp: 1644463413 requested options: 1:netmask, 3:router, 6:dns-server, 7:log-server, dnsmasq-dhcp: 1644463413 requested options: 12:hostname, 15:domain-name, 17:root-path, dnsmasq-dhcp: 1644463413 requested options: 26:mtu, 43:vendor-encap, 60:vendor-class, dnsmasq-dhcp: 1644463413 requested options: 66:tftp-server, 67:bootfile-name, 119:domain-search, dnsmasq-dhcp: 1644463413 requested options: 128, 129, 130, 131, 132, 133, 134, 135, 175, dnsmasq-dhcp: 1644463413 requested options: 203 dnsmasq-dhcp: 1644463413 next server: 172.22.0.1 dnsmasq-dhcp: 1644463413 sent size: 1 option: 53 message-type 2 dnsmasq-dhcp: 1644463413 sent size: 4 option: 54 server-identifier 172.22.0.1 dnsmasq-dhcp: 1644463413 sent size: 4 option: 51 lease-time 1h dnsmasq-dhcp: 1644463413 sent size: 33 option: 67 bootfile-name http://172.22.0.2:6180/boot.ipxe dnsmasq-dhcp: 1644463413 sent size: 4 option: 58 T1 30m dnsmasq-dhcp: 1644463413 sent size: 4 option: 59 T2 52m30s dnsmasq-dhcp: 1644463413 sent size: 4 option: 1 netmask 255.255.255.0 dnsmasq-dhcp: 1644463413 sent size: 4 option: 28 broadcast 172.22.0.255 dnsmasq-dhcp: 1644463413 available DHCP range: 172.22.0.10 -- 172.22.0.100 dnsmasq-dhcp: 1644463413 vendor class: PXEClient:Arch:00000:UNDI:002001 dnsmasq-dhcp: 1644463413 user class: iPXE dnsmasq-dhcp: 1644463413 DHCPDISCOVER(ironicendpoint) 00:6c:68:83:35:35 dnsmasq-dhcp: 1644463413 tags: ipxe, ironicendpoint dnsmasq-dhcp: 1644463413 DHCPOFFER(ironicendpoint) 172.22.0.60 00:6c:68:83:35:35 dnsmasq-dhcp: 1644463413 requested options: 1:netmask, 3:router, 6:dns-server, 7:log-server, dnsmasq-dhcp: 1644463413 requested options: 12:hostname, 15:domain-name, 17:root-path, dnsmasq-dhcp: 1644463413 requested options: 26:mtu, 43:vendor-encap, 60:vendor-class, dnsmasq-dhcp: 1644463413 requested options: 66:tftp-server, 67:bootfile-name, 119:domain-search, dnsmasq-dhcp: 1644463413 requested options: 128, 129, 130, 131, 132, 133, 134, 135, 175, dnsmasq-dhcp: 1644463413 requested options: 203 dnsmasq-dhcp: 1644463413 next server: 172.22.0.1 dnsmasq-dhcp: 1644463413 sent size: 1 option: 53 message-type 2 dnsmasq-dhcp: 1644463413 sent size: 4 option: 54 server-identifier 172.22.0.1 dnsmasq-dhcp: 1644463413 sent size: 4 option: 51 lease-time 1h dnsmasq-dhcp: 1644463413 sent size: 33 option: 67 bootfile-name http://172.22.0.2:6180/boot.ipxe dnsmasq-dhcp: 1644463413 sent size: 4 option: 58 T1 30m dnsmasq-dhcp: 1644463413 sent size: 4 option: 59 T2 52m30s dnsmasq-dhcp: 1644463413 sent size: 4 option: 1 netmask 255.255.255.0 dnsmasq-dhcp: 1644463413 sent size: 4 option: 28 broadcast 172.22.0.255 dnsmasq-dhcp: 1644463413 available DHCP range: 172.22.0.10 -- 172.22.0.100 dnsmasq-dhcp: 1644463413 vendor class: PXEClient:Arch:00000:UNDI:002001 dnsmasq-dhcp: 1644463413 user class: iPXE dnsmasq-dhcp: 1644463413 DHCPREQUEST(ironicendpoint) 172.22.0.60 00:6c:68:83:35:35 dnsmasq-dhcp: 1644463413 tags: ipxe, ironicendpoint dnsmasq-dhcp: 1644463413 DHCPACK(ironicendpoint) 172.22.0.60 00:6c:68:83:35:35 dnsmasq-dhcp: 1644463413 requested options: 1:netmask, 3:router, 6:dns-server, 7:log-server, dnsmasq-dhcp: 1644463413 requested options: 12:hostname, 15:domain-name, 17:root-path, dnsmasq-dhcp: 1644463413 requested options: 26:mtu, 43:vendor-encap, 60:vendor-class, dnsmasq-dhcp: 1644463413 requested options: 66:tftp-server, 67:bootfile-name, 119:domain-search, dnsmasq-dhcp: 1644463413 requested options: 128, 129, 130, 131, 132, 133, 134, 135, 175, dnsmasq-dhcp: 1644463413 requested options: 203 dnsmasq-dhcp: 1644463413 next server: 172.22.0.1 dnsmasq-dhcp: 1644463413 sent size: 1 option: 53 message-type 5 dnsmasq-dhcp: 1644463413 sent size: 4 option: 54 server-identifier 172.22.0.1 dnsmasq-dhcp: 1644463413 sent size: 4 option: 51 lease-time 1h dnsmasq-dhcp: 1644463413 sent size: 33 option: 67 bootfile-name http://172.22.0.2:6180/boot.ipxe dnsmasq-dhcp: 1644463413 sent size: 4 option: 58 T1 30m dnsmasq-dhcp: 1644463413 sent size: 4 option: 59 T2 52m30s dnsmasq-dhcp: 1644463413 sent size: 4 option: 1 netmask 255.255.255.0 dnsmasq-dhcp: 1644463413 sent size: 4 option: 28 broadcast 172.22.0.255 dnsmasq-dhcp: 2736583540 available DHCP range: 172.22.0.10 -- 172.22.0.100 dnsmasq-dhcp: 2736583540 DHCPDISCOVER(ironicendpoint) 00:6c:68:83:35:35 dnsmasq-dhcp: 2736583540 tags: ironicendpoint dnsmasq-dhcp: 2736583540 DHCPOFFER(ironicendpoint) 172.22.0.60 00:6c:68:83:35:35 dnsmasq-dhcp: 2736583540 requested options: 1:netmask, 2:time-offset, 6:dns-server, 12:hostname, dnsmasq-dhcp: 2736583540 requested options: 15:domain-name, 26:mtu, 28:broadcast, 121:classless-static-route, dnsmasq-dhcp: 2736583540 requested options: 3:router, 33:static-route, 40:nis-domain, dnsmasq-dhcp: 2736583540 requested options: 41:nis-server, 42:ntp-server, 119:domain-search, dnsmasq-dhcp: 2736583540 requested options: 249, 252, 17:root-path dnsmasq-dhcp: 2736583540 bootfile name: /undionly.kpxe dnsmasq-dhcp: 2736583540 server name: 172.22.0.2 dnsmasq-dhcp: 2736583540 next server: 172.22.0.1 dnsmasq-dhcp: 2736583540 sent size: 1 option: 53 message-type 2 dnsmasq-dhcp: 2736583540 sent size: 4 option: 54 server-identifier 172.22.0.1 dnsmasq-dhcp: 2736583540 sent size: 4 option: 51 lease-time 1h dnsmasq-dhcp: 2736583540 sent size: 4 option: 58 T1 30m dnsmasq-dhcp: 2736583540 sent size: 4 option: 59 T2 52m30s dnsmasq-dhcp: 2736583540 sent size: 4 option: 1 netmask 255.255.255.0 dnsmasq-dhcp: 2736583540 sent size: 4 option: 28 broadcast 172.22.0.255 dnsmasq-dhcp: 2736583540 available DHCP range: 172.22.0.10 -- 172.22.0.100 dnsmasq-dhcp: 2736583540 DHCPREQUEST(ironicendpoint) 172.22.0.60 00:6c:68:83:35:35 dnsmasq-dhcp: 2736583540 tags: ironicendpoint dnsmasq-dhcp: 2736583540 DHCPACK(ironicendpoint) 172.22.0.60 00:6c:68:83:35:35 dnsmasq-dhcp: 2736583540 requested options: 1:netmask, 2:time-offset, 6:dns-server, 12:hostname, dnsmasq-dhcp: 2736583540 requested options: 15:domain-name, 26:mtu, 28:broadcast, 121:classless-static-route, dnsmasq-dhcp: 2736583540 requested options: 3:router, 33:static-route, 40:nis-domain, dnsmasq-dhcp: 2736583540 requested options: 41:nis-server, 42:ntp-server, 119:domain-search, dnsmasq-dhcp: 2736583540 requested options: 249, 252, 17:root-path dnsmasq-dhcp: 2736583540 bootfile name: /undionly.kpxe dnsmasq-dhcp: 2736583540 server name: 172.22.0.2 dnsmasq-dhcp: 2736583540 next server: 172.22.0.1 dnsmasq-dhcp: 2736583540 sent size: 1 option: 53 message-type 5 dnsmasq-dhcp: 2736583540 sent size: 4 option: 54 server-identifier 172.22.0.1 dnsmasq-dhcp: 2736583540 sent size: 4 option: 51 lease-time 1h dnsmasq-dhcp: 2736583540 sent size: 4 option: 58 T1 30m dnsmasq-dhcp: 2736583540 sent size: 4 option: 59 T2 52m30s dnsmasq-dhcp: 2736583540 sent size: 4 option: 1 netmask 255.255.255.0 dnsmasq-dhcp: 2736583540 sent size: 4 option: 28 broadcast 172.22.0.255 dnsmasq-dhcp: 2444008027 available DHCP range: 172.22.0.10 -- 172.22.0.100 dnsmasq-dhcp: 2444008027 DHCPDISCOVER(ironicendpoint) 00:6c:68:83:35:33 dnsmasq-dhcp: 2444008027 tags: ironicendpoint dnsmasq-dhcp: 2444008027 DHCPOFFER(ironicendpoint) 172.22.0.58 00:6c:68:83:35:33 dnsmasq-dhcp: 2444008027 requested options: 1:netmask, 2:time-offset, 6:dns-server, 12:hostname, dnsmasq-dhcp: 2444008027 requested options: 15:domain-name, 26:mtu, 28:broadcast, 121:classless-static-route, dnsmasq-dhcp: 2444008027 requested options: 3:router, 33:static-route, 40:nis-domain, dnsmasq-dhcp: 2444008027 requested options: 41:nis-server, 42:ntp-server, 119:domain-search, dnsmasq-dhcp: 2444008027 requested options: 249, 252, 17:root-path dnsmasq-dhcp: 2444008027 bootfile name: /undionly.kpxe dnsmasq-dhcp: 2444008027 server name: 172.22.0.2 dnsmasq-dhcp: 2444008027 next server: 172.22.0.1 dnsmasq-dhcp: 2444008027 sent size: 1 option: 53 message-type 2 dnsmasq-dhcp: 2444008027 sent size: 4 option: 54 server-identifier 172.22.0.1 dnsmasq-dhcp: 2444008027 sent size: 4 option: 51 lease-time 1h dnsmasq-dhcp: 2444008027 sent size: 4 option: 58 T1 30m dnsmasq-dhcp: 2444008027 sent size: 4 option: 59 T2 52m30s dnsmasq-dhcp: 2444008027 sent size: 4 option: 1 netmask 255.255.255.0 dnsmasq-dhcp: 2444008027 sent size: 4 option: 28 broadcast 172.22.0.255 dnsmasq-dhcp: 2444008027 available DHCP range: 172.22.0.10 -- 172.22.0.100 dnsmasq-dhcp: 2444008027 DHCPREQUEST(ironicendpoint) 172.22.0.58 00:6c:68:83:35:33 dnsmasq-dhcp: 2444008027 tags: ironicendpoint dnsmasq-dhcp: 2444008027 DHCPACK(ironicendpoint) 172.22.0.58 00:6c:68:83:35:33 dnsmasq-dhcp: 2444008027 requested options: 1:netmask, 2:time-offset, 6:dns-server, 12:hostname, dnsmasq-dhcp: 2444008027 requested options: 15:domain-name, 26:mtu, 28:broadcast, 121:classless-static-route, dnsmasq-dhcp: 2444008027 requested options: 3:router, 33:static-route, 40:nis-domain, dnsmasq-dhcp: 2444008027 requested options: 41:nis-server, 42:ntp-server, 119:domain-search, dnsmasq-dhcp: 2444008027 requested options: 249, 252, 17:root-path dnsmasq-dhcp: 2444008027 bootfile name: /undionly.kpxe dnsmasq-dhcp: 2444008027 server name: 172.22.0.2 dnsmasq-dhcp: 2444008027 next server: 172.22.0.1 dnsmasq-dhcp: 2444008027 sent size: 1 option: 53 message-type 5 dnsmasq-dhcp: 2444008027 sent size: 4 option: 54 server-identifier 172.22.0.1 dnsmasq-dhcp: 2444008027 sent size: 4 option: 51 lease-time 1h dnsmasq-dhcp: 2444008027 sent size: 4 option: 58 T1 30m dnsmasq-dhcp: 2444008027 sent size: 4 option: 59 T2 52m30s dnsmasq-dhcp: 2444008027 sent size: 4 option: 1 netmask 255.255.255.0 dnsmasq-dhcp: 2444008027 sent size: 4 option: 28 broadcast 172.22.0.255 dnsmasq-dhcp: 1003076210 available DHCP range: 172.22.0.10 -- 172.22.0.100 dnsmasq-dhcp: 1003076210 vendor class: PXEClient:Arch:00000:UNDI:002001 dnsmasq-dhcp: 1003076210 user class: iPXE dnsmasq-dhcp: 1003076210 DHCPDISCOVER(ironicendpoint) 00:6c:68:83:35:33 dnsmasq-dhcp: 1003076210 tags: ipxe, ironicendpoint dnsmasq-dhcp: 1003076210 DHCPOFFER(ironicendpoint) 172.22.0.58 00:6c:68:83:35:33 dnsmasq-dhcp: 1003076210 requested options: 1:netmask, 3:router, 6:dns-server, 7:log-server, dnsmasq-dhcp: 1003076210 requested options: 12:hostname, 15:domain-name, 17:root-path, dnsmasq-dhcp: 1003076210 requested options: 26:mtu, 43:vendor-encap, 60:vendor-class, dnsmasq-dhcp: 1003076210 requested options: 66:tftp-server, 67:bootfile-name, 119:domain-search, dnsmasq-dhcp: 1003076210 requested options: 128, 129, 130, 131, 132, 133, 134, 135, 175, dnsmasq-dhcp: 1003076210 requested options: 203 dnsmasq-dhcp: 1003076210 next server: 172.22.0.1 dnsmasq-dhcp: 1003076210 sent size: 1 option: 53 message-type 2 dnsmasq-dhcp: 1003076210 sent size: 4 option: 54 server-identifier 172.22.0.1 dnsmasq-dhcp: 1003076210 sent size: 4 option: 51 lease-time 1h dnsmasq-dhcp: 1003076210 sent size: 33 option: 67 bootfile-name http://172.22.0.2:6180/boot.ipxe dnsmasq-dhcp: 1003076210 sent size: 4 option: 58 T1 30m dnsmasq-dhcp: 1003076210 sent size: 4 option: 59 T2 52m30s dnsmasq-dhcp: 1003076210 sent size: 4 option: 1 netmask 255.255.255.0 dnsmasq-dhcp: 1003076210 sent size: 4 option: 28 broadcast 172.22.0.255 dnsmasq-dhcp: 1003076210 available DHCP range: 172.22.0.10 -- 172.22.0.100 dnsmasq-dhcp: 1003076210 vendor class: PXEClient:Arch:00000:UNDI:002001 dnsmasq-dhcp: 1003076210 user class: iPXE dnsmasq-dhcp: 1003076210 DHCPDISCOVER(ironicendpoint) 00:6c:68:83:35:33 dnsmasq-dhcp: 1003076210 tags: ipxe, ironicendpoint dnsmasq-dhcp: 1003076210 DHCPOFFER(ironicendpoint) 172.22.0.58 00:6c:68:83:35:33 dnsmasq-dhcp: 1003076210 requested options: 1:netmask, 3:router, 6:dns-server, 7:log-server, dnsmasq-dhcp: 1003076210 requested options: 12:hostname, 15:domain-name, 17:root-path, dnsmasq-dhcp: 1003076210 requested options: 26:mtu, 43:vendor-encap, 60:vendor-class, dnsmasq-dhcp: 1003076210 requested options: 66:tftp-server, 67:bootfile-name, 119:domain-search, dnsmasq-dhcp: 1003076210 requested options: 128, 129, 130, 131, 132, 133, 134, 135, 175, dnsmasq-dhcp: 1003076210 requested options: 203 dnsmasq-dhcp: 1003076210 next server: 172.22.0.1 dnsmasq-dhcp: 1003076210 sent size: 1 option: 53 message-type 2 dnsmasq-dhcp: 1003076210 sent size: 4 option: 54 server-identifier 172.22.0.1 dnsmasq-dhcp: 1003076210 sent size: 4 option: 51 lease-time 1h dnsmasq-dhcp: 1003076210 sent size: 33 option: 67 bootfile-name http://172.22.0.2:6180/boot.ipxe dnsmasq-dhcp: 1003076210 sent size: 4 option: 58 T1 30m dnsmasq-dhcp: 1003076210 sent size: 4 option: 59 T2 52m30s dnsmasq-dhcp: 1003076210 sent size: 4 option: 1 netmask 255.255.255.0 dnsmasq-dhcp: 1003076210 sent size: 4 option: 28 broadcast 172.22.0.255 dnsmasq-dhcp: 1003076210 available DHCP range: 172.22.0.10 -- 172.22.0.100 dnsmasq-dhcp: 1003076210 vendor class: PXEClient:Arch:00000:UNDI:002001 dnsmasq-dhcp: 1003076210 user class: iPXE dnsmasq-dhcp: 1003076210 DHCPREQUEST(ironicendpoint) 172.22.0.58 00:6c:68:83:35:33 dnsmasq-dhcp: 1003076210 tags: ipxe, ironicendpoint dnsmasq-dhcp: 1003076210 DHCPACK(ironicendpoint) 172.22.0.58 00:6c:68:83:35:33 dnsmasq-dhcp: 1003076210 requested options: 1:netmask, 3:router, 6:dns-server, 7:log-server, dnsmasq-dhcp: 1003076210 requested options: 12:hostname, 15:domain-name, 17:root-path, dnsmasq-dhcp: 1003076210 requested options: 26:mtu, 43:vendor-encap, 60:vendor-class, dnsmasq-dhcp: 1003076210 requested options: 66:tftp-server, 67:bootfile-name, 119:domain-search, dnsmasq-dhcp: 1003076210 requested options: 128, 129, 130, 131, 132, 133, 134, 135, 175, dnsmasq-dhcp: 1003076210 requested options: 203 dnsmasq-dhcp: 1003076210 next server: 172.22.0.1 dnsmasq-dhcp: 1003076210 sent size: 1 option: 53 message-type 5 dnsmasq-dhcp: 1003076210 sent size: 4 option: 54 server-identifier 172.22.0.1 dnsmasq-dhcp: 1003076210 sent size: 4 option: 51 lease-time 1h dnsmasq-dhcp: 1003076210 sent size: 33 option: 67 bootfile-name http://172.22.0.2:6180/boot.ipxe dnsmasq-dhcp: 1003076210 sent size: 4 option: 58 T1 30m dnsmasq-dhcp: 1003076210 sent size: 4 option: 59 T2 52m30s dnsmasq-dhcp: 1003076210 sent size: 4 option: 1 netmask 255.255.255.0 dnsmasq-dhcp: 1003076210 sent size: 4 option: 28 broadcast 172.22.0.255 dnsmasq-dhcp: 3151116374 available DHCP range: 172.22.0.10 -- 172.22.0.100 dnsmasq-dhcp: 3151116374 DHCPDISCOVER(ironicendpoint) 00:6c:68:83:35:33 dnsmasq-dhcp: 3151116374 tags: ironicendpoint dnsmasq-dhcp: 3151116374 DHCPOFFER(ironicendpoint) 172.22.0.58 00:6c:68:83:35:33 dnsmasq-dhcp: 3151116374 requested options: 1:netmask, 2:time-offset, 6:dns-server, 12:hostname, dnsmasq-dhcp: 3151116374 requested options: 15:domain-name, 26:mtu, 28:broadcast, 121:classless-static-route, dnsmasq-dhcp: 3151116374 requested options: 3:router, 33:static-route, 40:nis-domain, dnsmasq-dhcp: 3151116374 requested options: 41:nis-server, 42:ntp-server, 119:domain-search, dnsmasq-dhcp: 3151116374 requested options: 249, 252, 17:root-path dnsmasq-dhcp: 3151116374 bootfile name: /undionly.kpxe dnsmasq-dhcp: 3151116374 server name: 172.22.0.2 dnsmasq-dhcp: 3151116374 next server: 172.22.0.1 dnsmasq-dhcp: 3151116374 sent size: 1 option: 53 message-type 2 dnsmasq-dhcp: 3151116374 sent size: 4 option: 54 server-identifier 172.22.0.1 dnsmasq-dhcp: 3151116374 sent size: 4 option: 51 lease-time 1h dnsmasq-dhcp: 3151116374 sent size: 4 option: 58 T1 30m dnsmasq-dhcp: 3151116374 sent size: 4 option: 59 T2 52m30s dnsmasq-dhcp: 3151116374 sent size: 4 option: 1 netmask 255.255.255.0 dnsmasq-dhcp: 3151116374 sent size: 4 option: 28 broadcast 172.22.0.255 dnsmasq-dhcp: 3151116374 available DHCP range: 172.22.0.10 -- 172.22.0.100 dnsmasq-dhcp: 3151116374 DHCPREQUEST(ironicendpoint) 172.22.0.58 00:6c:68:83:35:33 dnsmasq-dhcp: 3151116374 tags: ironicendpoint dnsmasq-dhcp: 3151116374 DHCPACK(ironicendpoint) 172.22.0.58 00:6c:68:83:35:33 dnsmasq-dhcp: 3151116374 requested options: 1:netmask, 2:time-offset, 6:dns-server, 12:hostname, dnsmasq-dhcp: 3151116374 requested options: 15:domain-name, 26:mtu, 28:broadcast, 121:classless-static-route, dnsmasq-dhcp: 3151116374 requested options: 3:router, 33:static-route, 40:nis-domain, dnsmasq-dhcp: 3151116374 requested options: 41:nis-server, 42:ntp-server, 119:domain-search, dnsmasq-dhcp: 3151116374 requested options: 249, 252, 17:root-path dnsmasq-dhcp: 3151116374 bootfile name: /undionly.kpxe dnsmasq-dhcp: 3151116374 server name: 172.22.0.2 dnsmasq-dhcp: 3151116374 next server: 172.22.0.1 dnsmasq-dhcp: 3151116374 sent size: 1 option: 53 message-type 5 dnsmasq-dhcp: 3151116374 sent size: 4 option: 54 server-identifier 172.22.0.1 dnsmasq-dhcp: 3151116374 sent size: 4 option: 51 lease-time 1h dnsmasq-dhcp: 3151116374 sent size: 4 option: 58 T1 30m dnsmasq-dhcp: 3151116374 sent size: 4 option: 59 T2 52m30s dnsmasq-dhcp: 3151116374 sent size: 4 option: 1 netmask 255.255.255.0 dnsmasq-dhcp: 3151116374 sent size: 4 option: 28 broadcast 172.22.0.255 dnsmasq-dhcp: 2004310384 available DHCP range: 172.22.0.10 -- 172.22.0.100 dnsmasq-dhcp: 2004310384 DHCPREQUEST(ironicendpoint) 172.22.0.60 00:6c:68:83:35:35 dnsmasq-dhcp: 2004310384 tags: ironicendpoint dnsmasq-dhcp: 2004310384 DHCPACK(ironicendpoint) 172.22.0.60 00:6c:68:83:35:35 dnsmasq-dhcp: 2004310384 requested options: 1:netmask, 2:time-offset, 6:dns-server, 12:hostname, dnsmasq-dhcp: 2004310384 requested options: 15:domain-name, 26:mtu, 28:broadcast, 121:classless-static-route, dnsmasq-dhcp: 2004310384 requested options: 3:router, 33:static-route, 40:nis-domain, dnsmasq-dhcp: 2004310384 requested options: 41:nis-server, 42:ntp-server, 119:domain-search, dnsmasq-dhcp: 2004310384 requested options: 249, 252, 17:root-path dnsmasq-dhcp: 2004310384 bootfile name: /undionly.kpxe dnsmasq-dhcp: 2004310384 server name: 172.22.0.2 dnsmasq-dhcp: 2004310384 next server: 172.22.0.1 dnsmasq-dhcp: 2004310384 sent size: 1 option: 53 message-type 5 dnsmasq-dhcp: 2004310384 sent size: 4 option: 54 server-identifier 172.22.0.1 dnsmasq-dhcp: 2004310384 sent size: 4 option: 51 lease-time 1h dnsmasq-dhcp: 2004310384 sent size: 4 option: 58 T1 27m8s dnsmasq-dhcp: 2004310384 sent size: 4 option: 59 T2 49m38s dnsmasq-dhcp: 2004310384 sent size: 4 option: 1 netmask 255.255.255.0 dnsmasq-dhcp: 2004310384 sent size: 4 option: 28 broadcast 172.22.0.255 dnsmasq-dhcp: 4167265443 available DHCP range: 172.22.0.10 -- 172.22.0.100 dnsmasq-dhcp: 4167265443 DHCPREQUEST(ironicendpoint) 172.22.0.58 00:6c:68:83:35:33 dnsmasq-dhcp: 4167265443 tags: ironicendpoint dnsmasq-dhcp: 4167265443 DHCPACK(ironicendpoint) 172.22.0.58 00:6c:68:83:35:33 dnsmasq-dhcp: 4167265443 requested options: 1:netmask, 2:time-offset, 6:dns-server, 12:hostname, dnsmasq-dhcp: 4167265443 requested options: 15:domain-name, 26:mtu, 28:broadcast, 121:classless-static-route, dnsmasq-dhcp: 4167265443 requested options: 3:router, 33:static-route, 40:nis-domain, dnsmasq-dhcp: 4167265443 requested options: 41:nis-server, 42:ntp-server, 119:domain-search, dnsmasq-dhcp: 4167265443 requested options: 249, 252, 17:root-path dnsmasq-dhcp: 4167265443 bootfile name: /undionly.kpxe dnsmasq-dhcp: 4167265443 server name: 172.22.0.2 dnsmasq-dhcp: 4167265443 next server: 172.22.0.1 dnsmasq-dhcp: 4167265443 sent size: 1 option: 53 message-type 5 dnsmasq-dhcp: 4167265443 sent size: 4 option: 54 server-identifier 172.22.0.1 dnsmasq-dhcp: 4167265443 sent size: 4 option: 51 lease-time 1h dnsmasq-dhcp: 4167265443 sent size: 4 option: 58 T1 28m7s dnsmasq-dhcp: 4167265443 sent size: 4 option: 59 T2 50m37s dnsmasq-dhcp: 4167265443 sent size: 4 option: 1 netmask 255.255.255.0 dnsmasq-dhcp: 4167265443 sent size: 4 option: 28 broadcast 172.22.0.255 dnsmasq-dhcp: 1656863375 available DHCP range: 172.22.0.10 -- 172.22.0.100 dnsmasq-dhcp: 1656863375 DHCPREQUEST(ironicendpoint) 172.22.0.60 00:6c:68:83:35:35 dnsmasq-dhcp: 1656863375 tags: ironicendpoint dnsmasq-dhcp: 1656863375 DHCPACK(ironicendpoint) 172.22.0.60 00:6c:68:83:35:35 dnsmasq-dhcp: 1656863375 requested options: 1:netmask, 2:time-offset, 6:dns-server, 12:hostname, dnsmasq-dhcp: 1656863375 requested options: 15:domain-name, 26:mtu, 28:broadcast, 121:classless-static-route, dnsmasq-dhcp: 1656863375 requested options: 3:router, 33:static-route, 40:nis-domain, dnsmasq-dhcp: 1656863375 requested options: 41:nis-server, 42:ntp-server, 119:domain-search, dnsmasq-dhcp: 1656863375 requested options: 249, 252, 17:root-path dnsmasq-dhcp: 1656863375 bootfile name: /undionly.kpxe dnsmasq-dhcp: 1656863375 server name: 172.22.0.2 dnsmasq-dhcp: 1656863375 next server: 172.22.0.1 dnsmasq-dhcp: 1656863375 sent size: 1 option: 53 message-type 5 dnsmasq-dhcp: 1656863375 sent size: 4 option: 54 server-identifier 172.22.0.1 dnsmasq-dhcp: 1656863375 sent size: 4 option: 51 lease-time 1h dnsmasq-dhcp: 1656863375 sent size: 4 option: 58 T1 27m56s dnsmasq-dhcp: 1656863375 sent size: 4 option: 59 T2 50m26s dnsmasq-dhcp: 1656863375 sent size: 4 option: 1 netmask 255.255.255.0 dnsmasq-dhcp: 1656863375 sent size: 4 option: 28 broadcast 172.22.0.255