bifrost/playbooks/roles/bifrost-create-vm-nodes/defaults/required_defaults_CentOS.yml
Pavlo Shchelokovskyy 12376b958e Use virtualbmc for virtual BM nodes
This patch adds installation of virtualbmc and plugging VMs into it as
part of 'bifrost-create-vm-nodes' role.

The baremetal data file is now populated with nodes using
"agent_ipmitool" driver.

All things defaulting to some *_ssh drivers are replaced with
corresponding *_ipmitool drivers.

Most libvirt and VM related tasks (including some SSH key management)
and vars are moved from 'bifrost-ironic-install' role to
'bifrost-create-vm-nodes' role, as ironic istelf now should barely care
about libvirt as no *_ssh drivers are used.

Change-Id: If42082e5b1fe8b83a364e27efc549bb74a19ab2f
Closes-Bug: #1659876
2017-03-06 17:06:30 +02:00

29 lines
632 B
YAML

---
sgabios_dir: /usr/share/sgabios/
libvirt_service_name: libvirtd
required_packages:
- qemu-img
- qemu-kvm-tools
- qemu-kvm
- qemu-kvm-common
- sgabios
- sgabios-bin
- libvirt
- libvirt-client
- libvirt-daemon
- libvirt-daemon-config-network
- libvirt-daemon-config-nwfilter
- libvirt-daemon-driver-network
- libvirt-daemon-driver-nodedev
- libvirt-daemon-driver-nwfilter
- libvirt-daemon-driver-qemu
- libvirt-daemon-driver-secret
- libvirt-daemon-driver-storage
- libvirt-daemon-kvm
- libvirt-python
- python-lxml
- pkgconfig
- libvirt-devel
test_vm_machine: "pc"
test_vm_emulator: "/usr/libexec/qemu-kvm"