Skip to content

Add notes on antelope Kayobe bugs #931

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions doc/source/operations/upgrading.rst
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,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