Files
neutron/releasenotes/notes/add-dns_records_ovn_owned-config-120ef08d5cf659f2.yaml
yatinkarel cde5580bf1 [OVN] Add option to allow configuring dns ovn-owned
Added a configuration option '[ovn]dns_records_ovn_owned' to
allow setting 'ovn-owned' DNS option added as part of [1].
The Default is False so no change in the current behavior.

If this option is set to True for OVN version 24.03 and above,
DNS records will be treated local to the OVN controller and it
will respond to the queries for the records and record types
known to it else it will forward them to the configured
DNS Server(s).

Also added a maintenance task to update the option in
all the DNS records as per the config option with neutron
restart.

[1] https://github.com/ovn-org/ovn/commit/1622526ff

Depends-On: https://review.opendev.org/c/openstack/requirements/+/942797
Depends-On: https://review.opendev.org/c/openstack/ovsdbapp/+/942367
Related-Issue: https://issues.redhat.com/browse/OSPRH-10758
Related-Bug: #2059405
Change-Id: Ia645e8539753c03eb6ead9a868ba5bf194e9a724
2025-03-03 19:45:31 +05:30

13 lines
550 B
YAML

---
features:
- |
For OVN version 24.03 and above you can now configure DNS records to be
local to OVN by setting the new configuration option
``[ovn]dns_records_ovn_owned``.
If this option is set to True, DNS records will be treated local to the OVN
controller and it will respond to the queries for the records and record
types known to it, else it will forward them to the configured DNS server(s).
For more information, see bug
`2059405 <https://bugs.launchpad.net/neutron/+bug/2059405>`_.
Default is False.