commit | e4a4ce1dbbc8abc8a0817f80fcb27437a9e6ca63 | [log] [tgz] |
---|---|---|
author | Serge Bazanski <serge@monogon.tech> | Wed Mar 22 18:29:54 2023 +0100 |
committer | Serge Bazanski <serge@monogon.tech> | Mon Apr 17 09:14:54 2023 +0000 |
tree | 1d2fc878f2e74e1e077dd8848c983c00e6ffcb6d | |
parent | 5df62bae21bd89f15321a54a33a2ff59f5cbdce8 [diff] |
metropolis: finish implementing TPMMode This wraps up the implementation of TPMMode in ClusterConfiguration, allowing operators to select whether nodes should or should not use their TPM, based on local availability. We keep the default behaviour to require a TPM, as we'd like to be secure by default. Change-Id: Ic8ac76d88ecc9de51f58ca99c92daede79d78ad7 Reviewed-on: https://review.monogon.dev/c/monogon/+/1495 Tested-by: Jenkins CI Reviewed-by: Lorenz Brun <lorenz@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!
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.
Build CLI and node image:
bazel build //metropolis/cli/dbg //:launch -c dbg
Launch an ephemeral test node:
bazel test //:launch -c dbg --test_output=streamed
Run a kubectl command while the test is running:
bazel-bin/metropolis/cli/dbg/dbg_/dbg kubectl describe node
Run full test suite:
bazel test -c dbg //...