Modifications to deployer to install a dsbenchmark distribution
authorMoiz Raja <moraja@cisco.com>
Fri, 12 Jun 2015 21:14:32 +0000 (14:14 -0700)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 15 Jun 2015 02:55:21 +0000 (02:55 +0000)
commitd7293043ea9148c6730bb40fd8ea23ec195256b3
tree99fe70e3e44ea9d8bfe520709e02ee7ee34d57f9
parentd5f75eefe73c71366f2eb4805b2f2a23c77ee42f
Modifications to deployer to install a dsbenchmark distribution

- Made a bunch of changes to deploy.py to just make it pep8 compatible
- Made some modifications so that if a template does not exist we
  return nothing. This allows us to put copy some of the templates
  only if they are available
- Added a new template for dsbenchmark tests

Change-Id: I9f3b274533c191d6e42b438dac75bb7830c3986a
Signed-off-by: Moiz Raja <moraja@cisco.com>
test/tools/clustering/cluster-deployer/deploy.py
test/tools/clustering/cluster-deployer/remote_host.py
test/tools/clustering/cluster-deployer/templates/dsbenchmark/akka.conf.template [new file with mode: 0644]
test/tools/clustering/cluster-deployer/templates/dsbenchmark/jolokia.xml.template [new file with mode: 0644]
test/tools/clustering/cluster-deployer/templates/dsbenchmark/module-shards.conf.template [new file with mode: 0644]
test/tools/clustering/cluster-deployer/templates/dsbenchmark/modules.conf.template [new file with mode: 0644]
test/tools/clustering/cluster-deployer/templates/dsbenchmark/org.apache.karaf.features.cfg.template [new file with mode: 0644]
test/tools/clustering/cluster-deployer/templates/dsbenchmark/org.apache.karaf.management.cfg.template [new file with mode: 0644]
test/tools/clustering/cluster-deployer/templates/dsbenchmark/org.opendaylight.controller.cluster.datastore.cfg.template [new file with mode: 0644]