Skip to content

Commit 33c0d38

Browse files
committed
ci-multinode: Use qemu virtualisation
Most multinode environments will use nested virtualisation, and we can't guarantee that nested KVM support is available. Use QEMU as a lowest common denominator. We might consider setting this dynamically based on the hypervisor in future.
1 parent 2ca68f1 commit 33c0d38

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

etc/kayobe/environments/ci-multinode/kolla/globals.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
---
2+
# Most development environments will use nested virtualisation, and we can't
3+
# guarantee that nested KVM support is available. Use QEMU as a lowest common
4+
# denominator.
5+
nova_compute_virt_type: qemu
6+
27
# Reduce the control plane's memory footprint by limiting the number of worker
38
# processes to two per-service when running in a VM.
49
openstack_service_workers: "{% raw %}{{ [ansible_facts.processor_vcpus, 2 if ansible_facts.virtualization_role == 'guest' else 5] | min }}{% endraw %}"

0 commit comments

Comments
 (0)