mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
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:
committed by
Pierre-Yves Chibon
parent
54e7bf0640
commit
812f33003e
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user