File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,8 @@ Elasticsearch/Kibana should be migrated to OpenSearch.
109
109
- If necessary, take a backup of the Elasticsearch data.
110
110
- Ensure ``kolla_enable_elasticsearch `` is unset in ``etc/kayobe/kolla.yml ``
111
111
- 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 ``
112
114
- ``kayobe kolla ansible run opensearch-migration ``
113
115
- If old indices are detected, they may be removed by running ``kayobe kolla ansible run opensearch-migration -e prune_kibana_indices=true ``
114
116
@@ -200,9 +202,8 @@ Potential issues
200
202
.. code-block :: yaml
201
203
202
204
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
206
207
<https://bugs.launchpad.net/neutron/+bug/2042938> `__ for details. The issue
207
208
may be worked around after Neutron has been restarted by detaching then
208
209
reattaching the floating IP to the load balancer's virtual IP.
You can’t perform that action at this time.
0 commit comments