Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions etc/kayobe/kolla/globals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,3 @@ prometheus_ceph_mgr_exporter_endpoints:

# Use inventory hostnames as labels
prometheus_instance_label: "{% raw %}{{ ansible_facts.hostname }}{% endraw %}"

#############################################################################

neutron_ovn_distributed_fip: true
12 changes: 7 additions & 5 deletions releasenotes/notes/enable_ovn-b84974f398242dcb.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
---
upgrade:
- |
Enabled ML2/OVN by default as checks preventing accidental migration
from ML2/OVS were added in kolla-ansible. If you are using a Neutron
plugin other than ML2/OVN, set `kolla_enable_ovn` to `false`.
OVN distributed FIP is also enabled, to disable it set
`neutron_ovn_distributed_fip` to `false` in `etc/kayobe/kolla/globals.yml`.
Enabled ML2/OVN by default. Checks preventing accidental migration
from ML2/OVS were added in Kolla Ansible. If you are using a Neutron
plugin other than ML2/OVN, set ``kolla_enable_ovn`` to ``false``.

OVN distributed FIP is disabled, to enable it set
``neutron_ovn_distributed_fip`` to ``true`` in
``etc/kayobe/kolla/globals.yml``.