I have a full installation of ovirt hosted-engine but it always stop telling:
[ ERROR ] fatal: [localhost -> 192.168.222.15]: FAILED! => {"attempts":
30, "changed": false, "connection": "close",
"content_encoding": "identity", "content_length":
"86", "content_type": "text/html; charset=UTF-8",
"date": "Sat, 30 Apr 2022 06:56:58 GMT", "elapsed": 0,
"msg": "Status code was 500 and not [200]: HTTP Error 500: Internal Server
Error", "redirected": false, "server": "Apache/2.4.37
(centos) OpenSSL/1.1.1k mod_auth_gssapi/1.6.1", "status": 500,
"url": "http://localhost/ovirt-engine/services/health"}
and it's true, I can access the engine via the temporary address (192.168.1.69 or
192.168.222.69) and issuing a curl:
[root@ovirt-engine ~]# curl
http://localhost/ovirt-engine/services/health
<html><head><title>Error</title></head><body>500 -
Internal Server Error</body></html>[root@ovirt-engine ~]#
it give back an Internal server error.
I can not deploy how it's possible to fix?
currently the engine is running.. should I try something from inside the engine?
Thank you