[ovirt-users] Re: Cluster upgrade with ansible only upgrades one host then stops

2019-01-25 Thread Greg Sheremeta
+Ondra Machacek can you assist? On Fri, Jan 25, 2019 at 2:33 PM Jayme wrote: > I have a three node HCI setup, running 4.2.7 and want to upgrade to > 4.2.8. When I use ansible to perform the host updates for some reason it > fully updates one host then stops without error, it does not continue

[ovirt-users] Re: Cluster upgrade with ansible only upgrades one host then stops

2019-01-25 Thread Jayme
Also, here is my upgrade.yml playbook: --- - name: oVirt Cluster Upgrade hosts: localhost connection: local gather_facts: false vars_files: - engine_vars.yml - passwords.yml roles: - oVirt.cluster-upgrade and hosts file: [host_names] host0 host1 host2 Prior to running