mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 19:06:39 +08:00
The main goal of these changes is to allow all workers in each deployment NFS write access to the factory share. This is because I want to try using os-autoinst's at-job-run-time decompression of disk images instead of openQA's at-asset-download-time decompression; it avoids some awkwardness with the asset file name, and should also actually allow us to drop the decompression code from openQA I think. I also rejigged various other things at the same time as they kinda logically go together. It's mostly cleanups and tweaks to group variables. I tried to handle more things explicitly with variables, as it's better for use of these plays outside of Fedora infra. Signed-off-by: Adam Williamson <awilliam@redhat.com>
19 lines
552 B
Plaintext
19 lines
552 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: production
|
|
|
|
# we are all NFS workers for now at least
|
|
openqa_nfs_worker: true
|
|
|
|
deployment_type: prod
|
|
freezes: false
|