Mount /mnt/koji read only on odcs-backend prod.
This commit is contained in:
parent
593180d9a5
commit
70a168aa68
2 changed files with 7 additions and 5 deletions
|
@ -23,6 +23,8 @@ fedmsg_error_recipients:
|
|||
- cqi@fedoraproject.org
|
||||
- qwan@fedoraproject.org
|
||||
|
||||
virt_install_command: "{{ virt_install_command_two_nic }}"
|
||||
|
||||
# Neeed for rsync from log01 for logs.
|
||||
custom_rules: [ '-A INPUT -p tcp -m tcp -s 10.5.126.13 --dport 873 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 192.168.1.59 --dport 873 -j ACCEPT' ]
|
||||
|
||||
|
|
|
@ -104,12 +104,12 @@
|
|||
- odcs/backend
|
||||
- fedmsg/base
|
||||
|
||||
#- role: nfs/client
|
||||
# mnt_dir: '/mnt/fedora_koji'
|
||||
# nfs_src_dir: 'fedora_koji'
|
||||
# when: env != 'staging'
|
||||
- role: nfs/client
|
||||
mnt_dir: '/mnt/fedora_koji'
|
||||
nfs_src_dir: 'fedora_koji'
|
||||
when: env != 'staging'
|
||||
|
||||
# In staging, we mount fedora_koji as read only (see nfs_mount_opts)
|
||||
# In staging, we mount fedora_koji as read only (see nfs_mount_opts)
|
||||
- role: nfs/client
|
||||
mnt_dir: '/mnt/fedora_koji_prod'
|
||||
nfs_src_dir: 'fedora_koji'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue