Skip to content

Commit fd5c508

Browse files
authored
Merge pull request #177 from stackhpc/master-test
2 parents 220451f + 46a1416 commit fd5c508

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

roles/cephadm/defaults/main.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ cephadm_fsid: ""
66
# Recreate cluster
77
cephadm_recreate: false
88
# Packages
9-
cephadm_custom_repos: false
9+
# NOTE(seunghun1ee): Set cephadm_custom_repos to true by default when host OS
10+
# is Ubuntu Noble.
11+
# This is because Ceph images for Noble are coming from Ubuntu repository
12+
# https://packages.ubuntu.com/noble-updates/cephadm
13+
cephadm_custom_repos: "{{ ansible_facts.distribution_release == 'noble' }}"
1014
cephadm_package_update: false
1115
# Images
1216
cephadm_image: ""

0 commit comments

Comments
 (0)