From 0735f11b95f2e1eed1ba264c62c81cdd57676481 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 4 Oct 2019 20:04:34 +0000 Subject: [PATCH] koji / staging: mount ostree volume on koji01.stg in two places. Signed-off-by: Kevin Fenzi --- playbooks/groups/koji-hub.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/playbooks/groups/koji-hub.yml b/playbooks/groups/koji-hub.yml index 3c7cdb2678..90e5ca4fa6 100644 --- a/playbooks/groups/koji-hub.yml +++ b/playbooks/groups/koji-hub.yml @@ -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 }}"