Merge "defaults: Bump mariadb to 10.2 release branch"

This commit is contained in:
Zuul 2018-09-14 17:20:38 +00:00 committed by Gerrit Code Review
commit c9c2687f2b
3 changed files with 7 additions and 3 deletions

View File

@ -24,8 +24,8 @@ galera_repo_host: downloads.mariadb.com
galera_client_repo_url: "{{ galera_repo_url | default(_galera_client_repo_url) }}"
# Set the major version to use for the galera repo
galera_client_major_version: 10.1
galera_client_minor_version: 34
galera_client_major_version: 10.2
galera_client_minor_version: 17
# Set the repo information for the MariaDB repository
galera_client_repo: "{{ _galera_client_repo }}"

View File

@ -0,0 +1,4 @@
---
features:
- |
The MariaDB version has been bumped to 10.2

View File

@ -20,7 +20,7 @@ _galera_client_repo: "deb {{ galera_client_repo_url }} {{ ansible_distribution_r
# libmariadbclient-dev is required for mysql_config, which is subsequently required for pip install of MySQL-python
galera_client_distro_packages:
- "mariadb-client-core-{{ galera_client_major_version }}"
- libmariadbclient-dev
- libmariadb-dev
# Galera GPG Keys
_galera_client_gpg_keys: