diff --git a/chacra/constants.py b/chacra/constants.py index 6510408..ea56aae 100644 --- a/chacra/constants.py +++ b/chacra/constants.py @@ -1,5 +1,6 @@ # a list of distro versions that chacra will generate a distributions file for DISTRIBUTIONS = [ + 'trixie', 'bookworm', 'bullseye', 'buster', diff --git a/deploy/playbooks/roles/common/templates/prod.py.j2 b/deploy/playbooks/roles/common/templates/prod.py.j2 index 2fff7fe..2105375 100644 --- a/deploy/playbooks/roles/common/templates/prod.py.j2 +++ b/deploy/playbooks/roles/common/templates/prod.py.j2 @@ -308,7 +308,7 @@ repos = { {% if combine_deb_repos|default(True) %} # note: 'universal' binaries will be included to all these distro # versions since they do not belong to any one in particular. - 'combined': ['bookworm', 'bullseye', 'buster', 'stretch', 'wheezy', 'trusty', 'precise', 'jessie', 'xenial', 'bionic', 'focal', 'jammy', 'noble'] + 'combined': ['trixie', 'bookworm', 'bullseye', 'buster', 'stretch', 'wheezy', 'trusty', 'precise', 'jessie', 'xenial', 'bionic', 'focal', 'jammy', 'noble'] {% endif %} }, 'cephmetrics': {