Markos Chandras 7695011e08 bifrost-create-vm-nodes: Add missing g++ dependency for virtualbmc
The virtualbmc package needs g++ for compliation otherwise it fails with
the following error:

gcc: error trying to exec 'cc1plus': execvp: No such file or directory

Change-Id: Ie626ba3327504ded2cbcbf622122c25303022341
2018-09-10 15:30:26 +01:00

17 lines
264 B
YAML

---
sgabios_dir: /usr/share/sgabios/
libvirt_service_name: libvirtd
required_packages:
- gcc-c++
- qemu-tools
- qemu-kvm
- qemu-x86
- qemu-sgabios
- libvirt
- libvirt-client
- libvirt-daemon
- libxslt-devel
- libxml2-devel
- pkg-config
- libvirt-devel