update ceph noarch repo url

pull/197/head
Yin Jifeng 2015-01-22 20:07:46 +08:00
parent 7dd08f7bf5
commit 30ac90dcfa
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ dummy:
#ceph_stable_release: giant # ceph stable release
# This option is needed for _both_ stable and dev version, so please always fill the right version
# # supported distros are el6, rhel6, f18, f19, opensuse12.2, sles11, centos7 (see http://ceph.com/rpm-firefly/)
# # supported distros are el6, rhel6, f20, el7, rhel7 (see http://ceph.com/rpm-giant/)
#ceph_stable_redhat_distro: el7
# ENTERPRISE VERSION

View File

@ -28,7 +28,7 @@
when: ceph_stable_ice
- name: Add Ceph stable repository
command: "rpm -U http://ceph.com/rpm-{{ ceph_stable_release }}/{{ ceph_stable_redhat_distro }}/noarch/ceph-release-1-0.el6.noarch.rpm creates=/etc/yum.repos.d/ceph.repo"
command: "rpm -U http://ceph.com/rpm-{{ ceph_stable_release }}/{{ ceph_stable_redhat_distro }}/noarch/ceph-release-1-0.{{ ceph_stable_redhat_distro|replace('rhel', 'el') }}.noarch.rpm creates=/etc/yum.repos.d/ceph.repo"
when: ceph_stable
- name: Add Ceph development repository