koji / staging: mount ostree volume on koji01.stg in two places.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
af7bd3386f
commit
0735f11b95
1 changed files with 8 additions and 0 deletions
|
@ -82,6 +82,14 @@
|
||||||
mnt_dir: '/mnt/fedora_koji_prod'
|
mnt_dir: '/mnt/fedora_koji_prod'
|
||||||
nfs_src_dir: 'fedora_koji'
|
nfs_src_dir: 'fedora_koji'
|
||||||
when: env == 'staging' and inventory_hostname.startswith('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
|
- sudo
|
||||||
- role: rabbit/user
|
- role: rabbit/user
|
||||||
username: "koji{{ env_suffix }}"
|
username: "koji{{ env_suffix }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue