buildvm: account for ppc/arm secondary arch nfs mounts
This commit is contained in:
parent
40efb6681e
commit
288c51e473
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@
|
|||
- base
|
||||
- hosts
|
||||
- { role: nfs/client, when: not inventory_hostname.startswith('arm'), mnt_dir: '/mnt/fedora_koji', nfs_src_dir: 'fedora_koji' }
|
||||
- { role: nfs/client, when: inventory_hostname.startswith('aarch64') , mnt_dir: '/mnt/fedora_koji', nfs_src_dir: 'fedora_arm/data' }
|
||||
- { role: nfs/client, when: inventory_hostname.startswith('buildvm-ppc64') , mnt_dir: '/mnt/fedora_koji', nfs_src_dir: 'fedora_ppc/data' }
|
||||
- { role: nfs/client, when: datacenter == 'staging', mnt_dir: '/mnt/fedora_koji', nfs_src_dir: 'fedora_koji' }
|
||||
- { role: fas_client, when: not inventory_hostname.startswith('bkernel') }
|
||||
- { role: sudo, when: not inventory_hostname.startswith('bkernel') }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue