I am attempting to perform an oVirt self-hosted deployment but it is failing while waiting
for the VM to be up because the ovirtmgmt bridge is not being created.
I have attempted the install about 8 times now and it fails with the same error every
time. ovirtmgmt bridge is not created and it waits for VM to be up until it times out.
I am performing the oVirt deployment using the ansible collection ovirt.ovirt with role
hosted_engine_setup.
ansible-playbook engineDeploy.yml --extra-vars='@./engineconfig.json'
--extra-vars='@./enginePasswords.yml'
The strange thing is, I had previously successfully installed oVirt on this server using
the same engineDeploy.yml and same engineconfig.json and enginePasswords.yml. Nothing has
changed with the server or these files as far as I know.
Components:
Server HPE G10 DL360 - AlmaLinux 8.10
ovirt-ansible-collection.noarch 3.2.0-1.el8
ovirt-engine-appliance.x86_64 4.5-20231201120252.1.el8
I can post the entire engine.log if required but the only error I see in the engine is the
following:
UpdateNetworkCommand internal: false. Entities affected : ID:
00000000-0000-0000-0000-000000000009 Type: NetworkAction group
CONFIGURE_STORAGE_POOL_NETWORK with role type ADMIN
2025-05-06 16:47:08,958-04 WARN
[org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (default task-1)
[d80ddce4-535f-4e12-b3ab-1f59647b37be] EVENT_ID:
VNICS_OUT_OF_SYNC_ON_NETWORK_UPDATE(11,291), Update to network ovirtmgmt was not applied
to virtual network interfaces [<UNKNOWN>]. The actual configuration on the
interfaces may differ from the displayed one.
2025-05-06 16:47:08,981-04 INFO
[org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (default task-1)
[d80ddce4-535f-4e12-b3ab-1f59647b37be] EVENT_ID: NETWORK_UPDATE_NOTHING_TO_DO(11,143),
Start Network ovirtmgmt update on Data Center: Default; no hosts affected
2025-05-06 16:47:09,168-04 INFO
[org.ovirt.engine.core.bll.ConcurrentChildCommandsExecutionCallback]
(EE-ManagedScheduledExecutorService-engineScheduledThreadPool-Thread-3)
[d80ddce4-535f-4e12-b3ab-1f59647b37be] Command 'UpdateNetwork' id:
'e78f0c08-5b95-483a-afeb-d9b1a8f8c1b3' child commands '[]' executions were
completed, status 'SUCCEEDED'
2025-05-06 16:47:10,229-04 INFO
[org.ovirt.engine.core.bll.network.dc.UpdateNetworkCommand]
(EE-ManagedScheduledExecutorService-engineScheduledThreadPool-Thread-5)
[d80ddce4-535f-4e12-b3ab-1f59647b37be] Ending command
'org.ovirt.engine.core.bll.network.dc.UpdateNetworkCommand' successfully.
2025-05-06 16:47:10,267-04 INFO
[org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
(EE-ManagedScheduledExecutorService-engineScheduledThreadPool-Thread-5)
[d80ddce4-535f-4e12-b3ab-1f59647b37be] EVENT_ID: NETWORK_UPDATE_NETWORK(1,114), Finished
Network ovirtmgmt update on Data Center: Default
2025-05-06 16:47:16,181-04 INFO [org.ovirt.engine.core.sso.servlets.OAuthRevokeServlet]
(default task-1) [] User admin@ovirt@internalkeycloak-authz with profile [internalsso]
successfully logged out
2025-05-06 16:47:16,284-04 INFO
[org.ovirt.engine.core.bll.aaa.TerminateSessionsForTokenCommand] (default task-3)
[74b80a72] Running command: TerminateSessionsForTokenCommand internal: true.
2025-05-06 16:47:16,581-04 INFO [org.ovirt.engine.core.bll.hostdeploy.AddVdsCommand]
(default task-4) [0da5cf58-f89d-4587-ba9c-efb562a7a57e] No permission found for user
'467363ac-bd4d-48c7-9ca1-9b7e7d81470a' or one of the groups he is member of, when
running action 'AddVds', Required permissions are: Action type: 'ADMIN'
Action group: 'CREATE_HOST' Object type: 'Cluster' Object ID:
'9bdf3276-2aba-11f0-aebc-4c7e5dafee16'.
2025-05-06 16:47:16,581-04 WARN [org.ovirt.engine.core.bll.hostdeploy.AddVdsCommand]
(default task-4) [0da5cf58-f89d-4587-ba9c-efb562a7a57e] Validation of action
'AddVds' failed for user admin@ovirt@internalkeycloak-authz. Reasons:
VAR__ACTION__ADD,VAR__TYPE__HOST,$server
ac5conbtafsnatgw01.gw.beta.fsn.nadops.net,USER_NOT_AUTHORIZED_TO_PERFORM_ACTION
2025-05-06 16:47:16,592-04 ERROR
[org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (default task-4) []
Operation Failed: [User is not authorized to perform this action.]
Show replies by date