Merge pull request #1826 from ceph/add-mimic

common: add mimic release facts
pull/1816/merge v3.0.0rc4
Andrew Schoen 2017-08-29 10:24:25 -05:00 committed by GitHub
commit 21b3fd2819
5 changed files with 9 additions and 0 deletions

View File

@ -127,6 +127,7 @@ dummy:
# jewel: 10
# kraken: 11
# luminous: 12
# mimic: 13
# 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://download.ceph.com/debian-{{ ceph_stable_release }}/dists/

View File

@ -127,6 +127,7 @@ fetch_directory: ~/ceph-ansible-keys
# jewel: 10
# kraken: 11
# luminous: 12
# mimic: 13
# 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://download.ceph.com/debian-{{ ceph_stable_release }}/dists/

View File

@ -11,3 +11,6 @@
ceph_release: luminous
when: ceph_version.split('.')[0] | version_compare('12', '==')
- set_fact:
ceph_release: mimic
when: ceph_version.split('.')[0] | version_compare('13', '==')

View File

@ -119,6 +119,7 @@ ceph_release_num:
jewel: 10
kraken: 11
luminous: 12
mimic: 13
# 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://download.ceph.com/debian-{{ ceph_stable_release }}/dists/

View File

@ -11,3 +11,6 @@
ceph_release: luminous
when: ceph_version.split('.')[0] | version_compare('12', '==')
- set_fact:
ceph_release: mimic
when: ceph_version.split('.')[0] | version_compare('13', '==')