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>
9 lines
454 B
Text
9 lines
454 B
Text
# here we keep variables that are used on all openQA boxes, servers
|
|
# and workers, prod and lab.
|
|
|
|
# this is UID and GID of geekotest on the server (the user openQA
|
|
# runs as). The asset dirs are owned by this user and group. We also
|
|
# create geekotest on the workers with this GID and add _openqa-worker
|
|
# to that group, so os-autoinst can write to the asset dirs, which it
|
|
# needs to do when uncompressing compressed disk assets.
|
|
openqa_static_uid: 601
|