releng: update nfs for aarch64

This commit is contained in:
Peter Robinson 2015-12-16 15:58:29 +00:00
parent 98eec69490
commit ebbc40deb5

View file

@ -22,10 +22,15 @@
- role: nfs/client
mnt_dir: '/mnt/fedora_koji'
nfs_src_dir: 'fedora_koji'
when: inventory_hostname.startswith(('compose-x86-01','arm01-releng'))
- role: nfs/client
mnt_dir: '/mnt/fedora_koji'
nfs_src_dir: 'fedora_arm/data'
when: inventory_hostname.startswith(('compose-aarch86-01'))
- role: nfs/client
mnt_dir: '/pub'
nfs_src_dir: 'fedora_ftp/fedora.redhat.com/pub'
when: not inventory_hostname.startswith('arm01')
when: inventory_hostname.startswith(('compose-x86-01'))
- fedmsg/base
- releng