vars: Switch to galera HTTP server on all distros
Commit I2192ade6eb204404fe67d47af063e0e57fbe7d62 switched from https to http for the galera repo on CentOS but we can extend that to all distributions in order for the repo server to cache things properly. Change-Id: If9d252b33321a7e0155140ceb9a8c3dd050441f4
This commit is contained in:
parent
1075fe411a
commit
200caa0d4f
@ -60,7 +60,7 @@ galera_server_upgrade_packages_remove:
|
||||
galera_mariadb_service_name: "mariadb"
|
||||
|
||||
# TODO(evrardjp): Unfreeze version to 10.1 branch when clustering issue is solved.
|
||||
_galera_repo_url: "https://downloads.mariadb.com/MariaDB/mariadb-{{ galera_major_version }}.{{ galera_minor_version }}/yum/opensuse42-amd64"
|
||||
_galera_repo_url: "http://downloads.mariadb.com/MariaDB/mariadb-{{ galera_major_version }}.{{ galera_minor_version }}/yum/opensuse42-amd64"
|
||||
_galera_repo:
|
||||
name: MariaDB
|
||||
description: "MariaDB Repo"
|
||||
|
@ -93,7 +93,7 @@ _galera_percona_xtrabackup_repo:
|
||||
filename: "Percona"
|
||||
|
||||
# TODO(evrardjp): Unfreeze version to 10.1 branch when clustering issue is solved.
|
||||
_galera_repo_url: "https://downloads.mariadb.com/MariaDB/mariadb-{{ galera_major_version }}.{{ galera_minor_version }}/repo/ubuntu"
|
||||
_galera_repo_url: "http://downloads.mariadb.com/MariaDB/mariadb-{{ galera_major_version }}.{{ galera_minor_version }}/repo/ubuntu"
|
||||
_galera_repo:
|
||||
repo: "deb {{ galera_repo_url }} {{ ansible_distribution_release }} main"
|
||||
state: "present"
|
||||
|
Loading…
x
Reference in New Issue
Block a user