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:
Kevin Fenzi 2020-04-22 18:16:44 +00:00 committed by Pierre-Yves Chibon
parent 54e7bf0640
commit 812f33003e

View file

@ -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 }}"