
7 Feb
2024
7 Feb
'24
11:02 a.m.
Turns out the "when" condition in the blocks of /usr/share/ovirt-engine/ansible-runner-service-project/project/roles/ovirt-provider-ovn-driver/tasks/configure.yml was wrong. Changed it to the same as on ovirt-engine 4.5.4. Host deploy works on ovirt-engine 4.5.5 now . . . . when: - cluster_switch == "ovs" or (ovn_central is defined and ovn_central | ipaddr) . . . when: - ovn_central is defined - ovn_central | ipaddr