Files
openstack-ansible/releasenotes/notes/rabbitmq_repo_deb822-b47ef07ff462193f.yaml
Dmitriy Rabotyagov aecaefa159 Freeze roles for 30.0.0.0b1 release
As we've passed a coordinated release date and roadmap looks clean
enough in terms of anticipated changes, we should be able to make a
beta release this time around.

Change-Id: I65c41144a545d53198e3f5e9fa16113c051fd91c
2024-10-18 08:12:50 +00:00

17 lines
771 B
YAML

---
features:
- |
The apt repository setup for the rabbitmq_server role is migrated to use
the deb822_repository ansible module rather than the legacy apt_key and
apt_repository modules. The format of the `rabbitmq_repo` and
`rabbitmq_erlang_repo` ole default variables are changed to match the
requirements of the new module, and are now lists allowing multiple
repositories to be configured if required.
upgrade:
- |
The configuration of apt repositories for the rabbitmq_server role through
the `rabbitmq_repo` variable is changed to match the deb822_repository
ansible module. Any deployments that customise the repository
configuration should adjust their `rabbitmq_repo` and `rabbitmq_erlang_repo`
overrides to suit.