vars: Switch to galera HTTP server on all distros

Commit I2071b0690778669a81770630f25c3dbfa567c818 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: I8bef9cbfd82b9be7c53fdb432f98838fab99eb0b
(cherry picked from commit b176f008c1)
This commit is contained in:
Markos Chandras 2018-03-02 10:50:50 +00:00 committed by Jesse Pretorius (odyssey4me)
parent 4bc75a7b14
commit d1dbac2ce9
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
_galera_client_repo_url: "https://downloads.mariadb.com/MariaDB/mariadb-{{ galera_client_major_version }}.{{ galera_client_minor_version }}/yum/opensuse42-amd64"
_galera_client_repo_url: "http://downloads.mariadb.com/MariaDB/mariadb-{{ galera_client_major_version }}.{{ galera_client_minor_version }}/yum/opensuse42-amd64"
_galera_client_repo:
name: MariaDB
description: "MariaDB Repo"

View File

@ -17,7 +17,7 @@
# TODO(odyssey4me):
# The use of 'galera_client_apt_repo_url' below is for backwards compatibility
# to settings released in Newton. It can be removed in Queens.
_galera_client_repo_url: "{{ galera_client_apt_repo_url | default('https://downloads.mariadb.com/MariaDB/mariadb-' ~ galera_client_major_version ~ '.' ~ galera_client_minor_version ~ '/repo/ubuntu') }}"
_galera_client_repo_url: "{{ galera_client_apt_repo_url | default('http://downloads.mariadb.com/MariaDB/mariadb-' ~ galera_client_major_version ~ '.' ~ galera_client_minor_version ~ '/repo/ubuntu') }}"
_galera_client_repo: "deb {{ galera_client_repo_url }} {{ ansible_distribution_release }} main"
galera_client_distro_packages: