releng-compose: add mount_stg to allow staging mounting

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2021-11-09 16:34:35 -08:00
parent 00523bee21
commit c7db1eae55

View file

@ -72,14 +72,17 @@
- role: nfs/client
mnt_dir: '/mnt/fedora_koji_prod'
nfs_src_dir: "{{ koji_hub_nfs }}"
mount_stg: true
when: "'releng_compose_stg' in group_names"
- role: nfs/client
mnt_dir: '/mnt/fedora_koji_prod/ostree'
nfs_src_dir: 'fedora_ostree_content/ostree'
mount_stg: true
when: "'releng_compose_stg' in group_names"
- role: nfs/client
mnt_dir: '/mnt/fedora_koji_prod/compose/ostree'
nfs_src_dir: 'fedora_ostree_content/compose/ostree'
mount_stg: true
when: "'releng_compose_stg' in group_names"
- role: nfs/client