
It's to workaround issue with missing support for amd-sev-es feature by cpu used on some cloud providers. This is actually libvirt issue, and it shouldn't fail to spawn vms in such case. Please check bugzilla [1] for more details. According to [1] to workaround that bug edk2-ovmf package can be downgraded to the previous version and this is what that patch is doing. [1] https://bugzilla.redhat.com/show_bug.cgi?id=1961562 Change-Id: I076fa17852f38afce59107899197b4da4f36596a
14 lines
235 B
YAML
14 lines
235 B
YAML
---
|
|
|
|
- hosts: tempest
|
|
roles:
|
|
- tobiko-zuul
|
|
- tobiko-configure
|
|
|
|
|
|
- hosts: all
|
|
roles:
|
|
- {role: devstack-tobiko-centos, when: ansible_distribution == 'CentOS'}
|
|
- role: multi-node-setup
|
|
- role: orchestrate-devstack
|