buildhw: mount arm koji nfs export for aarch64 builders
This commit is contained in:
parent
bc4eab6e48
commit
ac36173b75
2 changed files with 2 additions and 1 deletions
|
@ -15,6 +15,7 @@
|
|||
roles:
|
||||
- base
|
||||
- { role: nfs/client, when: inventory_hostname.startswith('build') , 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' }
|
||||
- koji_builder
|
||||
- { role: bkernel, when: inventory_hostname.startswith('bkernel') }
|
||||
- hosts
|
||||
|
|
|
@ -177,7 +177,7 @@
|
|||
|
||||
- name: make a mnt/koji link
|
||||
file: state=link src=/mnt/fedora_koji/koji dest=/mnt/koji
|
||||
when: inventory_hostname.startswith('build')
|
||||
when: inventory_hostname.startswith('build','aarch64')
|
||||
tags:
|
||||
- koji_builder
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue