bifrost/playbooks/roles/bifrost-create-vm-nodes/defaults/main.yml
Fatih Degirmenci 6fa28b1fb7 Introduce support for kvm acceleration
This change introduces kvm acceleration support. The default settings
still use qemu as the domain type and kvm needs to be explicitly set
in order to enable it.

Change-Id: I59af1b7a844b927cac45722f7ea7ea4abeef7c8f
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-08-16 10:21:16 +02:00

7 lines
168 B
YAML

---
# defaults file for bifrost-create-vm-nodes
baremetal_csv_file: "/tmp/baremetal.csv"
test_vm_memory_size: "3072"
test_vm_num_nodes: "1"
test_vm_domain_type: "qemu"