Skip to content

Commit 4990f25

Browse files
author
Laura Flores
committed
deploy/playbooks/roles/common/templates: add squid
Based on https://docs.ceph.com/en/latest/dev/release-process/#new-major-releases, this commit updates Chacra of squid's existence. Signed-off-by: Laura Flores <lflores@ibm.com>
1 parent e3a062e commit 4990f25

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)