releng: add ppc koji mounts
This commit is contained in:
parent
6afdd78a84
commit
0b0b392d2e
1 changed files with 4 additions and 0 deletions
|
@ -27,6 +27,10 @@
|
||||||
mnt_dir: '/mnt/koji'
|
mnt_dir: '/mnt/koji'
|
||||||
nfs_src_dir: 'fedora_arm/data'
|
nfs_src_dir: 'fedora_arm/data'
|
||||||
when: inventory_hostname.startswith(('compose-aarch64-01'))
|
when: inventory_hostname.startswith(('compose-aarch64-01'))
|
||||||
|
- role: nfs/client
|
||||||
|
mnt_dir: '/mnt/koji'
|
||||||
|
nfs_src_dir: 'fedora_ppc/data'
|
||||||
|
when: inventory_hostname.startswith(('compose-ppc64'))
|
||||||
- role: nfs/client
|
- role: nfs/client
|
||||||
mnt_dir: '/pub'
|
mnt_dir: '/pub'
|
||||||
nfs_src_dir: 'fedora_ftp/fedora.redhat.com/pub'
|
nfs_src_dir: 'fedora_ftp/fedora.redhat.com/pub'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue