The 2023-05 git builds look good on stg, and are now in u-t, so drop the scratch repos on stg and enable u-t on prod so we get the builds from u-t everywhere. Signed-off-by: Adam Williamson <awilliam@redhat.com>
26 lines
908 B
Text
26 lines
908 B
Text
deployment_type: stg
|
|
freezes: false
|
|
gw: 10.3.174.254
|
|
ipa_client_shell_groups:
|
|
- sysadmin-qa
|
|
ipa_client_sudo_groups:
|
|
- sysadmin-qa
|
|
ipa_host_group: openqa-lab-workers
|
|
ipa_host_group_desc: OpenQA Lab worker hosts
|
|
openqa_env: staging
|
|
openqa_env_prefix: stg-
|
|
# 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: .stg
|
|
openqa_hostname: openqa-lab01.iad2.fedoraproject.org
|
|
openqa_key: "{{ stg_openqa_apikey }}"
|
|
# we are all NFS workers for now at least
|
|
openqa_nfs_worker: true
|
|
# install openQA and os-autoinst from updates-testing - this is
|
|
# staging, we live ON THE EDGE (radical guitar riff)
|
|
openqa_repo: updates-testing
|
|
openqa_secret: "{{ stg_openqa_apisecret }}"
|
|
openqa_workers: 4
|
|
primary_auth_source: ipa
|