releng: update nfs for aarch64
This commit is contained in:
parent
98eec69490
commit
ebbc40deb5
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue