Use Python 3 interpreter for ansible on openQA stg boxes
They are now F30. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
3eb406ccdb
commit
ca0b1da17d
2 changed files with 6 additions and 0 deletions
|
@ -12,6 +12,9 @@
|
|||
# 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"
|
||||
|
||||
# These boxes are F30, so we need Python 3 ansible
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
|
||||
external_hostname: openqa.stg.fedoraproject.org
|
||||
|
||||
openqa_static_uid: 601
|
||||
|
|
|
@ -4,5 +4,8 @@ openqa_hostname: openqa-stg01.qa.fedoraproject.org
|
|||
openqa_key: "{{ stg_openqa_apikey }}"
|
||||
openqa_secret: "{{ stg_openqa_apisecret }}"
|
||||
|
||||
# These boxes are F30, so we need Python 3 ansible
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
|
||||
deployment_type: stg
|
||||
freezes: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue