diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-06-13 13:59:52 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-06-13 13:59:52 -0300 |
commit | 7d8254ff6ad916473dec97df6bcd713aa9b8d5d3 (patch) | |
tree | a005b22c116efa23a42b2d4d7d779409f901b282 | |
parent | 0ea27105fbce789c6540252e8e5444ef23a0cb29 (diff) | |
download | hydra-7d8254ff6ad916473dec97df6bcd713aa9b8d5d3.tar.gz hydra-7d8254ff6ad916473dec97df6bcd713aa9b8d5d3.tar.bz2 |
README update
-rw-r--r-- | README.md | 25 |
1 files changed, 21 insertions, 4 deletions
@@ -1,8 +1,8 @@ Hydra Suite - Cloud Command and Control ======================================= -The Hydra Suite is a complete set of tools for orchestration and management -of network of computers. +The Hydra Suite is a complete set of tools for orchestration and management of +network of machines. This suite is made of three commands: @@ -10,15 +10,23 @@ This suite is made of three commands: - hydra: issues commands on multiple hosts. - hydras: issues commands to multiple sets of hosts. +It is also built around a set of Puppet modules which does the actual +configuration of each system. + Installation ------------ First, clone the code: git clone git://git.sarava.org/hydra.git - cd hydra && git tag -v -Then add hydra folder to your `$PATH` or run the following command to install +Then check the source integrity of the latest release: + + cd hydra + tag="`git describe --abbrev=0 --tags` + git tag -v $tag && git checkout $tag # check the source! + +Finally, add hydra folder to your `$PATH` or run the following command to install it under `/usr/local`: ./hydractl deploy @@ -39,3 +47,12 @@ Use the following commands to create the needed repositories when starting a new hydra example init ~/file/example hydra example config domain example.org + +Dependencies +------------ + +Major direct upstreams: + +* [https://www.debian.org Debian]. +* [http://docs.puppetlabs.com Puppet]. +* [Shared Puppet Modules Initiative](https://labs.riseup.net/code/projects/sharedpuppetmodules). |