koji-hub: Move koji_hub role to after /mnt/fedora_koji mount.
Signed-off-by: James Antill <james@and.org>
This commit is contained in:
parent
b402aedb72
commit
22671c8758
1 changed files with 3 additions and 1 deletions
|
@ -52,7 +52,6 @@
|
||||||
owner_user: apache
|
owner_user: apache
|
||||||
host: "riscv-koji{{env_suffix}}.fedoraproject.org"
|
host: "riscv-koji{{env_suffix}}.fedoraproject.org"
|
||||||
when: koji_instance == 'secondary'
|
when: koji_instance == 'secondary'
|
||||||
- koji_hub
|
|
||||||
- role: keytab/service
|
- role: keytab/service
|
||||||
service: HTTP
|
service: HTTP
|
||||||
owner_user: apache
|
owner_user: apache
|
||||||
|
@ -106,6 +105,9 @@
|
||||||
nfs_src_dir: 'fedora_koji_archive06'
|
nfs_src_dir: 'fedora_koji_archive06'
|
||||||
when: env == 'production' and inventory_hostname.startswith('koji')
|
when: env == 'production' and inventory_hostname.startswith('koji')
|
||||||
|
|
||||||
|
# This needs /mnt/fedora_koji/koji to exist.
|
||||||
|
- koji_hub
|
||||||
|
|
||||||
- role: nfs/client
|
- role: nfs/client
|
||||||
mnt_dir: '/mnt/koji/ostree'
|
mnt_dir: '/mnt/koji/ostree'
|
||||||
nfs_src_dir: 'fedora_ostree_content/ostree'
|
nfs_src_dir: 'fedora_ostree_content/ostree'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue