autosign: add ostree mounts here also
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
4828817e4b
commit
183f57e385
1 changed files with 20 additions and 0 deletions
|
@ -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 }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue