Skip to content

Commit 3543c9f

Browse files
committed
Correct OpenSearch migration instructions
Because we set ``kolla_enable_central_logging: true``, ``kolla_enable_elsticsearch`` is also set to true, as per the Kayobe defaults: ``` kolla_enable_elasticsearch: "{{ not kolla_base_distro == 'rocky' and (kolla_enable_central_logging | bool or kolla_enable_osprofiler | bool or kolla_enable_skydive | bool or kolla_enable_monasca | bool) }}" ``` Update the instructions to disbale Elasticsearch explicitly.
1 parent 699bced commit 3543c9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/operations/rocky-linux-9.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Elasticsearch/Kibana should be migrated to OpenSearch.
161161
- Read the `Kolla Ansible OpenSearch migration
162162
docs <https://docs.openstack.org/kolla-ansible/yoga/reference/logging-and-monitoring/central-logging-guide-opensearch.html#migration>`__
163163
- If necessary, take a backup of the Elasticsearch data.
164-
- Ensure ``kolla_enable_elasticsearch`` is unset in ``etc/kayobe/kolla.yml``
164+
- Ensure ``kolla_enable_elasticsearch`` is set to false in ``etc/kayobe/kolla.yml``
165165
- 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.
166166
- Set ``kolla_enable_opensearch: true`` in ``etc/kayobe/kolla.yml``
167167
- ``kayobe overcloud service configuration generate --node-config-dir '/tmp/ignore' --kolla-tags none``

0 commit comments

Comments
 (0)