We begin our journey up Mount Koji

Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
Rick Elrod 2018-06-27 14:59:53 +00:00
parent 5572848320
commit 2953e52248
3 changed files with 14 additions and 0 deletions

View file

@ -45,6 +45,8 @@ odcs_allowed_clients_users: {"jscotka": {}, "sgallagh": {}}
virt_install_command: "{{ virt_install_command_two_nic }}"
nfs_mount_opts: "ro,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3"
# For the MOTD
csi_security_category: Low
csi_primary_contact: Factory 2 factory2-members@fedoraproject.org

View file

@ -49,6 +49,10 @@ odcs_target_dir_url: https://odcs.stg.fedoraproject.org/composes
odcs_allowed_clients_users:
jscotka: {}
virt_install_command: "{{ virt_install_command_two_nic }}"
nfs_mount_opts: "ro,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3"
# For the MOTD
csi_security_category: Low
csi_primary_contact: Factory 2 factory2-members@fedoraproject.org

View file

@ -86,6 +86,14 @@
- mod_wsgi
- fedmsg/base
- odcs/frontend
- role: nfs/client
mnt_dir: '/mnt/fedora_koji'
nfs_src_dir: 'fedora_koji'
when: env != 'staging'
- role: nfs/client
mnt_dir: '/mnt/fedora_koji_prod'
nfs_src_dir: 'fedora_koji'
when: env == 'staging'
handlers:
- import_tasks: "{{ handlers_path }}/restart_services.yml"