Update MariaDB client version to match server

The server and client versions are currently mismatched, resulting
in a failure for the 'metal' jobs where the client is installed
by the utility playbook, before the galera-server playbook.

This patch ensures that the version for the client is set to the
same as that in galera_server.

Related-To: I59a0e225205be43b5bfc76c4bc3381b6e9c54cfd
Change-Id: I53849ad1e97a21d5d99c64b209319607b6e834fd
This commit is contained in:
Jesse Pretorius 2019-03-20 14:12:43 +00:00
parent d53d623eed
commit d955eb35e0
1 changed files with 2 additions and 2 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.2
galera_client_minor_version: 17
galera_client_major_version: 10.3
galera_client_minor_version: 13
# Set the repo information for the MariaDB repository
galera_client_repo: "{{ _galera_client_repo }}"