playbooks: inventory: ceph: Use distribution packages for SUSE

The Ceph packages are already in the default distribution repositories
so make use of them.

Change-Id: I629156f52be3ce554bd608f185c60694d8faf8ec
This commit is contained in:
Markos Chandras 2017-12-14 14:15:06 +00:00
parent d6c3bce516
commit b654034af6
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ ceph_client_package_state: "{{ package_state }}"
mon_group_name: ceph-mon
mgr_group_name: "{{ mon_group_name }}"
osd_group_name: ceph-osd
ceph_origin: repository
ceph_origin: "{{ (ansible_pkg_mgr == 'zypper') | ternary('distro', 'repository') }}"
ceph_repository: community
# The _stable_release var is used by both the OSA ceph_client role and the
# ceph-ansible roles. It is defaulted in ceph_client but set here to keep the