blob: c4d9f9a7fa9a6fb80b15a3f878d4546a577d83cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
Hydra Process Command Tool
==========================
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: split between init (complete new hydra) and register (for an existing hydra).
- Init: generate puppet repository using "hydractl bootstrap repository"
- Sync: clone hydra configuration repository that should be created by the new init action.
- Sync: split between public and private repositories.
- Sync: Git clone URL recommendation which support for both git-annex and non-standard port.
|