bifrost/playbooks/roles/bifrost-create-vm-nodes/defaults/required_defaults_Fedora.yml
Erik Berg 4502eaf83e
Reduce the libvirt/qemu packages list
- remove qemu-kvm-common from deps

    If it's not needed for CentOS, it's probably not needed for any
    in the redhat family.

- remove qemu-system-<arch>

    qemu-kvm is a meta-package that provides qemu-system-<arch>
    package for native architectures where kvm can be enabled. For
    example, in an x86 system, this will install qemu-system-x86

+ libvirt-daemon-kvm will install

    libvirt-daemon-driver-network
    libvirt-daemon-driver-nodedev
    libvirt-daemon-driver-nwfilter
    libvirt-daemon-driver-qemu
    libvirt-daemon-driver-secret
    libvirt-daemon-driver-storage

    (It requires and will also install the qemu-kvm meta-package,
    so this could be omitted aswell.)

+ libvirt requires/installs these packages

    libvirt-daemon-config-network
    libvirt-daemon-config-nwfilter

    So we can trim these out. (It also requires and will install
    libvirt-client, libvirt-daemon, which could be omitted aswell)

Change-Id: I02ef5fdbdb8c04314556b8e56d57582226a05b08
2023-07-13 10:51:46 +02:00

15 lines
249 B
YAML

---
sgabios_dir: /usr/share/sgabios/
libvirt_service_name: libvirtd
required_packages:
- qemu-img
- qemu-kvm
- sgabios-bin
- libvirt
- libvirt-client
- libvirt-daemon
- libvirt-daemon-kvm
- python3-libvirt
- python3-libselinux
- edk2-ovmf