Closed bk201 closed 3 years ago
@guangyee can u guys please help to verify if this is fixed in the master-head.iso, thanks
I was impacted by this issue and now it's ok with the last master-head.iso.
/etc/resolt.conf
is filled with the good DNS information and I'm able to download the harvester ISO and the config file using the DNS name of my webserver.
Describe the bug The DNS servers offered by the DHCP server are not configured in the PXE boot installation time. If the Harvester configuration file is served from a server that needs name resolution, the installation will fail.
To Reproduce Steps to reproduce the behavior:
Expected behavior The DNS servers provided by the DHCP server should be configured in the
/etc/resolv.conf
file.Support bundle
Environment:
Additional context
/etc/sysconfig/network/ifcfg-eth0
to make interfaceeth0
default to DHCP mode and wicked brings upeth0
in a later stage. The DNS serves will be re-configured at that time. The file is removed in the PR.