autosign / staging: just do not mount ostree mounts for now as we do not have a eth1 setup on that vm
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
54e7bf0640
commit
812f33003e
1 changed files with 9 additions and 9 deletions
|
@ -39,15 +39,15 @@
|
|||
nfs_src_dir: 'fedora-ostree-content/compose/ostree'
|
||||
when: env != 'staging'
|
||||
|
||||
- role: nfs/client
|
||||
mnt_dir: '/mnt/fedora_koji/koji/ostree'
|
||||
nfs_src_dir: 'fedora-ostree-content-stg/ostree'
|
||||
when: env == 'staging'
|
||||
|
||||
- role: nfs/client
|
||||
mnt_dir: '/mnt/fedora_koji/koji/compose/ostree'
|
||||
nfs_src_dir: 'fedora-ostree-content-stg/compose/ostree'
|
||||
when: env == 'staging'
|
||||
# - role: nfs/client
|
||||
# mnt_dir: '/mnt/fedora_koji/koji/ostree'
|
||||
# nfs_src_dir: 'fedora-ostree-content-stg/ostree'
|
||||
# when: env == 'staging'
|
||||
#
|
||||
# - role: nfs/client
|
||||
# mnt_dir: '/mnt/fedora_koji/koji/compose/ostree'
|
||||
# nfs_src_dir: 'fedora-ostree-content-stg/compose/ostree'
|
||||
# when: env == 'staging'
|
||||
|
||||
- role: rabbit/queue
|
||||
username: "robosignatory{{ env_suffix }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue