We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33c0d38 commit eb1f88eCopy full SHA for eb1f88e
etc/kayobe/environments/ci-multinode/cephadm.yml
@@ -2,6 +2,12 @@
2
###############################################################################
3
# Cephadm deployment configuration.
4
5
+# Ceph release name.
6
+cephadm_ceph_release: "{{ 'quincy' if (ansible_facts['distribution_release'] == 'jammy' or ansible_facts.distribution_major_version == '9') else 'pacific' }}"
7
+
8
+# Ceph container image tag.
9
+cephadm_image_tag: "{{ 'v17.2.7' if cephadm_ceph_release == 'quincy' else 'v16.2.14' }}"
10
11
# Ceph OSD specification.
12
cephadm_osd_spec:
13
service_type: osd
0 commit comments