Files
fedora-infra_ansible/inventory/group_vars/openqa_workers
Adam Williamson fe1981d292 openQA: disable u-t for prod
Don't need it now, latest openQA is pushed stable.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2021-06-01 12:20:24 -07:00

28 lines
746 B
Plaintext

gw: 10.5.124.254
openqa_workers: 4
openqa_hostname: openqa01.iad2.fedoraproject.org
openqa_key: "{{ prod_openqa_apikey }}"
openqa_secret: "{{ prod_openqa_apisecret }}"
# this is because openqa staging isn't really a staging host
# we don't want to set env_suffix to stg on it because that may
# break some other plays, but we do need the env suffix for the
# fedora-messaging bits, so let's make our own
openqa_env_suffix:
openqa_env_prefix:
openqa_env: production
# we are all NFS workers for now at least
openqa_nfs_worker: true
deployment_type: prod
freezes: false
primary_auth_source: ipa
ipa_host_group: openqa-workers
ipa_host_group_desc: OpenQA worker hosts
ipa_client_shell_groups:
- sysadmin-qa
ipa_client_sudo_groups:
- sysadmin-qa