]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commit
Add developement packages support 113/head
authorSébastien Han <sebastien.han@enovance.com>
Tue, 2 Sep 2014 00:37:18 +0000 (02:37 +0200)
committerSébastien Han <sebastien.han@enovance.com>
Tue, 2 Sep 2014 00:37:18 +0000 (02:37 +0200)
commit4196de25d4c2e1fae54a14e5e00a57886afc499b
treed721294cf9a83129a788e8c79a271d363384f93c
parent262a6b999b3b2d261a73dc046d425d155895c945
Add developement packages support

This commits introduces the support of the developpement branches of
Ceph. You can now install Ceph from master.
The behavior is done through 2 new options:

* ceph_stable: true will use the stable branch
* ceph_dev: true will use the dev branch

For the dev packages don't forget to set the branch that you want to
use.

Signed-off-by: Sébastien Han <sebastien.han@enovance.com>
roles/ceph-common/defaults/main.yml
roles/ceph-common/files/cephdev.asc [new file with mode: 0644]
roles/ceph-common/files/cephrelease.asc [deleted file]
roles/ceph-common/files/cephstable.asc [new file with mode: 0644]
roles/ceph-common/tasks/Debian.yml
roles/ceph-common/tasks/RedHat.yml