Allow deployers to choose a specific mirror for the OBS packages by setting the 'galera_client_opensuse_mirror_obs_url' variable Change-Id: I51e78cfc3dc2b84141e8a19f31bfc36a81113ab3
32 lines
1.1 KiB
YAML
32 lines
1.1 KiB
YAML
---
|
|
# Copyright 2017, SUSE LINUX GmbH.
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
_galera_client_repo_url: "{{ galera_client_opensuse_mirror_obs_url | default('http://download.opensuse.org') }}/repositories/server:/database/openSUSE_Leap_{{ ansible_distribution_version }}"
|
|
_galera_client_repo:
|
|
- name: "OBS:server_database"
|
|
uri: "{{ galera_client_repo_url }}"
|
|
|
|
galera_client_distro_packages:
|
|
- libbz2-devel
|
|
- gcc
|
|
- gpg2
|
|
- libaio-devel
|
|
- libstdc++-devel
|
|
- libgcrypt-devel
|
|
- mariadb-client
|
|
- libmysqlclient-devel
|
|
- libopenssl-devel
|
|
- python-devel
|