kolla-ansible/ansible/roles/ovn/tasks/deploy.yml
Michal Nasiadka 3c3191692f OVN: Make OVS db entries idempotent
Co-Authored-By: Bartosz Bezak <bartosz@stackhpc.com>

Depends-On: https://review.opendev.org/c/openstack/kolla/+/782906

Change-Id: I73cd776772a45c9ffcb045f4d0eff8f4bdc997f1
2021-03-25 19:52:23 +00:00

11 lines
202 B
YAML

---
- import_tasks: config.yml
- import_tasks: check-containers.yml
- import_tasks: bootstrap.yml
when: inventory_hostname in groups['ovn-controller']
- name: Flush handlers
meta: flush_handlers