iad2: buildvm: adjust mounts for iad2
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
1f467abfce
commit
d9839a8286
1 changed files with 1 additions and 11 deletions
|
@ -26,7 +26,7 @@
|
|||
role: nfs/client,
|
||||
mnt_dir: "/mnt/fedora_koji",
|
||||
nfs_src_dir: "{{ koji_hub_nfs }}",
|
||||
when: "env == 'staging' or createrepo",
|
||||
when: "env == 'staging' or createrepo or 'runroot' in group_names",
|
||||
}
|
||||
- role: nfs/client
|
||||
mnt_dir: '/mnt/koji/ostree'
|
||||
|
@ -38,16 +38,6 @@
|
|||
nfs_src_dir: 'fedora-ostree-content/compose/ostree'
|
||||
when: env != 'staging' and 'runroot' in group_names and not inventory_hostname.startswith('buildvm-s390x')
|
||||
|
||||
- role: nfs/client
|
||||
mnt_dir: '/mnt/koji/ostree'
|
||||
nfs_src_dir: 'fedora_ostree_content/ostree'
|
||||
when: env != 'staging' and 'runroot' in group_names and not inventory_hostname.startswith('buildvm-s390x')
|
||||
|
||||
- role: nfs/client
|
||||
mnt_dir: '/mnt/koji/compose/ostree'
|
||||
nfs_src_dir: 'fedora_ostree_content/compose/ostree'
|
||||
when: env != 'staging' and 'runroot' in group_names and not inventory_hostname.startswith('buildvm-s390x')
|
||||
|
||||
- role: nfs/client
|
||||
mnt_dir: '/mnt/koji/ostree'
|
||||
nfs_src_dir: 'fedora-ostree-content-stg/ostree'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue