Bump rabbitmq and erlang versions

This also includes fix of erlang package pinning

Testing of bionic is disabled to resolve circular dependency

Needed-By: https://review.opendev.org/731837
Change-Id: I4fb070f7b8a97def59e227594273e02fbd8ae2f2
This commit is contained in:
Dmitriy Rabotyagov 2020-05-29 20:13:29 +03:00 committed by Dmitriy Rabotyagov (noonedeadpunk)
parent fb3e52acaa
commit 3dbcc70437
3 changed files with 11 additions and 3 deletions

View File

@ -14,7 +14,7 @@
# limitations under the License.
_rabbitmq_install_method: external_repo
_rabbitmq_package_version: "3.8.3-1"
_rabbitmq_package_version: "3.8.4-1"
_rabbitmq_gpg_keys:
- file: gpg/4D206F89
@ -32,7 +32,7 @@ _rabbitmq_erlang_repo:
state: "present"
filename: els_erlang
_rabbitmq_erlang_version_spec: "{{ (rabbitmq_install_method == 'external_repo') | ternary('22.3-1', '1:22.*') }}"
_rabbitmq_erlang_version_spec: "{{ (rabbitmq_install_method == 'external_repo') | ternary('1:22.3-1', '1:22.*') }}"
_rabbitmq_distro_dependencies:
- "{{ (ansible_architecture == 'aarch64') | ternary('erlang-base', 'erlang-base-hipe') }}"

View File

@ -14,7 +14,7 @@
# limitations under the License.
_rabbitmq_install_method: external_repo
_rabbitmq_package_version: 3.8.3-1
_rabbitmq_package_version: 3.8.4-1
_rabbitmq_repo_url: "https://packagecloud.io/rabbitmq/rabbitmq-server/el/{{ ansible_distribution_major_version }}/$basearch"
_rabbitmq_repo:

View File

@ -23,3 +23,11 @@
- check-requirements
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:
jobs:
- openstack-ansible-functional-ubuntu-bionic:
voting: false
gate:
jobs:
- openstack-ansible-functional-ubuntu-bionic:
voting: false