commit | 6294854ace5e06e3b731878544eb39f5351de66d | [log] [tgz] |
---|---|---|
author | Lorenz Brun <lorenz@monogon.tech> | Tue Jan 10 13:28:44 2023 +0000 |
committer | Serge Bazanski <serge@monogon.tech> | Tue Jan 24 13:39:54 2023 +0000 |
tree | 1281485cc669a4d77f9bc87684fb5539d0595e8a | |
parent | 7eeec65b849695e7bb1be072e6911694b8a02f54 [diff] |
c/agent: add hardware report This adds an agent which currently just gathers hardware information and dumps it to stdout. Change-Id: Idb8518d3e40096dd3dd881808bc6ac98082083a0 Reviewed-on: https://review.monogon.dev/c/monogon/+/1067 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!
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 //...