Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rodo/puppet-tsung
Puppet module to install tsung from source
https://github.com/rodo/puppet-tsung
Last synced: 3 months ago
JSON representation
Puppet module to install tsung from source
- Host: GitHub
- URL: https://github.com/rodo/puppet-tsung
- Owner: rodo
- License: gpl-3.0
- Created: 2014-05-12T09:26:37.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-14T07:52:30.000Z (over 10 years ago)
- Last Synced: 2024-04-16T07:03:10.080Z (7 months ago)
- Language: Puppet
- Size: 227 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-tsung - puppet-tsung - Puppet module to install Tsung from source. (Tools / Configuration Management)
README
puppet-tsung
============Puppet module to install tsung from source
This module only install dependencies to run tsung, the perl scripts
distribute will not work, you'll have to install by your own gnuplot
ans libtemplate-perl on the controller.TESTED ON
=========* Ubuntu 14.04 LTS 64 Bits (puppet agent 3.3)
* Ubuntu 12.04 LTS 64 Bits (puppet agent 3.3)
* Debian Wheezy 7.4
Ubuntu releases were tested on OpenStack VM and Amazon EC2 instance
INSTALL
=======clone this repository in /etc/puppet/modules/tsung
On puppet master :
# cd /etc/puppet/modules
# git clone https://github.com/rodo/puppet-tsung.git tsung
CONFIGURE
=========You'll need to have at least one ssh key present in files/ see the
file `files/README` to generate it.DISCLAIMER
==========By default all tsung hosts will have the same ssh key, you only need
to have ssh access between the controller to other nodes, it's
possible to improve this part. To keep this puppet receipe simple we
only use one key.Ssh host checking is disabled, if you don't want this, change the
`files/config` and initialise all connection bettween your nodes.