aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-05-14 11:02:26 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-05-14 11:02:26 -0300
commit44d93200d365e90067b941a7f9203f6c29196f85 (patch)
tree2182d3826eee4590918508432dbbc34ddb7ac165 /README.md
parentc0accb84196d996d4ddc66d1c02b7e7cc3ed9765 (diff)
downloadhydra-44d93200d365e90067b941a7f9203f6c29196f85.tar.gz
hydra-44d93200d365e90067b941a7f9203f6c29196f85.tar.bz2
Migrate docs to sphinx
Diffstat (limited to 'README.md')
-rw-r--r--README.md57
1 files changed, 0 insertions, 57 deletions
diff --git a/README.md b/README.md
deleted file mode 100644
index 758de9f..0000000
--- a/README.md
+++ /dev/null
@@ -1,57 +0,0 @@
-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.
-
-Installation
-------------
-
-First, clone the code:
-
- git clone git://git.fluxo.info/hydra.git && cd hydra
-
-Then check the source integrity of the latest release:
-
- tag="`git describe --abbrev=0 --tags`"
- git tag -v $tag && git checkout $tag
-
-Finally, add hydra folder to your `$PATH` or run the following command to install
-it under `/usr/local`:
-
- ./hydractl install
-
-Managing an existing network
-----------------------------
-
-If you have enough credentials (ssh pubkey set in the server), you can fetch
-all the needed repositories and configurations to a local folder
-`~/file/example` using simply the following command:
-
- hydra example init ~/file/example git@admin.example.org:example.git
-
-Creating a new network
-----------------------
-
-Use the following commands to create the needed repositories when starting a new network:
-
- 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://gitlab.com/groups/shared-puppet-modules-group).