puppet-openstack_extras/releasenotes/notes/debian-uses-extrepo-a77c672920581e4e.yaml
Thomas Goirand c8fabb628c Debian: use extrepo for setting-up the repositories
The old method used in manifests/repo/debian/debian.pp that was
using apt-key is currently deprecated. apt-key itself is going
to be removed in 2021. Also, downloading a random repository key
from the internet is questionable at least.

So I'm switching to use extrepo by default for setting-up the
Debian repositories. It's nice, it's official, and it's in
Bullseye already. It also is authenticated by default, and supports
additional repositories (so it's prepared for the future).

Change-Id: I7686a1cf541c81a9a14ef05542e31053c47e3f51
2021-04-27 16:07:22 +02:00

9 lines
348 B
YAML

---
features:
- |
The class openstack_extras::repo::debian::debian has now a new parameter
use_extrepo, which is true by default. If true, extrepo will be used for
setting-up the OpenStack apt sources.list, and the parameters source_hash,
source_defaults and deb_location are ignored. Beware that this is now
the new default!