kolla/docker/base/apt_preferences.debian
Marcin Juszkiewicz 0bc7fe7b1a Debian: use libvirt 8 and qemu 6.2
Libvirt 8 got recently backported to bullseye so we can make use of it.
QEMU 6.2 was already available but conflicted with libvirt/bullseye.

Also started listing which packages we want from backports.

Change-Id: I335e5748e9624fe470adbaf6a6f080a3ae468f04
2022-02-21 10:34:35 +01:00

33 lines
742 B
Plaintext

Package: rabbitmq-server
Pin: version 3.9.*
Pin-Priority: 1000
Package: erlang*
Pin: version 1:24.*
Pin-Priority: 1000
# NOTE(mgoddard): logstash 7.9.x is the last version that supports
# Elasticsearch OSS.
Package: logstash-oss
Pin: version 7.9.*
Pin-Priority: 1000
# NOTE(hrw): we do not want backports unless requested
Package: *
Pin: release n=bullseye-backports
Pin-Priority: -1000
# NOTE(hrw): let us list some backports
# - openvswitch 2.15
# - ovn 21.06
# - libvirt 8
# - qemu 6.2
Package: openvswitch* python3-openvswitch ovn-* libvirt* qemu-*
Pin: release n=bullseye-backports
Pin-Priority: 1024
# NOTE(hrw): Debian OpenStack Team repo has some backports we do not want
Package: git*
Pin: release n=bullseye
Pin-Priority: 1024