Parth,
I am able to successfully install using the UI, however I am trying to automate the
installation process using ansible for a hyperconverged setup. The install works but just
have that issue where the last 2 of 3 servers are not being joined by the engine and in
the ansible output that is what I see:
https://ovirt-engine2.example.com/ovirt-engine/services/pki-resource?reso...
So then I try to do it manually after the Engine was online using host1 but they are not
capable of hosting the engine (the crown icon is not shown as it does on host1).
I logged in to each of the hosts and see the follwing:
[root@host1 ~]# vdsm-client Host getCapabilities | grep hostedEngineDeployed
"hostedEngineDeployed": true,
[root@host2 ~]# vdsm-client Host getCapabilities | grep hostedEngineDeployed
"hostedEngineDeployed": true,
[root@host3 ~]# vdsm-client Host getCapabilities | grep hostedEngineDeployed
"hostedEngineDeployed": true,
but if I right click the Hosted Engine VM on the UI and click on migrate "Destination
Host" entry indicates "No available host to migrate VMs to"
Gluster setup worked ok using ansible playbooks by following:
https://access.redhat.com/documentation/en-us/red_hat_hyperconverged_infr...
Thoughts?