taskotron: re-enabling hotfix for disposable client timeout increase, use python3
This commit is contained in:
parent
c4a986cad5
commit
8f7f705e67
1 changed files with 2 additions and 2 deletions
|
@ -117,8 +117,8 @@
|
|||
when: deployment_type in ['dev', 'stg', 'prod']
|
||||
|
||||
- name: hotfix libtaskotron to set longer timeout for testcloud, this should be temporary fix though :/
|
||||
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 ['stg', 'prod']
|
||||
replace: dest=/usr/lib/python3.7/site-packages/libtaskotron/ext/disposable/vm.py regexp=', timeout=60\):' replace=', timeout=120):' backup=yes
|
||||
when: deployment_type in ['dev']
|
||||
|
||||
- name: setup nested virt on virthosts with nested=true variable
|
||||
copy: src=kvm_intel.conf dest=/etc/modprobe.d/kvm_intel.conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue