File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -294,7 +294,8 @@ RabbitMQ 4.1
294
294
295
295
.. warning ::
296
296
297
- RabbitMQ queue migration and upgrade must be done in Caracal environment.
297
+ The RabbitMQ queue migration and upgrade must be completed before upgrading
298
+ the environment to Epoxy.
298
299
299
300
StackHPC Kayobe Config sets RabbitMQ 4.1 as the default for the Epoxy release.
300
301
Existing transient queues must be migrated to durable queues with Queue Manager
@@ -316,7 +317,8 @@ Queue Migration
316
317
for instructions.
317
318
318
319
Set the following variables in your kolla globals file (i.e.
319
- $KAYOBE_CONFIG_PATH/kolla/globals.yml or $KAYOBE_CONFIG_PATH/environments/$KAYOBE_ENVIRONMENT/kolla/globals.yml):
320
+ ``$KAYOBE_CONFIG_PATH/kolla/globals.yml `` or
321
+ ``$KAYOBE_CONFIG_PATH/environments/$KAYOBE_ENVIRONMENT/kolla/globals.yml ``):
320
322
321
323
.. code-block :: yaml
322
324
@@ -334,7 +336,7 @@ Then execute the migration script:
334
336
RabbitMQ Upgrade
335
337
~~~~~~~~~~~~~~~~
336
338
337
- After queue migration is finished, upgrade RabbitMQ to 4.1.
339
+ After the queue migration is finished, upgrade RabbitMQ to 4.1.
338
340
339
341
1. Sync and publish latest Kolla container images to ensure local pulp has RabbitMQ 4.1 image.
340
342
(This can be skipped if local pulp is not used.)
You can’t perform that action at this time.
0 commit comments