releng-compose: adjust staging ostree mounts to be ro

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2021-11-09 17:20:03 -08:00
parent 2a84060325
commit 0925f3fa13

View file

@ -73,16 +73,19 @@
mnt_dir: '/mnt/fedora_koji_prod'
nfs_src_dir: "{{ koji_hub_nfs }}"
mount_stg: true
nfs_mount_opts: "ro,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3"
when: "'releng_compose_stg' in group_names"
- role: nfs/client
mnt_dir: '/mnt/fedora_koji_prod/koji/ostree'
nfs_src_dir: 'fedora_ostree_content/ostree'
mount_stg: true
nfs_mount_opts: "ro,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3"
when: "'releng_compose_stg' in group_names"
- role: nfs/client
mnt_dir: '/mnt/fedora_koji_prod/koji/compose/ostree'
nfs_src_dir: 'fedora_ostree_content/compose/ostree'
mount_stg: true
nfs_mount_opts: "ro,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3"
when: "'releng_compose_stg' in group_names"
- role: nfs/client