RETIRED, Plain Hadoop (vanilla) provisioning plugin for Sahara
Go to file
Dmitry Mescheryakov b728bc58d2 Wrapping ssh calls into subprocesses
Eventlet does not work properly with Paramiko when several connections
are opened concurrently (see bug #1212341). The fix moves ssh calls
from main code to subprocess to avoid the issue.

Also changed:
 * added timeout to all remote operations
 * old SSH utilities were moved from remote.py to integration tests,
   because new ones can not be utilized there

Fixes: bug #1212341

Change-Id: Ib89af3a3bbcb587af46dad3431d512a21d1ba826
2013-09-11 14:58:11 +04:00
.gitignore Improve coverage calculation 2013-08-05 23:12:35 +04:00
requirements.txt Sync requirements with os/requirements 2013-09-09 23:01:30 +04:00
setup.cfg Wrapping ssh calls into subprocesses 2013-09-11 14:58:11 +04:00
setup.py Migrate to pbr 2013-08-27 19:18:44 +04:00
test-requirements.txt Move Babel from test to runtime requirements 2013-08-31 14:47:38 +04:00
tox.ini Migrate to Conductor 2013-08-19 00:07:21 +04:00