-
Notifications
You must be signed in to change notification settings - Fork 23
Add docs for upgrading to Caracal #1250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
fc7f9d6
to
efd8fb0
Compare
efd8fb0
to
f4e0b3a
Compare
Co-authored-by: Matt Crees <[email protected]>
@@ -35,6 +35,64 @@ Notable changes in the |current_release| Release | |||
There are many changes in the OpenStack |current_release| release described in | |||
the release notes for each project. Here are some notable ones. | |||
|
|||
RabbitMQ SLURP upgrade |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This feels like it's in the wrong section (Notable changes in the |current_release| Release)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps it should go into prerequisites?
cd $KOLLA_SOURCE_PATH | ||
git fetch && git pull | ||
$KOLLA_VENV_PATH/bin/pip install . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
kayobe control host bootstrap
?
2. The RabbitMQ container image tag must be equal to or newer than | ||
``20240823T101942``. Check the timestamps in | ||
``etc/kayobe/kolla-image-tags.yml``. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it make sense to do this after updating to latest antelope? (L212) Then this would always be true.
kayobe kolla ansibe run "rabbitmq-upgrade 3.12" | ||
kayobe kolla ansibe run "rabbitmq-upgrade 3.13" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/ansibe/ansible/g
Designate sink is optional designate service which listens for event | ||
Notifications, primarily from Nova and Neutron. It is disabled by default (when | ||
designate is enabled) in Caracal. It is not required for Designate to function. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Designate sink is an optional Designate service which listens for event
notifications, primarily from Nova and Neutron. It is disabled by default (when
designate is enabled) in Caracal. It is not required for Designate to function.
|
||
If you are using Designate and do not make this change, the Antelope | ||
``designate-sink`` container will remain on the controllers after the upgrade. | ||
It must be removed manually. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kolla-ansible so lazy :D
No description provided.