Skip to content

Commit 869e901

Browse files
authored
Merge pull request #767 from stackhpc/zed-ovn-disable-dvr
OVN: Disable distributed floating IPs by default
2 parents ff20676 + 5d2adab commit 869e901

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

etc/kayobe/kolla/globals.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,3 @@ prometheus_ceph_mgr_exporter_endpoints:
4848

4949
# Use inventory hostnames as labels
5050
prometheus_instance_label: "{% raw %}{{ ansible_facts.hostname }}{% endraw %}"
51-
52-
#############################################################################
53-
54-
neutron_ovn_distributed_fip: true
Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
---
22
upgrade:
33
- |
4-
Enabled ML2/OVN by default as checks preventing accidental migration
5-
from ML2/OVS were added in kolla-ansible. If you are using a Neutron
6-
plugin other than ML2/OVN, set `kolla_enable_ovn` to `false`.
7-
OVN distributed FIP is also enabled, to disable it set
8-
`neutron_ovn_distributed_fip` to `false` in `etc/kayobe/kolla/globals.yml`.
4+
Enabled ML2/OVN by default. Checks preventing accidental migration
5+
from ML2/OVS were added in Kolla Ansible. If you are using a Neutron
6+
plugin other than ML2/OVN, set ``kolla_enable_ovn`` to ``false``.
7+
8+
OVN distributed FIP is disabled, to enable it set
9+
``neutron_ovn_distributed_fip`` to ``true`` in
10+
``etc/kayobe/kolla/globals.yml``.

0 commit comments

Comments
 (0)