Update the version of erlang to support rabbitmq

The version of erlang we're using, while functional, is not recommended.
This change updates our version of erlang for rabbitmq to be the
recommended version by changing the pinned version of erlang.

The apt package pinning meta dependency has been removed and put into
the apt task file as an include role. To ensure a more uniform process
for setting the version of erlang used with rabbitmq the new variable
`rabbitmq_erlang_version_spec` has been added. This option has a default
of "null" and is set by distro specific variables when applicable.

Erlang version support matrix: https://www.rabbitmq.com/which-erlang.html

Change-Id: Iced12d4533eec068bd11d8bd235d81308ef40427
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
Kevin Carter
2018-06-04 14:51:05 -05:00
parent 0bda3a7453
commit 372ccd1bbd
10 changed files with 44 additions and 16 deletions

View File

@@ -46,6 +46,8 @@ _rabbitmq_erlang_repo:
state: "present"
filename: els-erlang
_rabbitmq_erlang_version_spec: "erlang-20.1*"
rabbitmq_distro_packages:
- openssl
- rabbitmq-server