| commit | da1c950d5099b7384d9239d3590393080e9bc8f4 | [log] [tgz] |
|---|---|---|
| author | Tim Windelschmidt <tim@monogon.tech> | Wed May 08 01:24:29 2024 +0200 |
| committer | Tim Windelschmidt <tim@monogon.tech> | Mon May 13 10:07:37 2024 +0000 |
| tree | d33be83a68b9341f9c5f83aeef80383e5c0d5b3b | |
| parent | 2f842379253a73de17fc67385765c7862e317453 [diff] |
metropolis/pkg/(event|pki): remove dependency to consensus/client We are currently depending on the consensus client, even when we just need a plain etcd client. This change removes the dependency by adding a ThinClient interface that wraps KV amd Watcher from clientv3. Change-Id: I33994ab35ebb3a63c9dda4b588b7f529535e3083 Reviewed-on: https://review.monogon.dev/c/monogon/+/3082 Tested-by: Jenkins CI Reviewed-by: Serge Bazanski <serge@monogon.tech>
This is the main repository containing the source code for the Monogon Platform.
This is pre-release software - take a look, and check back later! In the meantime, join us on Matrix: #monogon-os-community:matrix.org.
Our build environment is self-contained and requires only minimal host dependencies:
/dev/kvm (if you want to run tests).Our docs assume that Bazelisk is available as bazel on your PATH.
Refer to SETUP.md for detailed instructions.
The source code lives in //metropolis (Metropolis is the codename of Monogon OS).
See the //metropolis/README.md for a developer quick start guide, or see the Monogon OS Handbook for user documentation.