From: Daniel Farrell Date: Tue, 8 Mar 2016 00:21:28 +0000 (-0500) Subject: Add requirements.txt for cluster-deployer tool X-Git-Tag: release/lithium-sr4~59 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=integration%2Ftest.git;a=commitdiff_plain;h=63ad68da9efd87a8024bf6e6317fe43bf45bddfc Add requirements.txt for cluster-deployer tool Using `pip install -r requirements.txt` against this file, ideally in a virtual environment, will install the dependencies of `deploy.py` and its helper scripts. Change-Id: Ib70f617d7ecf3fa14afba22adfe39c2363a36d1c Signed-off-by: Daniel Farrell --- diff --git a/tools/clustering/cluster-deployer/requirements.txt b/tools/clustering/cluster-deployer/requirements.txt new file mode 100644 index 0000000000..1911098d27 --- /dev/null +++ b/tools/clustering/cluster-deployer/requirements.txt @@ -0,0 +1,3 @@ +pystache +# This is required by SSHLibrary import in remote_host.py +robotframework-sshlibrary