openstack-ansible-os_neutron/tasks/providers
Danila Balagansky d35c27bf71 Configure OVN NB and SB DB Connection probes
Allow configuration of `inactivity_probe` in Connection table in NB and
SB for new installations.

Issues, which successfully resolve by using this as a workaround:
1. https://www.mail-archive.com/ovs-discuss@openvswitch.org/msg07431.html
2. https://bugs.launchpad.net/kolla-ansible/+bug/1917484

According to the OVN ML, specifically this part [1], there is no other
way to set `inactivity_probe` other than using Connection table. And the
only valid option for it would be `0.0.0.0`, so that it could be applied
to all connections.

`ovn-ctl` forces `ovsdb-server` to look for addresses to listen on in
Connection table with `db-nb-use-remote-in-db` and
`db-sb-use-remote-in-db` options which are enabled by default.

If `db-nb-create-insecure-remote` and `db-sb-create-insecure-remote` are
set to `yes` (when `neutron_ovn_ssl` is `False`), this would result in
flooding OVN logs with `Address already in use` errors.

So we will rely on default value `no` for them from now on and only
listen on and with whatever options are provided in Connection tables.

[1] https://www.mail-archive.com/ovs-discuss@openvswitch.org/msg07476.html

Change-Id: If87cf7cfa1788d68c9a4013d7f4877692f2bb11c
2023-07-12 13:24:18 +03:00
..
dvr_config.yml Apply provider-configuration for 'ml2.ovs.dvr' also 2018-11-20 10:04:27 +01:00
opendaylight_config.yml Update role for new source build process 2019-03-27 17:18:18 +00:00
ovn_cluster_setup.yml Configure OVN NB and SB DB Connection probes 2023-07-12 13:24:18 +03:00
ovn_config.yml Drop OVN package installation from ovn_config 2023-05-22 17:18:01 +00:00
ovs_config.yml Convert include to include_tasks 2022-09-03 21:12:28 -05:00
setup_ovs_dpdk.yml Add Support for DPDK Bonding 2021-12-18 18:36:56 +00:00
setup_ovs_opendaylight.yml Fix linter errors 2020-10-05 08:44:26 +01:00
setup_ovs_ovn.yml Separate OVN gateway functions from ovn-controllers 2022-12-06 17:10:57 +00:00