I am currently testing oVirt to see if it match with my needs. Only at the installation and initialization step, I'm blocked by DNS resolution from the Web GUI when I fill in "engine VM FQDN" by ovirt-engine.example.com and "FQDN host" by engine-host.example .com. Despite these declared domains I still have the error "The address proposed for this host does not resolves locally" I specify that my "/etc/hosts" is like this:
- ::1 localhost localhost.localdomain localhost6
localhost6.localdomain6 - 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
- 127.0.0.1 ovirt-engine.example.com
- 127.0.0.1 engine-host.example.com
And I'm on Centos 8. And DNS resolution when pinging, works fine. Why is it not working ?