From 3ba0f538f92a21a9668d43352dc44dab3756464d Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 16 Oct 2014 17:06:38 +0000 Subject: [PATCH] Use /mnt/fedora_koji in staging. --- playbooks/groups/composers.yml | 4 ++-- .../server/files/koji01.stg.phx2.fedoraproject.org-exports | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/playbooks/groups/composers.yml b/playbooks/groups/composers.yml index de25ee7ee3..cf7cc73a4e 100644 --- a/playbooks/groups/composers.yml +++ b/playbooks/groups/composers.yml @@ -48,8 +48,8 @@ nfs_src_dir: 'fedora_koji' when: datacenter != 'staging' - role: nfs/client - mnt_dir: 'mnt/koji' - nfs_src_dir: 'mnt/koji' + mnt_dir: 'mnt/fedora_koji' + nfs_src_dir: 'mnt/fedora_koji' when: datacenter == 'staging' - releng - fedmsg/base diff --git a/roles/nfs/server/files/koji01.stg.phx2.fedoraproject.org-exports b/roles/nfs/server/files/koji01.stg.phx2.fedoraproject.org-exports index ec905fec47..4cbd50c95b 100644 --- a/roles/nfs/server/files/koji01.stg.phx2.fedoraproject.org-exports +++ b/roles/nfs/server/files/koji01.stg.phx2.fedoraproject.org-exports @@ -1 +1 @@ -/mnt/koji 10.5.126.90(rw,no_root_squash) 10.5.126.14(rw,no_root_squash) 10.5.126.6(rw,no_root_squash) +/mnt/fedora_koji 10.5.126.90(rw,no_root_squash) 10.5.126.14(rw,no_root_squash) 10.5.126.6(rw,no_root_squash)