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 
_______________________________________________
Users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/[email protected]/message/B7YSDJUGCNFJMYR3OJCGLYDZ3FKXQHXD/

Reply via email to