releng-compose: adjust staging ostree mounts to be ro
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
2a84060325
commit
0925f3fa13
1 changed files with 3 additions and 0 deletions
|
@ -73,16 +73,19 @@
|
||||||
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
|
mount_stg: true
|
||||||
|
nfs_mount_opts: "ro,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3"
|
||||||
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/koji/ostree'
|
mnt_dir: '/mnt/fedora_koji_prod/koji/ostree'
|
||||||
nfs_src_dir: 'fedora_ostree_content/ostree'
|
nfs_src_dir: 'fedora_ostree_content/ostree'
|
||||||
mount_stg: true
|
mount_stg: true
|
||||||
|
nfs_mount_opts: "ro,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3"
|
||||||
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/koji/compose/ostree'
|
mnt_dir: '/mnt/fedora_koji_prod/koji/compose/ostree'
|
||||||
nfs_src_dir: 'fedora_ostree_content/compose/ostree'
|
nfs_src_dir: 'fedora_ostree_content/compose/ostree'
|
||||||
mount_stg: true
|
mount_stg: true
|
||||||
|
nfs_mount_opts: "ro,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3"
|
||||||
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