commit | ab583b389efd2f334dda56e858fa298987d15cc8 | [log] [tgz] |
---|---|---|
author | Lorenz Brun <lorenz@monogon.tech> | Tue May 02 22:41:45 2023 +0200 |
committer | Lorenz Brun <lorenz@monogon.tech> | Wed May 03 13:31:56 2023 +0000 |
tree | e9592d2a3173807168be265e3728fead655b0e1e | |
parent | a3904fc44595376bc725fed7ac74dfa80d1ada94 [diff] |
m/n/core: always start network service Fix logic bug causing the network service not to be started when static network config is in use. We really need tests for this. Change-Id: I8ae29809ee453891f0781aa4e1b9f7a160610bff Reviewed-on: https://review.monogon.dev/c/monogon/+/1643 Tested-by: Jenkins CI Reviewed-by: Tim Windelschmidt <tim@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 //...