37c9bc026e
This unifies the way of rabbitmq installation across all distros. Also includes reno for deprecation of file installation method. Change-Id: Idcf2d298e2808ef7b1a2160fc94cd6c1b5929182
14 lines
452 B
YAML
14 lines
452 B
YAML
---
|
|
deprecations:
|
|
- |
|
|
`rabbitmq_install_method: file` is deprecated now and will be removed in
|
|
the Wallaby release. As for now supported options are only `external_repo`
|
|
and `distro`. Among with that the following variables are deprecated and
|
|
prepared for the removal:
|
|
|
|
* rabbitmq_package_url
|
|
* rabbitmq_package_sha256
|
|
* rabbitmq_package_path
|
|
|
|
Variable `rabbitmq_release_version` has been removed as not used anymore.
|