| commit | 6a328e61aece941c0b91a97c8303c235ce80f596 | [log] [tgz] |
|---|---|---|
| author | Serge Bazanski <serge@monogon.tech> | Mon Feb 12 17:37:50 2024 +0100 |
| committer | Serge Bazanski <serge@monogon.tech> | Mon Feb 19 10:08:55 2024 +0000 |
| tree | 2a4fe2f61f6fa669de2b1df016e8c6df05a70c13 | |
| parent | 9ce4071f43ce45198b702176a84342e9a8fc6e90 [diff] |
root: move metropolis-specific tools to metropolis/, rename launch-multi2 to launch-cluster Since we now have more than one top-level project it makes sense to not have metropolis aliases in the root. We also drive-by rename launch-multi2 to launch-cluster and bump it up to three nodes. Change-Id: Ic99065465006e0dace05bcc1f2a702d430014b84 Reviewed-on: https://review.monogon.dev/c/monogon/+/2764 Tested-by: Jenkins CI Reviewed-by: Leopold Schabel <leo@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 --config dbg
Launch an ephemeral test node:
bazel test //:launch --config 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 --config dbg //...