From 3543c9fbff4369c6721b7262cb5850ce53d21450 Mon Sep 17 00:00:00 2001 From: Matt Crees Date: Fri, 9 Feb 2024 16:02:07 +0000 Subject: [PATCH] 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. --- doc/source/operations/rocky-linux-9.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/operations/rocky-linux-9.rst b/doc/source/operations/rocky-linux-9.rst index 123534e59..5b13c2807 100644 --- a/doc/source/operations/rocky-linux-9.rst +++ b/doc/source/operations/rocky-linux-9.rst @@ -161,7 +161,7 @@ Elasticsearch/Kibana should be migrated to OpenSearch. - Read the `Kolla Ansible OpenSearch migration docs `__ - If necessary, take a backup of the Elasticsearch data. -- Ensure ``kolla_enable_elasticsearch`` is unset in ``etc/kayobe/kolla.yml`` +- Ensure ``kolla_enable_elasticsearch`` is set to false 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``