autosign: add ostree mounts here also

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-02-25 14:08:19 +00:00 committed by Pierre-Yves Chibon
parent 4828817e4b
commit 183f57e385

View file

@ -29,6 +29,26 @@
mnt_dir: '/mnt/fedora_koji'
nfs_src_dir: 'fedora_koji'
when: env != 'staging'
- role: nfs/client
mnt_dir: '/mnt/fedora_koji/koji/ostree'
nfs_src_dir: 'fedora-ostree-content/ostree'
when: env != 'staging'
- role: nfs/client
mnt_dir: '/mnt/fedora_koji/koji/compose/ostree'
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: rabbit/queue
username: "robosignatory{{ env_suffix }}"
queue_name: "robosignatory{{ env_suffix }}"