taskotron-stg: use nfs for artifacts and buildmaster files

This commit is contained in:
Martin Krizek 2016-12-15 15:17:21 +00:00
parent 52e6eeef32
commit eff53cce0e
2 changed files with 2 additions and 1 deletions

View file

@ -30,7 +30,7 @@ fas_client_groups: sysadmin-qa,sysadmin-main
# virtual machine
############################################################
lvm_size: 95000
lvm_size: 20000
mem_size: 4096
num_cpus: 4

View file

@ -55,6 +55,7 @@
- { role: taskotron/taskotron-trigger, tags: ['trigger'] }
- { role: taskotron/taskotron-frontend, tags: ['frontend'] }
- { role: taskotron/taskotron-master, tags: ['taskotronmaster'] }
- { role: nfs/client, mnt_dir: '/srv/', nfs_src_dir: 'fedora_taskotron_stg', when: deployment_type == 'stg' }
handlers:
- include: "{{ handlers }}/restart_services.yml"