pkgs: specify to the nfs/client role that we're ok with mounting this in stg

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2020-05-23 20:37:20 +02:00
parent ba001ac2eb
commit bb6f7217d3

View file

@ -74,6 +74,7 @@
nfs_src_dir: 'fedora_sourcecache', nfs_mount_opts='rw,hard,bg,intr,noatime,nodev,nosuid,sec=sys,nfsvers=3' }
- { role: nfs/client,
when: env == "staging" and inventory_hostname.startswith('pkgs01'),
mount_stg: true,
mnt_dir: '/srv/cache/lookaside_prod',
nfs_src_dir: 'fedora_sourcecache', nfs_mount_opts='ro,hard,bg,intr,noatime,nodev,nosuid,sec=sys,nfsvers=3' }
- role: distgit/pagure