Merge "Add ceph packages for CentOS and Debian deployments"

This commit is contained in:
Zuul 2020-01-28 12:19:09 +00:00 committed by Gerrit Code Review
commit 686de297ff
2 changed files with 4 additions and 0 deletions

View File

@ -40,6 +40,7 @@ libvirt_service_name: libvirtd
python_ceph_packages:
- python-ceph
- python3-cephfs
- python3-rados
- python3-rbd

View File

@ -28,6 +28,9 @@ libvirt_service_name: libvirtd
python_ceph_packages:
- python-ceph
- python36-cephfs
- python36-rados
- python36-rbd
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"