Skip to content

Commit

Permalink
Merge pull request #931 from stackhpc/antelope-upgrade-bugs
Browse files Browse the repository at this point in the history
Add notes on antelope Kayobe bugs
  • Loading branch information
markgoddard authored Feb 13, 2024
2 parents 81e33f1 + 7fd280f commit 422267a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions doc/source/operations/upgrading.rst
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,18 @@ Known issues
curl -X PUT http://<controller-ip>:9200/_cluster/settings -H 'Content-Type:application/json' -d '{"transient":{"cluster":{"routing":{"allocation":{"enable":"all"}}}}}'
* Docker log-opts are currently not configured in Antelope. You will see these
being removed when running a host configure in check+diff mode. See bug for
details (fix in progress):
https://bugs.launchpad.net/ansible-collection-kolla/+bug/2040105

* /etc/hosts are not templated correctly when running a host configure with
``--limit``. To work around this, run your host configures with
``--skip-tags etc-hosts``. If you do need to change ``/etc/hosts``, for
example with any newly-added hosts, run a full host configure afterward with
``--tags etc-hosts``. See bug for details (fix in progress):
https://bugs.launchpad.net/kayobe/+bug/2051714

Security baseline
=================

Expand Down

0 comments on commit 422267a

Please sign in to comment.