(hopefully) enabled nested virt for openqa servers
at deployment time, automatically (it was done manually before)
This commit is contained in:
parent
d2904dde1d
commit
96fb35d6b8
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
|||
# this is to enable nested virt, which we need for disk image creation
|
||||
virt_install_command: "{{ virt_install_command_one_nic }} --cpu=host-passthrough,+vmx"
|
||||
|
||||
external_hostname: openqa.fedoraproject.org
|
||||
|
||||
openqa_hostname: localhost
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# This setup is a bit out of the ordinary for a staging system. As the openqa
|
||||
# scheduler needs up-to-date information from the wiki and koji, it doens't
|
||||
# scheduler needs up-to-date information from the wiki and koji, it doesn't
|
||||
# work well as a proper staging host.
|
||||
#
|
||||
# We decided to keep it a pseudo-staging host that will get new versions of
|
||||
|
@ -9,6 +9,9 @@
|
|||
# it should still be using the stg proxies and the external hostname will still
|
||||
# be stg.fedoraproject.org
|
||||
|
||||
# this is to enable nested virt, which we need for disk image creation
|
||||
virt_install_command: "{{ virt_install_command_one_nic }} --cpu=host-passthrough,+vmx"
|
||||
|
||||
external_hostname: openqa.stg.fedoraproject.org
|
||||
|
||||
openqa_hostname: localhost
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue