File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -149,6 +149,18 @@ Known issues
149
149
150
150
curl -X PUT http://<controller-ip>:9200/_cluster/settings -H 'Content-Type:application/json' -d '{"transient":{"cluster":{"routing":{"allocation":{"enable":"all"}}}}}'
151
151
152
+ * Docker log-opts are currently not configured in Antelope. You will see these
153
+ being removed when running a host configure in check+diff mode. See bug for
154
+ details (fix in progress):
155
+ https://bugs.launchpad.net/ansible-collection-kolla/+bug/2040105
156
+
157
+ * /etc/hosts are not templated correctly when running a host configure with
158
+ ``--limit ``. To work around this, run your host configures with
159
+ ``--skip-tags etc-hosts ``. If you do need to change ``/etc/hosts ``, for
160
+ example with any newly-added hosts, run a full host configure afterward with
161
+ ``--tags etc-hosts ``. See bug for details (fix in progress):
162
+ https://bugs.launchpad.net/kayobe/+bug/2051714
163
+
152
164
Security baseline
153
165
=================
154
166
You can’t perform that action at this time.
0 commit comments