defaults: Bump mariadb to 10.2 release branch

mariadb 10.2 was first released in April 2016 and OpenStack services
should be ready to use it by now, so lets switch to 10.2.

Change-Id: If1aaea61b89ea38161451872754b79d151da540f
This commit is contained in:
Markos Chandras 2018-09-11 16:05:09 +01:00
parent 547d76fe5a
commit 03bac540a8
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: