releng-compose: add mount_stg to allow staging mounting
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
00523bee21
commit
c7db1eae55
1 changed files with 3 additions and 0 deletions
|
@ -72,14 +72,17 @@
|
||||||
- role: nfs/client
|
- role: nfs/client
|
||||||
mnt_dir: '/mnt/fedora_koji_prod'
|
mnt_dir: '/mnt/fedora_koji_prod'
|
||||||
nfs_src_dir: "{{ koji_hub_nfs }}"
|
nfs_src_dir: "{{ koji_hub_nfs }}"
|
||||||
|
mount_stg: true
|
||||||
when: "'releng_compose_stg' in group_names"
|
when: "'releng_compose_stg' in group_names"
|
||||||
- role: nfs/client
|
- role: nfs/client
|
||||||
mnt_dir: '/mnt/fedora_koji_prod/ostree'
|
mnt_dir: '/mnt/fedora_koji_prod/ostree'
|
||||||
nfs_src_dir: 'fedora_ostree_content/ostree'
|
nfs_src_dir: 'fedora_ostree_content/ostree'
|
||||||
|
mount_stg: true
|
||||||
when: "'releng_compose_stg' in group_names"
|
when: "'releng_compose_stg' in group_names"
|
||||||
- role: nfs/client
|
- role: nfs/client
|
||||||
mnt_dir: '/mnt/fedora_koji_prod/compose/ostree'
|
mnt_dir: '/mnt/fedora_koji_prod/compose/ostree'
|
||||||
nfs_src_dir: 'fedora_ostree_content/compose/ostree'
|
nfs_src_dir: 'fedora_ostree_content/compose/ostree'
|
||||||
|
mount_stg: true
|
||||||
when: "'releng_compose_stg' in group_names"
|
when: "'releng_compose_stg' in group_names"
|
||||||
|
|
||||||
- role: nfs/client
|
- role: nfs/client
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue