From 1f95c20f3754d7c6326706fe9fb9dd185541e05f Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 8 Mar 2016 20:12:02 -0800 Subject: [PATCH] set up the temp NFS mount for openqa prod --- playbooks/groups/openqa.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/playbooks/groups/openqa.yml b/playbooks/groups/openqa.yml index da78522ff4..b2ba8e49ca 100644 --- a/playbooks/groups/openqa.yml +++ b/playbooks/groups/openqa.yml @@ -67,3 +67,13 @@ nfs_src_dir: 'fedora_openqa_stg/images' nfs_mount_opts: 'rw,bg,nfsvers=3' tags: ['nfs_client'] + +# set up prod temp mount +- name: set up openQA server data NFS mounts + hosts: openqa + roles: + - role: nfs/client + mnt_dir: '/mnt/temp' + nfs_src_dir: 'fedora_openqa' + nfs_mount_opts: 'rw,bg,nfsvers=3' + tags: ['nfs_client']