commit | 179bf0d8b0d2ee41415be4da634e9c3019770cbe | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Fri Feb 17 23:03:23 2023 +0000 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Fri Feb 17 23:03:23 2023 +0000 |
tree | e08b972df0e2446bd39101084d6ca8c80b82b82c | |
parent | f641f86ace30791cc06c3eca602bd9bc605808c0 [diff] [blame] |
fix: add asseriton for ovs upgrade
diff --git a/playbooks/openstack.yml b/playbooks/openstack.yml index db8eda5..25a7913 100644 --- a/playbooks/openstack.yml +++ b/playbooks/openstack.yml
@@ -102,10 +102,18 @@ tags: - placement +- name: Deploy Open vSwitch + hosts: controllers:computes + become: true + gather_facts: false + roles: - role: openvswitch tags: - openvswitch +- hosts: controllers[0] + become: true + roles: - role: libvirt tags: - libvirt