taskotron-stg: use nfs for artifacts and buildmaster files
This commit is contained in:
parent
52e6eeef32
commit
eff53cce0e
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue