mirror of https://github.com/ceph/ceph-ansible.git
Use firefly as the default release
Since Firefly is out, we use it. Signed-off-by: Sébastien Han <sebastien.han@enovance.com>pull/92/head
parent
a3c1e1c862
commit
bd03dd9b02
|
@ -5,7 +5,7 @@
|
||||||
#
|
#
|
||||||
distro_release: "{{ facter_lsbdistcodename }}"
|
distro_release: "{{ facter_lsbdistcodename }}"
|
||||||
apt_key: http://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc
|
apt_key: http://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc
|
||||||
ceph_release: emperor
|
ceph_release: firefly
|
||||||
redhat_distro: el6 # supported distros are el6, rhel6, f18, f19, opensuse12.2, sles11
|
redhat_distro: el6 # supported distros are el6, rhel6, f18, f19, opensuse12.2, sles11
|
||||||
|
|
||||||
## Ceph options
|
## Ceph options
|
||||||
|
|
Loading…
Reference in New Issue