I am stuck with OVirt 1.1 Setup on Centos 7
Ovirt want a hostname that is fully qualified and throwing error on webpage The client is not authorized to request an authorization. It's required to access the system using FQDN.
#/etc/hosts
127.0.0.1 localhost.localdomain.I Put localhost.localdomain. in ovirt setup configuration
Here is My network Architecute
ISP -------------------> Modem (WAN IP) --------------> Ovirt Machine
Carrier Grade Nat 10.0.2.243 / 192.168.1.1 192.168.1.3I need to learn Ovirt Virtualization on local network.
My Question is, Can i setup fqdn on local network to make this work ?
01 Answer
According to this mailing list, it looks as though you need the actual IP of the host, not 127.0.0.1. and to make the hostname the same as your engine e.g.
192.168.1.3 server.namePlease note that these are just examples and you will need to match these entries with your own real-world configuration.
That said, according to the current oVirt Quickstart Guide, the default FQDN is "server.name" if none is specified.
You may apparently also need to adjust your SELinux config under /etc/selinux/config with
selinux=permissive. If you do change the SELinux config, you'll need to reboot for the new config to actually take effect.
There are also apparently general instructions on changing the engine host name as well as an engine rename tool (used in the final step of the previous link).
5