Hi guys.
I've barely started, trying to deploy my first oVirt and I get:
...
Please indicate the gateway IP address [10.3.1.254]:
[ INFO ] Checking available network interfaces:
[ ERROR ] b'[WARNING]: Skipping plugin
(/usr/share/ovirt-hosted-engine-\n'
[ ERROR ]
b'setup/he_ansible/callback_plugins/2_ovirt_logger.py),
cannot load: cannot\n'
[ ERROR ] b"import name 'Callable' from 'collections'\n"
[ ERROR ] b'(/usr/lib64/python3.11/collections/__init__.py)\n'
[ ERROR ] b"ERROR! Unexpected Exception, this is probably a
bug: cannot import name 'Callable' from 'collections'
(/usr/lib64/python3.11/collections/__init__.py)\n"
[ ERROR ] Failed to execute stage 'Environment
customization': Failed executing ansible-playbook
[ INFO ] Stage: Clean up
[ INFO ] Cleaning temporary resources
[ ERROR ] b'[WARNING]: Skipping plugin
(/usr/share/ovirt-hosted-engine-\n'
[ ERROR ]
b'setup/he_ansible/callback_plugins/2_ovirt_logger.py),
cannot load: cannot\n'
[ ERROR ] b"import name 'Callable' from 'collections'\n"
[ ERROR ] b'(/usr/lib64/python3.11/collections/__init__.py)\n'
[ ERROR ] b"ERROR! Unexpected Exception, this is probably a
bug: cannot import name 'Callable' from 'collections'
(/usr/lib64/python3.11/collections/__init__.py)\n"
[ ERROR ] Failed to execute stage 'Clean up': Failed
executing ansible-playbook
[ INFO ] Generating answer file
'/var/lib/ovirt-hosted-engine-setup/answers/answers-20230509193552.conf'
[ INFO ] Stage: Pre-termination
[ INFO ] Stage: Termination
[ ERROR ] Hosted Engine deployment failed
Log file is located at
/var/log/ovirt-hosted-engine-setup/ovirt-hosted-engine-setup-20230509193544-s72umf.log
centos 9 stream with
ovirt-engine-setup-base-4.5.3.1-1.el9.noarch
Any & every suggestion on what is braking here and how to
troubleshoot/fix it are much appreciated.
thanks, L.
Show replies by date
# vi /usr/share/ovirt-hosted-engine-setup/he_ansible/callback_plugins/2_ovirt_logger.py
Needs to replace "collections" -> "collections.abc"