74b427500b
This change updates our version of RabbitMQ server and Erlang to the latest stable releases. This change adds the distro file for ubuntu 18.04 and 16.04 which replaces the distro family file "debian". This is being done because the archives for the two distros are different. While the SHA256 sum for the packges is the same today, it stands to reason that they will differ in the near future. Change-Id: I9784aa10becbb9dbcfc9222c80a7224201d67741 Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
35 lines
1.5 KiB
YAML
35 lines
1.5 KiB
YAML
---
|
|
# Copyright 2017, SUSE LINUX GmbH.
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
_rabbitmq_install_method: distro
|
|
|
|
# These are all here as alternative ways to get the required packages either by
|
|
# installing the package directly or getting it from the CentOS mirror
|
|
_rabbitmq_package_url: "https://packagecloud.io/rabbitmq/rabbitmq-server/packages/opensuse/42.2/rabbitmq-server-3.7.5-1.suse.noarch.rpm/download.rpm"
|
|
_rabbitmq_package_version: "{{ rabbitmq_package_url.split('/')[-2].rsplit('.', 1)[0] }}"
|
|
_rabbitmq_release_version: "{{ rabbitmq_package_version.split('-')[2] }}"
|
|
_rabbitmq_package_sha256: "58a1d5242c84cae1752f149eaf2f4d26d2d886eb5812c8eaf4c985494be2eabb"
|
|
_rabbitmq_package_path: "/opt/rabbitmq-server.rpm"
|
|
|
|
_rabbitmq_gpg_keys:
|
|
- key_name: 'rabbitmq-release-signing-key.asc'
|
|
keyserver: 'https://www.rabbitmq.com'
|
|
- key_name: 'erlang_solutions.asc'
|
|
keyserver: 'https://packages.erlang-solutions.com/ubuntu'
|
|
|
|
rabbitmq_distro_packages:
|
|
- rabbitmq-server
|
|
- rabbitmq-server-plugins
|