Skip to content

Commit 3ed5cdf

Browse files
authored
Merge pull request #314 from ljflores/wip-add-squid
deploy/playbooks/roles/common/templates: add squid
2 parents e3a062e + 4990f25 commit 3ed5cdf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

deploy/playbooks/roles/common/templates/prod.py.j2

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,10 @@ repos = {
294294
'ceph-release': ['reef'],
295295
'ceph-deploy': ['main'],
296296
},
297+
'squid': {
298+
'ceph-release': ['squid'],
299+
'ceph-deploy': ['main'],
300+
},
297301
# when more 'testing' refs are built, we need to add them here as well
298302
'testing': {
299303
'ceph': ['jewel-rc'],

0 commit comments

Comments
 (0)