blob: 4d2cd95bb9b050c275bcbf49cdf4631fe0b03595 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
TODO
====
Hydra
-----
- ansible integration.
- module-commit:
- check and set git-flow and production branch in all repositories.
- check, install and test puppet pre-commit via git-hooks on all repositories using module-commit.
- bootless: properly support `$subdevice` in parted or always use first partition (like `/dev/sdb1`).
- ssh-config: hydra integration using `ProxyCommand`.
- init: add new repositories as superproject's submodules.
- deploy:
- fix /etc/puppet permissions.
- import keys and certs.
Hydractl
--------
- provision:
- command line parameters using key=value pairs.
- config parser using a custom function with `include` directive, avoiding `source`.
- install: PREFIX support.
- upgrade: run docker upgrade on all available images.
- wrapper to import/export monkeysphere keys into keyringer.
- backup-{site,copy,restore}: call backup-restore-user.
- backup-restore-site wiki.
- backup-restore-user and backup-restore-users.
- backup-restore-SERVICE: stop/start service.
- backup-copy action.
- backup-restore-sites: support for other backup locations.
- backup-restore-site:
- metastore integration for fine-grained permissions.
- use metadata do detect drupal series.
|