Skip to content

docs: a couple of bits for the RL9 migration #764

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
Nov 9, 2023
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
3 changes: 3 additions & 0 deletions doc/source/operations/rocky-linux-9.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ suggestions:
* Check for unexpected ``ERROR`` or ``CRITICAL`` messages in Kibana/OpenSearch
Dashboard.
* Check Grafana dashboards.
* Disable Ansible fact caching for the duration of the migration, or remember
to clear hosts from the fact cache after they have been reprovisioned.

Migrate to OpenSearch
---------------------
Expand All @@ -108,6 +110,7 @@ Elasticsearch/Kibana should be migrated to OpenSearch.
docs <https://docs.openstack.org/kolla-ansible/yoga/reference/logging-and-monitoring/central-logging-guide-opensearch.html#migration>`__
- If necessary, take a backup of the Elasticsearch data.
- Ensure ``kolla_enable_elasticsearch`` is unset in ``etc/kayobe/kolla.yml``
- If you have a custom Kolla Ansible inventory, ensure that it contains the ``opensearch`` and ``opensearch-dashboards`` groups. Otherwise, sync with the inventory in Kayobe.
- Set ``kolla_enable_opensearch: true`` in ``etc/kayobe/kolla.yml``
- ``kayobe overcloud service configuration generate --node-config-dir '/tmp/ignore' --kolla-tags none``
- ``kayobe overcloud container image pull -kt opensearch``
Expand Down