Skip to content

Commit 422267a

Browse files
authored
Merge pull request #931 from stackhpc/antelope-upgrade-bugs
Add notes on antelope Kayobe bugs
2 parents 81e33f1 + 7fd280f commit 422267a

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
@@ -197,6 +197,18 @@ Known issues
197197
198198
curl -X PUT http://<controller-ip>:9200/_cluster/settings -H 'Content-Type:application/json' -d '{"transient":{"cluster":{"routing":{"allocation":{"enable":"all"}}}}}'
199199
200+
* Docker log-opts are currently not configured in Antelope. You will see these
201+
being removed when running a host configure in check+diff mode. See bug for
202+
details (fix in progress):
203+
https://bugs.launchpad.net/ansible-collection-kolla/+bug/2040105
204+
205+
* /etc/hosts are not templated correctly when running a host configure with
206+
``--limit``. To work around this, run your host configures with
207+
``--skip-tags etc-hosts``. If you do need to change ``/etc/hosts``, for
208+
example with any newly-added hosts, run a full host configure afterward with
209+
``--tags etc-hosts``. See bug for details (fix in progress):
210+
https://bugs.launchpad.net/kayobe/+bug/2051714
211+
200212
Security baseline
201213
=================
202214

0 commit comments

Comments
 (0)