imfreedom/bamboo-terraform

Parents ad52fd7ffb81
Children 05b5b1440935
Try to get qemu-user-static working with cpu passthrough, but nope, still no dice
--- a/instance-worker.tf Mon Aug 26 06:48:45 2019 -0500
+++ b/instance-worker.tf Mon Aug 26 06:49:04 2019 -0500
@@ -53,6 +53,10 @@
count = "${var.worker_count}"
name = "${format("%s-worker-%03d", var.node_name, count.index)}"
+ cpu = {
+ mode = "host-passthrough"
+ }
+
memory = "${var.worker_memory}"
vcpu = "${var.worker_cpu}"
autostart = true