Skip to content

Commit ead45f8

Browse files
committed
docs: Address MattC's code review comments
1 parent ab0f150 commit ead45f8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ Elasticsearch/Kibana should be migrated to OpenSearch.
109109
- If necessary, take a backup of the Elasticsearch data.
110110
- Ensure ``kolla_enable_elasticsearch`` is unset in ``etc/kayobe/kolla.yml``
111111
- Set ``kolla_enable_opensearch: true`` in ``etc/kayobe/kolla.yml``
112+
- ``kayobe overcloud service configuration generate --node-config-dir '/tmp/ignore' --kolla-tags none``
113+
- ``kayobe overcloud container image pull -kt opensearch``
112114
- ``kayobe kolla ansible run opensearch-migration``
113115
- If old indices are detected, they may be removed by running ``kayobe kolla ansible run opensearch-migration -e prune_kibana_indices=true``
114116

@@ -200,9 +202,8 @@ Potential issues
200202
.. code-block:: yaml
201203
202204
mariabackup_image_full: "{{ docker_registry }}/stackhpc/rocky-source-mariadb-server:yoga-20230310T170929"
203-
- When using Octavia load balancers with the OVN provider and OVN DVR FIP is
204-
enabled, restarting Neutron causes load balancers with floating IPs to stop
205-
processing traffic. See `LP#2042938
205+
- When using Octavia load balancers, restarting Neutron causes load balancers
206+
with floating IPs to stop processing traffic. See `LP#2042938
206207
<https://bugs.launchpad.net/neutron/+bug/2042938>`__ for details. The issue
207208
may be worked around after Neutron has been restarted by detaching then
208209
reattaching the floating IP to the load balancer's virtual IP.

0 commit comments

Comments
 (0)