]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
common: add mimic release facts 1826/head
authorSébastien Han <seb@redhat.com>
Tue, 29 Aug 2017 15:21:37 +0000 (17:21 +0200)
committerSébastien Han <seb@redhat.com>
Tue, 29 Aug 2017 15:21:37 +0000 (17:21 +0200)
Signed-off-by: Sébastien Han <seb@redhat.com>
group_vars/all.yml.sample
group_vars/rhcs.yml.sample
roles/ceph-common/tasks/release-rhcs.yml
roles/ceph-defaults/defaults/main.yml
roles/ceph-docker-common/tasks/release.yml

index a0c3749d0d4b81c150ad37ab5cc28e0ee7dd071d..de1113419bd946ed8cef02be0bc7e4a3495d0107 100644 (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/
index 1d1c384f72f8eace755d97bc9042599e39ff4aa1..b2c98d2911f2a579d07424164bfe676912efd249 100644 (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/
index f8301ca75803aee7dfc708b512a22b5da3b16ffc..b6054e3934020ca58962f93d8b3bc81d2b87565f 100644 (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', '==')
index 9cb47f8b9b71ad24e87cbbb23f07d66809d15819..7e976f64f20b0ff9df39fe65ab33db57498862b3 100644 (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/
index f8301ca75803aee7dfc708b512a22b5da3b16ffc..b6054e3934020ca58962f93d8b3bc81d2b87565f 100644 (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', '==')