diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-05-14 11:02:26 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-05-14 11:02:26 -0300 |
commit | 44d93200d365e90067b941a7f9203f6c29196f85 (patch) | |
tree | 2182d3826eee4590918508432dbbc34ddb7ac165 /doc/index.rst | |
parent | c0accb84196d996d4ddc66d1c02b7e7cc3ed9765 (diff) | |
download | hydra-44d93200d365e90067b941a7f9203f6c29196f85.tar.gz hydra-44d93200d365e90067b941a7f9203f6c29196f85.tar.bz2 |
Migrate docs to sphinx
Diffstat (limited to 'doc/index.rst')
-rw-r--r-- | doc/index.rst | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/index.rst b/doc/index.rst new file mode 100644 index 0000000..d8b34a0 --- /dev/null +++ b/doc/index.rst @@ -0,0 +1,21 @@ +Hydra Suite - Cloud Command and Control +======================================= + +The Hydra Suite is a complete set of tools for orchestration and management of +network of machines. + +This suite is made of three commands: + +* hydractl: issues commands in the current host. +* 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. + +.. toctree:: + :maxdepth: 1 + + install + management + todo |