aboutsummaryrefslogtreecommitdiff
path: root/docs/todo.md
blob: 48cbf9405d980d72ce857c040f0a87e41f653809 (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
36
37
38
39
40
41
42
43
44
45
# TODO

## hydra

* [ ] Deploy:
    * [ ] Collect basic hardware information along with facts: cpuid,
          dmidecode, hwinfo, lsblk, lscpu, lshw, lspci, lsusb etc.
          Store somewhere under the `config/hardware` folder?
    * [ ] Command line is broken for ansible when multiple nodes are provided.
    * [ ] Use console-based GnuPG agent when calling `keyringer`.
* [ ] Mass:
    * [ ] Support for [cumin][] ([Debian package](https://tracker.debian.org/pkg/cumin)).

[cumin]: https://github.com/wikimedia/cumin

## hydractl

* [ ] External volume script (replacing new drive procedure from
      `docs/backups.md`).
* [ ] Mount/umount media:
    * [ ] Fix STANDBY handling on external drives:
          > Disabling STANDBY on drive...
          > couldn't find field acronym: STANDBY
          >     [perhaps a '--transport=<tn>' or '--vendor=<vn>' option is needed]
    * [ ] Mount/umount system volume supporting split partiton scheme (`root`,
          `var`, `home` etc).
    * [ ] Try to detected the device partition (`/dev/sdb1` etc) based
          on the LUKS2 label.
* [ ] Syncing:
    * [ ] Syncing packages: a frontend to `apt-offline` that uses `git-annex`
          repositories: getting, installing, cleaning. One node can request
          packages through an external drive, and another can fetch then.
    * [ ] Integration with [Baobáxia](https://baobaxia.mocambos.net)?
          Maybe that will already happen if `git-annex` can run directly
          on a mucua's repository.
    * [ ] Merge `sync-home` into `sync-tpc`, or make `sync-tpc` call
          `sync-home`, to avoid code duplication.
* [ ] Provision:
    * [ ] Fix booting issues detailed [here](tpc.md#booting).
* [ ] Upgrade:
    * [ ] Support for [fwupd](https://fwupd.org), at least for showing
          available updates.
    * [ ] Raspbian does not have the `non-free-firmware` component?
          Maybe this is not an issue, as we may move away from
          Raspbian/Raspberry Pi OS.