Skip to content

Commit 904352d

Browse files
authored
Merge pull request #1269 from stackhpc/caracal-multinode-fixes
Fix Multinode Neutron DNS domain
2 parents 0fb3cbc + 2628b16 commit 904352d

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

doc/source/operations/upgrading-openstack.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,19 @@ have been renamed to ``_9998-kolla-settings.py`` and
100100
configuration must change the names of those files in
101101
``etc/kolla/config/horizon`` as well.
102102

103+
Neutron DNS Domain
104+
------------------
105+
When Designate is enabled and the default Neutron DNS integration has not been
106+
disabled, ``neutron_dns_domain`` must be configured manually in
107+
``kolla/globals.yml``.
108+
109+
The ``neutron_dns_domain`` must end with a period ``.`` e.g. ``example.com.``.
110+
The domain set should be something that is not use anywhere else such as
111+
``internal.compute.example.com.``
112+
113+
The Neuron DNS integration can be disabled by setting
114+
``neutron_dns_integration: false`` in ``kolla/globals.yml``
115+
103116
Known issues
104117
============
105118

etc/kayobe/environments/ci-multinode/kolla/globals.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ nova_backend_ceph: "yes"
4242
neutron_bridge_name: "{{ vxlan_interfaces[0].device }}-ovs"
4343
neutron_external_interface: "{{ vxlan_interfaces[0].device }}"
4444

45+
neutron_dns_domain: "{{ root_domain }}."
46+
4547
# OpenSearch memory tuning
4648
opensearch_heap_size: 1g
4749

0 commit comments

Comments
 (0)