mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 03:23:08 +08:00
openqa: try mounting the NFS share on stg
we're trying to move openQA's server data to an NFS share so the server boxes can be reinstalled without loss of test data. First step, try mounting the share on stg so we can create the two directories that will need to be mounted.
This commit is contained in:
@@ -48,3 +48,13 @@
|
||||
|
||||
handlers:
|
||||
- include: "{{ handlers }}/restart_services.yml"
|
||||
|
||||
- name: set up openQA server data NFS mounts
|
||||
# for now just stg while we're testing, this is a temp location to create dirs
|
||||
hosts: openqa-stg
|
||||
roles:
|
||||
- role: nfs/client
|
||||
mnt_dir: '/mnt/temp'
|
||||
nfs_src_dir: 'fedora_openqa_stg'
|
||||
nfs_mount_opts: 'rw,bg'
|
||||
tags: ['nfs_client']
|
||||
|
||||
Reference in New Issue
Block a user