diff --git a/deploy/playbooks/roles/common/templates/prod.py.j2 b/deploy/playbooks/roles/common/templates/prod.py.j2 index 4b02582..3b859ab 100644 --- a/deploy/playbooks/roles/common/templates/prod.py.j2 +++ b/deploy/playbooks/roles/common/templates/prod.py.j2 @@ -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'],