Set ansible_python_interpreter to python3 for all openQA boxes
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
75bdc0fef4
commit
7a5755597e
4 changed files with 7 additions and 4 deletions
|
@ -3,6 +3,9 @@
|
|||
# in the plays so we can change them over time and also so the plays
|
||||
# can be used for non-infra deployments.
|
||||
|
||||
# These boxes are F30+, so we need Python 3 ansible
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
|
||||
openqa_static_uid: 601
|
||||
|
||||
openqa_hostname: localhost
|
||||
|
|
|
@ -12,9 +12,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"
|
||||
|
||||
# These boxes are F30, so we need Python 3 ansible
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
|
||||
external_hostname: openqa.stg.fedoraproject.org
|
||||
|
||||
openqa_dbname: openqa-stg
|
||||
|
|
|
@ -11,7 +11,7 @@ openqa_secret: "{{ stg_openqa_apisecret }}"
|
|||
openqa_env_suffix: .stg
|
||||
openqa_env: staging
|
||||
|
||||
# These boxes are F30, so we need Python 3 ansible
|
||||
# These boxes are F30+, so we need Python 3 ansible
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
|
||||
deployment_type: stg
|
||||
|
|
|
@ -11,5 +11,8 @@ openqa_secret: "{{ prod_openqa_apisecret }}"
|
|||
openqa_env_suffix:
|
||||
openqa_env: production
|
||||
|
||||
# These boxes are F30+, so we need Python 3 ansible
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
|
||||
deployment_type: prod
|
||||
freezes: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue