From 37e6e4d939fb9448fbe64e2d2e37e29f3f2def7b Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Thu, 17 Dec 2015 21:51:59 +0000 Subject: [PATCH] and when the perms are right, might cthulhu will awake and merge stats --- playbooks/groups/logserver.yml | 4 ++++ playbooks/hosts/data-analysis01.phx2.fedoraproject.org.yml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/playbooks/groups/logserver.yml b/playbooks/groups/logserver.yml index f90fc228eb..9d26642187 100644 --- a/playbooks/groups/logserver.yml +++ b/playbooks/groups/logserver.yml @@ -39,3 +39,7 @@ roles: - cloudstats + + - role: nfs/client + mnt_dir: '/mnt/fedora_stats' + nfs_src_dir: 'fedora_stats' diff --git a/playbooks/hosts/data-analysis01.phx2.fedoraproject.org.yml b/playbooks/hosts/data-analysis01.phx2.fedoraproject.org.yml index 0b62c5c65a..0d4990ee07 100644 --- a/playbooks/hosts/data-analysis01.phx2.fedoraproject.org.yml +++ b/playbooks/hosts/data-analysis01.phx2.fedoraproject.org.yml @@ -42,7 +42,7 @@ - include: "{{ handlers }}/restart_services.yml" roles: - - { role: nfs/client, mnt_dir: '/srv/fedora_stats', nfs_src_dir: 'fedora_stats' } + - { role: nfs/client, mnt_dir: '/mnt/fedora_stats', nfs_src_dir: 'fedora_stats' } - geoip tasks: