Add extra packages from Debian updates

Some extra packages needs to be installed from Debian updates
repository, so we pin them with higher priority.

Change-Id: I49c75dd11d6c4e8d37fe013b7ffdfd56ff193fcd
This commit is contained in:
Dmitriy Rabotyagov 2021-01-12 19:37:47 +02:00 committed by Jonathan Rosser
parent 05ffae0ef0
commit 417821d042
2 changed files with 11 additions and 1 deletions

View File

@ -31,7 +31,7 @@
vars:
apt_package_pinning_file_name: "qemu_backports.pref"
apt_package_pinning_priority: "1000"
apt_pinned_packages: [{ package: 'qemu*', release: 'Debian Backports' }]
apt_pinned_packages: [{ package: "{{ nova_backports_packages | join(' ') }}", release: 'Debian Backports' }]
when:
- ansible_distribution | lower == 'debian'

View File

@ -86,3 +86,13 @@ nova_compute_kvm_packages_to_symlink:
nova_compute_ksm_packages:
- ksmtuned
nova_backports_packages:
- qemu*
- liburing1
- libfdt1
- libpmem1
- libslirp0
- libdaxctl1
- libndctl6
- libudev1