Allow Galera package downloads over HTTP

CentOS has a repo configured for MariaDB that uses HTTPS and this
prevents the repo server from caching the MariaDB packages. That
causes significant delays during CentOS 7 deployments/gates since
those packages are quite large.

This patch changes the MariaDB mirror URL for CentOS to use HTTP.

Closes-Bug: 1750665
Change-Id: I2071b0690778669a81770630f25c3dbfa567c818
This commit is contained in:
Major Hayden 2018-02-20 15:19:42 -06:00
parent 29e195871f
commit 33a8fa0e74
No known key found for this signature in database
GPG Key ID: 737051E0C1011FB1
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
# TODO(odyssey4me):
# The use of 'galera_client_yum_repo_url' below is for backwards compatibility
# to settings released in Newton. It can be removed in Queens.
_galera_client_repo_url: "{{ galera_client_yum_repo_url | default('https://downloads.mariadb.com/MariaDB/mariadb-' ~ galera_client_major_version ~ '.' ~ galera_client_minor_version ~ '/yum/centos7-amd64/') }}"
_galera_client_repo_url: "{{ galera_client_yum_repo_url | default('http://downloads.mariadb.com/MariaDB/mariadb-' ~ galera_client_major_version ~ '.' ~ galera_client_minor_version ~ '/yum/centos7-amd64/') }}"
_galera_client_repo:
state: "present"
name: MariaDB