Merge "Install octopus ceph client"

This commit is contained in:
Zuul 2020-05-22 09:50:16 +00:00 committed by Gerrit Code Review
commit c091764ecf
4 changed files with 6 additions and 7 deletions

View File

@ -39,7 +39,7 @@ ceph_client_package_state: "latest"
# unlike the other options does not attempt to manage package keys or add additional
# package repositories.
ceph_pkg_source: ceph
ceph_stable_release: nautilus
ceph_stable_release: octopus
ceph_apt_pinned_packages: [{ package: "*", release: "ceph.com", priority: 1001 }]
# Ceph Authentication

View File

@ -41,7 +41,7 @@ libvirt_packages:
libvirt_service_name: libvirtd
python_ceph_packages:
- python-ceph
- python3-ceph
- python3-cephfs
- python3-rados
- python3-rbd

View File

@ -30,10 +30,10 @@ libvirt_packages:
libvirt_service_name: libvirtd
python_ceph_packages:
- python-ceph
- python36-cephfs
- python36-rados
- python36-rbd
- python3-ceph
- python3-cephfs
- python3-rados
- python3-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"

View File

@ -17,6 +17,5 @@
templates:
- openstack-ansible-role-jobs
- check-requirements
- openstack-ansible-deploy-ceph-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3