Skip to content

Commit

Permalink
Merge pull request #1269 from stackhpc/caracal-multinode-fixes
Browse files Browse the repository at this point in the history
Fix Multinode Neutron DNS domain
  • Loading branch information
markgoddard authored Sep 10, 2024
2 parents 0fb3cbc + 2628b16 commit 904352d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
13 changes: 13 additions & 0 deletions doc/source/operations/upgrading-openstack.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,19 @@ have been renamed to ``_9998-kolla-settings.py`` and
configuration must change the names of those files in
``etc/kolla/config/horizon`` as well.

Neutron DNS Domain
------------------
When Designate is enabled and the default Neutron DNS integration has not been
disabled, ``neutron_dns_domain`` must be configured manually in
``kolla/globals.yml``.

The ``neutron_dns_domain`` must end with a period ``.`` e.g. ``example.com.``.
The domain set should be something that is not use anywhere else such as
``internal.compute.example.com.``

The Neuron DNS integration can be disabled by setting
``neutron_dns_integration: false`` in ``kolla/globals.yml``

Known issues
============

Expand Down
2 changes: 2 additions & 0 deletions etc/kayobe/environments/ci-multinode/kolla/globals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ nova_backend_ceph: "yes"
neutron_bridge_name: "{{ vxlan_interfaces[0].device }}-ovs"
neutron_external_interface: "{{ vxlan_interfaces[0].device }}"

neutron_dns_domain: "{{ root_domain }}."

# OpenSearch memory tuning
opensearch_heap_size: 1g

Expand Down

0 comments on commit 904352d

Please sign in to comment.