Update compute cpu-model to kvm64
Compute nodes provided to zuul are occasionally have incompatiable cpu models which block migration tests. This commit sets the cpu model for the compute nodes to kvm64 to allow for a generic model between all nodes. This should have some performance impacts, but should mitigate scenarios where the provided computes have incompatiable cpu models. Change-Id: I0afcbc09b0b103e2d782c6d588260f75e6adaa66
This commit is contained in:
parent
12eca6f75e
commit
14b70736b9
@ -54,6 +54,13 @@
|
||||
LIBVIRT_TYPE: kvm
|
||||
TEMPEST_PLUGINS: /opt/stack/whitebox-tempest-plugin
|
||||
WHITEBOX_PRIVKEY_PATH: /home/tempest/.ssh/id_rsa
|
||||
devstack_local_conf:
|
||||
post-config:
|
||||
$NOVA_CONF:
|
||||
libvirt:
|
||||
cpu_mode: custom
|
||||
cpu_model: kvm64
|
||||
virt_type: kvm
|
||||
group-vars:
|
||||
subnode:
|
||||
num_hugepages: 2048
|
||||
|
Loading…
x
Reference in New Issue
Block a user