Skip to content

Commit 7fd280f

Browse files
committed
Add notes on antelope Kayobe bugs
1 parent 05d32d4 commit 7fd280f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

doc/source/operations/upgrading.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,18 @@ Known issues
149149
150150
curl -X PUT http://<controller-ip>:9200/_cluster/settings -H 'Content-Type:application/json' -d '{"transient":{"cluster":{"routing":{"allocation":{"enable":"all"}}}}}'
151151
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+
152164
Security baseline
153165
=================
154166

0 commit comments

Comments
 (0)