mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 23:41:43 +08:00
We don't need the scratch builds on stg any more now we've sent the new builds to updates-testing. We *do* want to use the builds from u-t on prod now (I don't want to wait a week for the stable push). Signed-off-by: Adam Williamson <awilliam@redhat.com>
27 lines
890 B
Plaintext
27 lines
890 B
Plaintext
deployment_type: prod
|
|
freezes: false
|
|
gw: 10.5.124.254
|
|
ipa_client_shell_groups:
|
|
- sysadmin-qa
|
|
ipa_client_sudo_groups:
|
|
- sysadmin-qa
|
|
ipa_host_group: openqa-workers
|
|
ipa_host_group_desc: OpenQA worker hosts
|
|
openqa_env: production
|
|
openqa_env_prefix:
|
|
# 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_hostname: openqa01.iad2.fedoraproject.org
|
|
openqa_key: "{{ prod_openqa_apikey }}"
|
|
# we are all NFS workers for now at least
|
|
openqa_nfs_worker: true
|
|
# install openQA from updates-testing, as of 2022-06 we want
|
|
# the builds that have been tested on stg on prod too
|
|
openqa_repo: updates-testing
|
|
openqa_secret: "{{ prod_openqa_apisecret }}"
|
|
openqa_workers: 4
|
|
primary_auth_source: ipa
|