Skip to content

Commit

Permalink
Merge pull request #314 from ljflores/wip-add-squid
Browse files Browse the repository at this point in the history
deploy/playbooks/roles/common/templates: add squid
  • Loading branch information
dmick authored May 11, 2024
2 parents e3a062e + 4990f25 commit 3ed5cdf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deploy/playbooks/roles/common/templates/prod.py.j2
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,10 @@ repos = {
'ceph-release': ['reef'],
'ceph-deploy': ['main'],
},
'squid': {
'ceph-release': ['squid'],
'ceph-deploy': ['main'],
},
# when more 'testing' refs are built, we need to add them here as well
'testing': {
'ceph': ['jewel-rc'],
Expand Down

0 comments on commit 3ed5cdf

Please sign in to comment.