mirror of https://github.com/ceph/ceph-ansible.git
commit
30f7208334
|
@ -82,8 +82,8 @@ dummy:
|
||||||
# COMMUNITY VERSION
|
# COMMUNITY VERSION
|
||||||
#ceph_stable: false # use ceph stable branch
|
#ceph_stable: false # use ceph stable branch
|
||||||
#ceph_stable_key: https://download.ceph.com/keys/release.asc
|
#ceph_stable_key: https://download.ceph.com/keys/release.asc
|
||||||
#ceph_stable_release: infernalis # ceph stable release
|
#ceph_stable_release: jewel # ceph stable release
|
||||||
#ceph_stable_repo: "http://ceph.com/debian-{{ ceph_stable_release }}"
|
#ceph_stable_repo: "http://download.ceph.com/debian-{{ ceph_stable_release }}"
|
||||||
|
|
||||||
###################
|
###################
|
||||||
# Stable Releases #
|
# Stable Releases #
|
||||||
|
@ -97,12 +97,12 @@ dummy:
|
||||||
# - infernalis
|
# - infernalis
|
||||||
|
|
||||||
# Use the option below to specify your applicable package tree, eg. when using non-LTS Ubuntu versions
|
# 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 a list of available Debian distributions, visit http://download.ceph.com/debian-{{ ceph_stable_release }}/dists/
|
||||||
# for more info read: https://github.com/ceph/ceph-ansible/issues/305
|
# for more info read: https://github.com/ceph/ceph-ansible/issues/305
|
||||||
#ceph_stable_distro_source:
|
#ceph_stable_distro_source:
|
||||||
|
|
||||||
# This option is needed for _both_ stable and dev version, so please always fill the right version
|
# This option is needed for _both_ stable and dev version, so please always fill the right version
|
||||||
# # for supported distros, see http://ceph.com/rpm-{{ ceph_stable_release }}/
|
# # for supported distros, see http://download.ceph.com/rpm-{{ ceph_stable_release }}/
|
||||||
#ceph_stable_redhat_distro: el7
|
#ceph_stable_redhat_distro: el7
|
||||||
|
|
||||||
# ENTERPRISE VERSION ICE (old, prior to the 1.3)
|
# ENTERPRISE VERSION ICE (old, prior to the 1.3)
|
||||||
|
|
|
@ -74,8 +74,8 @@ ceph_use_distro_backports: false # DEBIAN ONLY
|
||||||
# COMMUNITY VERSION
|
# COMMUNITY VERSION
|
||||||
ceph_stable: false # use ceph stable branch
|
ceph_stable: false # use ceph stable branch
|
||||||
ceph_stable_key: https://download.ceph.com/keys/release.asc
|
ceph_stable_key: https://download.ceph.com/keys/release.asc
|
||||||
ceph_stable_release: infernalis # ceph stable release
|
ceph_stable_release: jewel # ceph stable release
|
||||||
ceph_stable_repo: "http://ceph.com/debian-{{ ceph_stable_release }}"
|
ceph_stable_repo: "http://download.ceph.com/debian-{{ ceph_stable_release }}"
|
||||||
|
|
||||||
###################
|
###################
|
||||||
# Stable Releases #
|
# Stable Releases #
|
||||||
|
@ -89,12 +89,12 @@ ceph_stable_releases:
|
||||||
- infernalis
|
- infernalis
|
||||||
|
|
||||||
# Use the option below to specify your applicable package tree, eg. when using non-LTS Ubuntu versions
|
# 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 a list of available Debian distributions, visit http://download.ceph.com/debian-{{ ceph_stable_release }}/dists/
|
||||||
# for more info read: https://github.com/ceph/ceph-ansible/issues/305
|
# for more info read: https://github.com/ceph/ceph-ansible/issues/305
|
||||||
#ceph_stable_distro_source:
|
#ceph_stable_distro_source:
|
||||||
|
|
||||||
# This option is needed for _both_ stable and dev version, so please always fill the right version
|
# This option is needed for _both_ stable and dev version, so please always fill the right version
|
||||||
# # for supported distros, see http://ceph.com/rpm-{{ ceph_stable_release }}/
|
# # for supported distros, see http://download.ceph.com/rpm-{{ ceph_stable_release }}/
|
||||||
ceph_stable_redhat_distro: el7
|
ceph_stable_redhat_distro: el7
|
||||||
|
|
||||||
# ENTERPRISE VERSION ICE (old, prior to the 1.3)
|
# ENTERPRISE VERSION ICE (old, prior to the 1.3)
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
|
|
||||||
- name: add ceph stable repository
|
- name: add ceph stable repository
|
||||||
yum:
|
yum:
|
||||||
name: 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
|
name: http://download.ceph.com/rpm-{{ ceph_stable_release }}/{{ ceph_stable_redhat_distro }}/noarch/ceph-release-1-0.{{ ceph_stable_redhat_distro|replace('rhel', 'el') }}.noarch.rpm
|
||||||
changed_when: false
|
changed_when: false
|
||||||
when:
|
when:
|
||||||
ceph_stable and
|
ceph_stable and
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
- name: add ceph stable repository
|
- name: add ceph stable repository
|
||||||
dnf:
|
dnf:
|
||||||
name: 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
|
name: http://download.ceph.com/rpm-{{ ceph_stable_release }}/{{ ceph_stable_redhat_distro }}/noarch/ceph-release-1-0.{{ ceph_stable_redhat_distro|replace('rhel', 'el') }}.noarch.rpm
|
||||||
changed_when: false
|
changed_when: false
|
||||||
when:
|
when:
|
||||||
ceph_stable and
|
ceph_stable and
|
||||||
|
|
Loading…
Reference in New Issue