kolla-ansible/ansible/roles/ovn-db/tasks/deploy.yml
Michal Nasiadka b32d456ea2 ovn: Change NB/SB connection setup to allow usage of inactivity probe
We have been using --db-nb-create-insecure-remote=yes - that results
a TCP method is set by ovn-ctl script to run ovsdb-server.

Downside is - we can't configure inactivity probe on that connection.

Closes-Bug: #1917484
Change-Id: I550aa4fe92aadea2a49ca5aff49c0183609b9470
2022-11-30 11:01:22 +00:00

13 lines
254 B
YAML

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