bifrost/playbooks/roles/bifrost-create-vm-nodes/defaults
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
..
dummy-defaults.yml Add VM creation support on Debian jessie 2015-12-10 09:11:52 -05:00
main.yml Keep sushy-emulator state directory in /var/lib 2021-07-28 18:44:00 +02:00
required_defaults_CentOS.yml Reduce the libvirt/qemu packages list 2023-07-13 10:51:46 +02:00
required_defaults_Debian.yml Consolidate ubuntu/debian required_defaults 2023-07-12 10:01:10 +02:00
required_defaults_Fedora.yml Reduce the libvirt/qemu packages list 2023-07-13 10:51:46 +02:00
required_defaults_RedHat.yml Reduce the libvirt/qemu packages list 2023-07-13 10:51:46 +02:00