On Wed, Aug 25, 2021 at 2:18 PM Gianluca Cecchi <gianluca.cecchi@gmail.com> wrote:
[snip]
I selected to pause an d I arrived here with local vm engine completing its setup:

 INFO  ] TASK [ovirt.ovirt.hosted_engine_setup : Add host]
[ INFO  ] changed: [localhost]
[ INFO  ] TASK [ovirt.ovirt.hosted_engine_setup : Include after_add_host tasks files]
[ INFO  ] You can now connect to https://novirt2.localdomain.local:6900/ovirt-engine/ and check the status of this host and eventually remediate it, please continue only when the host is listed as 'up'
[ INFO  ] TASK [ovirt.ovirt.hosted_engine_setup : include_tasks]
[ INFO  ] ok: [localhost]
[ INFO  ] TASK [ovirt.ovirt.hosted_engine_setup : Create temporary lock file]
[ INFO  ] changed: [localhost]
[ INFO  ] TASK [ovirt.ovirt.hosted_engine_setup : Pause execution until /tmp/ansible.4_o6a2wo_he_setup_lock is removed, delete it once ready to proceed]

I see that only the still 4.3.10 host results up while novirt2 is not resp[onsive

 
It is not clear the sense of the phrase above "check the status of this host and eventually remediate it, please continue only when the host is listed as 'up'"...
Does it refer to the novirt2 host (that is the first I'm installing while nnovirt1 is still in 4.3.10 with a VM running), or novirt1?

Because if I go to the engine vm under /var/log/ovirt-engine I see:

 [root@novmgr ovirt-engine]# cd host-deploy/
[root@novmgr host-deploy]# ll
total 348
-rw-r--r--. 1 ovirt ovirt 354888 Aug 25 09:41 ovirt-host-mgmt-ansible-check-20210825094043-novirt1.localdomain.local.log
[root@novmgr host-deploy]#

So there is only the log file related to the deploy of novirt1 (that I see as up....) no log for novirt2.

Gianluca