hotfix libtaskotron to set longer timeout for testcloud (dev,stg)
This commit is contained in:
parent
142aed6c9c
commit
dc25d75d18
1 changed files with 4 additions and 0 deletions
|
@ -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']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue