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
100
100
configuration must change the names of those files in
101
101
``etc/kolla/config/horizon `` as well.
102
102
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
+
103
116
Known issues
104
117
============
105
118
Original file line number Diff line number Diff line change @@ -42,6 +42,8 @@ nova_backend_ceph: "yes"
42
42
neutron_bridge_name : " {{ vxlan_interfaces[0].device }}-ovs"
43
43
neutron_external_interface : " {{ vxlan_interfaces[0].device }}"
44
44
45
+ neutron_dns_domain : " {{ root_domain }}."
46
+
45
47
# OpenSearch memory tuning
46
48
opensearch_heap_size : 1g
47
49
You can’t perform that action at this time.
0 commit comments