This website requires JavaScript.
Explore
Get Started
openstack
/
kolla-ansible
Code
Issues
Proposed changes
c1a6ca0d21
Branches
Tags
View all branches
kolla-ansible
/
tests
/
templates
/
nova-compute-overrides.j2
6 lines
95 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Enable multinode gate This patches changes deploy_gate quite a bit so in reality all deployments will now assume multinode (even if it's single node). After that we will refactor it even further to enable easy addition of new scenerios. Change-Id: I1faada46e6a7aa026128b2f01d77eabb04759439
2017-05-18 08:20:14 -07:00
[libvirt]
CI: tell Nova which CPU to emulate on AArch64 AArch64 does not have a way to get cpu features from libvirt. Change-Id: Ieed404e17e8a9829f38c03f7ee7fdb3caa3919e8
2020-04-10 15:23:05 +02:00
{% if ansible_architecture == 'aarch64' %}
cpu_mode=custom
cpu_model=max
{% endif %}
Copy Permalink