File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
etc/kayobe/environments/ci-multinode/kolla Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,19 @@ have been renamed to ``_9998-kolla-settings.py`` and
100100configuration 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+
103116Known issues
104117============
105118
Original file line number Diff line number Diff line change @@ -42,6 +42,8 @@ nova_backend_ceph: "yes"
4242neutron_bridge_name : " {{ vxlan_interfaces[0].device }}-ovs"
4343neutron_external_interface : " {{ vxlan_interfaces[0].device }}"
4444
45+ neutron_dns_domain : " {{ root_domain }}."
46+
4547# OpenSearch memory tuning
4648opensearch_heap_size : 1g
4749
You can’t perform that action at this time.
0 commit comments