releng: add secondary mirror nfs for AltArch compose hosts

This commit is contained in:
Peter Robinson 2016-05-13 10:18:09 +00:00
parent 09de9fac76
commit 0b8cde5bea
2 changed files with 2 additions and 0 deletions

View file

@ -29,6 +29,7 @@
- fedmsg/base
- { role: nfs/client, when: "'releng-stg' not in group_names", mnt_dir: '/mnt/fedora_koji', nfs_src_dir: "{{ koji_hub_nfs }}" }
- { role: nfs/client, when: "'releng-compose' in group_names", mnt_dir: '/pub', nfs_src_dir: 'fedora_ftp/fedora.redhat.com/pub' }
- { role: nfs/client, when: "'releng-secondary' in group_names", mnt_dir: '/pub/fedora-secondary', nfs_src_dir: '/fedora_ftp/fedora.redhat.com/pub/fedora-secondary' }
- { role: nfs/client, when: "'releng-stg' in group_names", mnt_dir: '/mnt/fedora_koji_prod', nfs_src_dir: "{{ koji_hub_nfs }}" }
- releng

View file

@ -66,6 +66,7 @@
file: state=directory path={{ item }}
with_items:
- /pub
- /pub/fedora-secondary
- /epel
- /mnt/fedora_koji
- /var/spool/rsyslog