hotfix libtaskotron to set longer timeout for testcloud (dev,stg)

This commit is contained in:
Martin Krizek 2016-10-06 14:20:48 +00:00
parent 142aed6c9c
commit dc25d75d18

View file

@ -88,3 +88,7 @@
- name: copy hotfixed domain template to add graphics card
copy: src=domain-template.jinja-hotfix dest=/var/lib/testcloud/domain-template.jinja owner=qemu group=testcloud mode=0764
when: deployment_type in ['dev', 'stg']
- name: hotfix libtaskotron to set longer timeout for testcloud
replace: dest=/usr/lib/python2.7/site-packages/libtaskotron/ext/disposable/vm.py regexp=', timeout=60):' replace=', timeout=120):' backup=yes
when: deployment_type in ['dev', 'stg']