koji / staging: mount ostree volume on koji01.stg in two places.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-10-04 20:04:34 +00:00 committed by Pierre-Yves Chibon
parent af7bd3386f
commit 0735f11b95

View file

@ -82,6 +82,14 @@
mnt_dir: '/mnt/fedora_koji_prod'
nfs_src_dir: 'fedora_koji'
when: env == 'staging' and inventory_hostname.startswith('koji')
- role: nfs/client
mnt_dir: '/mnt/koji/ostree'
nfs_src_dir: 'fedora-ostree-content/ostree'
when: env == 'staging' and inventory_hostname.startswith('koji')
- role: nfs/client
mnt_dir: '/mnt/koji/compose/ostree'
nfs_src_dir: 'fedora-ostree-content/compose/ostree'
when: env == 'staging' and inventory_hostname.startswith('koji')
- sudo
- role: rabbit/user
username: "koji{{ env_suffix }}"