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.
2 parents 1efb9ec + d793df1 commit 9e56bb3Copy full SHA for 9e56bb3
etc/kayobe/cephadm.yml
@@ -12,7 +12,7 @@ cephadm_ceph_release: "{{ 'quincy' if (ansible_facts['distribution_release'] ==
12
cephadm_image: "{{ stackhpc_docker_registry if stackhpc_sync_ceph_images | bool else 'quay.io' }}/ceph/ceph:{{ cephadm_image_tag }}"
13
14
# Ceph container image tag.
15
-cephadm_image_tag: "{{ 'v17.2.6' if ansible_facts['distribution_release'] == 'jammy' else 'v16.2.11' }}"
+cephadm_image_tag: "{{ 'v17.2.6' if os_release == 'jammy' else 'v16.2.11' }}"
16
17
# Ceph custom repo workaround for Ubuntu Jammy as there are no official ceph repos for jammy.
18
cephadm_custom_repos: "{{ ansible_facts['distribution_release'] == 'jammy' }}"
0 commit comments