blob: b61abc452e275491df54eb0a3d6dec21c400e738 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
Hydra Suite - Cloud Command and Control
=======================================
The Hydra Suite is a complete set of tools for orchestration and management
of computers.
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.
TODO
----
Hydra:
- Init: create config and doc repositories.
- Init: generate puppet repository using "hydractl bootstrap repository"
- Sync: split between public and private repositories.
- Sync: Git clone URL recommendation which support for both git-annex and non-standard port.
- Uniform syntax for specifying nodes (either by hostname or fqdn) on deploy and import-key.
|