taskotron: remove old hotfix for testcloud
This commit is contained in:
parent
84bdb84a65
commit
c4a986cad5
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@
|
||||||
|
|
||||||
- name: hotfix libtaskotron to set longer timeout for testcloud, this should be temporary fix though :/
|
- 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
|
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', 'prod']
|
when: deployment_type in ['stg', 'prod']
|
||||||
|
|
||||||
- name: setup nested virt on virthosts with nested=true variable
|
- name: setup nested virt on virthosts with nested=true variable
|
||||||
copy: src=kvm_intel.conf dest=/etc/modprobe.d/kvm_intel.conf
|
copy: src=kvm_intel.conf dest=/etc/modprobe.d/kvm_intel.conf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue