Clarify ceph_origin usage

Signed-off-by: Sébastien Han <seb@redhat.com>
pull/484/head
Sébastien Han 2016-01-15 19:10:47 +01:00
parent a4646dd3f2
commit 9157656d49
2 changed files with 7 additions and 1 deletions

View File

@ -37,6 +37,9 @@ dummy:
## Configure package origin
#
#ceph_origin: 'upstream' # or 'distro'
# 'distro' means that no separate repo file will be added
# you will get whatever version of Ceph is included in your Linux distro.
#
#ceph_use_distro_backports: false # DEBIAN ONLY
# STABLE
@ -57,7 +60,7 @@ dummy:
# - firefly
# - giant
# - hammer
#
#
# Use the option below to specify your applicable package tree, eg. when using non-LTS Ubuntu versions
# # for a list of available Debian distributions, visit http://ceph.com/debian-{{ ceph_stable_release }}/dists/
# for more info read: https://github.com/ceph/ceph-ansible/issues/305

View File

@ -35,6 +35,9 @@ redhat_package_dependencies:
## Configure package origin
#
ceph_origin: 'upstream' # or 'distro'
# 'distro' means that no separate repo file will be added
# you will get whatever version of Ceph is included in your Linux distro.
#
ceph_use_distro_backports: false # DEBIAN ONLY