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 c391ba4 commit 099ca6dCopy full SHA for 099ca6d
etc/kayobe/cephadm.yml
@@ -14,7 +14,7 @@ cephadm_image: "{{ stackhpc_docker_registry if stackhpc_sync_ceph_images | bool
14
# Ceph container image tag.
15
cephadm_image_tag: "{{ 'v19.2.1' if cephadm_ceph_release == 'squid' else 'v18.2.4' }}"
16
17
-# Ceph custom repo workaround for Ubuntu as there are no official ceph repos for Ubuntu jammy and noble.
+# Ceph custom repo workaround for Ubuntu as there are no official ceph repos for Ubuntu Jammy and Noble.
18
cephadm_custom_repos: "{{ ansible_facts['distribution'] == 'Ubuntu' }}"
19
20
# HAProxy container image.
0 commit comments