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
committed by
Dmitriy Rabotyagov (noonedeadpunk)
parent
fb3e52acaa
commit
3dbcc70437
3 changed files with 11 additions and 3 deletions
@@ -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') }}"
@@ -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:
@@ -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
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.