Skip to content
Snippets Groups Projects
Commit bfd661a6 authored by Marcin Juszkiewicz's avatar Marcin Juszkiewicz
Browse files

CI: tell Nova which CPU to emulate on AArch64

AArch64 does not have a way to get cpu features from libvirt.

Change-Id: Ieed404e17e8a9829f38c03f7ee7fdb3caa3919e8
parent 20f39e4a
No related branches found
No related tags found
No related merge requests found
[libvirt] [libvirt]
virt_type=qemu virt_type=qemu
# NOTE(Jeffrey4l): fix the gate in iax-ord nodes for libvirt 2.0. # NOTE(Jeffrey4l): fix the gate in iax-ord nodes for libvirt 2.0.
{% if ansible_architecture == 'aarch64' %}
cpu_mode=custom
cpu_model=max
{% else %}
cpu_mode=none cpu_mode=none
{% endif %}
{# TODO(mnasiadka): Remove in Victoria #} {# TODO(mnasiadka): Remove in Victoria #}
{% if scenario == 'ceph-ansible' and is_previous_release %} {% if scenario == 'ceph-ansible' and is_previous_release %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment