openstack-ansible-ceph_client/vars/redhat-7.yml

36 lines
1.2 KiB
YAML

---
# Copyright 2015, Serge van Ginderachter <serge@vanginderachter.be>
#
# 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.
# Ceph GPG Keys
ceph_gpg_keys:
# download.ceph.com/keys/release.asc
- key: /etc/pki/rpm-gpg/ceph_com_keys_release
# EPEL GPG Keys
epel_gpg_keys:
# Extra Packages for Enterprise Linux 7
- key: /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
libvirt_package: libvirt-daemon-kvm
libvirt_service_name: libvirtd
python_ceph_packages:
- python-ceph
ceph_repo_url_region: "download" # see here for other mirros http://docs.ceph.com/docs/master/install/mirrors/
ceph_yum_repo_url: "https://{{ ceph_repo_url_region }}.ceph.com/rpm-{{ ceph_stable_release }}/el7"
# TODO mgariepy: add CentOS SIG ceph repo.