hi everyone, thanks for ur help.
i tried what itforums suggested, but nothing worked.
cleaned the log, make a new run, i have found what u say david, "otopi_net_host" but i cant find something that helps me to fix it. i have attached the logs if u can help with this, will be greatly appreciated.
In your ovirt-hosted-engine-setup-20220802093048-j34sz6.log.txt, there is this error:
2022-08-02 09:31:17,677-0300 DEBUG otopi.context context._executeMethod:145 method exception
Traceback (most recent call last):
File "/usr/share/ovirt-hosted-engine-setup/scripts/../plugins/gr-he-common/network/bridge.py", line 156, in _customization
'otopi_host_net'
KeyError: 'otopi_host_net'
And indeed, you can't find 'otopi_host_net' in ovirt-hosted-engine-setup-ansible-get_network_interfaces-20220802093113-agfg7e.log.txt. In fact, the last tasks there are 'Collect Team devices', then 'Filter team devices', then 'Fail if only team devices are available', and that's it - which is very weird, as these are in filter_team_devices.yml, which is imported in the middle of 001_validate_network_interfaces.yml - right after that, it imports filter_unsupported_vlan_devices.yml, but nothing from there is in the log. The next task you should have seen is 'Search VLAN devices', as I can see in my own log (for example).
Please check:
- rpm -q rpm -q ovirt-ansible-collection
- rpm -V ovirt-ansible-collection
- Perhaps some more logs, such as /var/log/messages, journalctl, etc., that might include relevant errors from ansible. Weird.
if u run the deploy from cockpit, no logs are created but if i do it from cli, the logs are created.
The cockpit deployment is deprecated. Not sure we ever announced this officially for oVirt.
We did remove the cockpit-based installation guide from the documentation section on the website.
It had too many problems and quite little use.
So please use the CLI. Thanks.