oVirt 4.5: Ansible Self-hosted deployment never created ovirtmgmt bridge

Hello Everyone, I am attempting to install a oVirt Self-hosted engine deployment on a HPE G10 DL360 Server. I am running into a strange issue where the ovirtmgmt bridge is not being created successfully, I have attempted to install around 8 times now and it always gets stuck at the same point: 1. oVirt deploy attempts to create the ovirtmgmt bridge. 2. ovirtmgmt bridge is not created. 3. Deployment fails while waiting for VM to be up. I am attempting the deployment using the ovirt.ovirt collection and the hosted_engine_setup role where the host is set to localhost. The strange thing is I have used this same ansible script and it's accompanying configurations to install oVirt Successfully on this server previously but it is failing after I have performed a cleanup and attempted a reinstallation. Components: 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 I see the following error that might be relevant 2025-05-06 16:47:08,922-04 INFO [org.ovirt.engine.core.bll.network.dc.UpdateNetworkCommand] (default task-1) [d80ddce4-535f-4e12-b3ab-1f59647b37be] Running command: 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.] 2025-05-06 16:47:19,307-04 INFO [org.ovirt.engine.core.sso.service.ExternalOIDCService] (default task-4) [] User admin@ovirt@internalkeycloak-authz with profile [internalsso] successfully logged into external OP with scopes: ovirt Any help diagnosing this issue would be appreciated. My assumption is that VNICS_OUT_OF_SYNC_ON_NETWORK_UPDATE is what is causing the issue but I'm not sure how to get the networks in sync since everything is being done via the internal ovirt ansible collection. Thanks!
participants (1)
-
Pham, Alex