commit | 6a058e7e0c84306cb0470f2641102a284f98fc0b | [log] [tgz] |
---|---|---|
author | Mateusz Zalega <mateusz@monogon.tech> | Wed Nov 30 18:03:07 2022 +0100 |
committer | Serge Bazanski <serge@monogon.tech> | Mon Feb 20 12:12:19 2023 +0000 |
tree | 13b4ef9a4db8275a51bbaa5026f5d926efe67b3f | |
parent | 424e201b27ce334714d870c0ad0c6e9046a14981 [diff] |
cloud/shepherd/equinix/wrapngo: init This adds a wrapper extending packngo for use with the upcoming Shepherd implementation. Supersedes: https://review.monogon.dev/c/monogon/+/989 Change-Id: I55d1a609a8b5241704c5fe4ce8c2294122cfa0c8 Reviewed-on: https://review.monogon.dev/c/monogon/+/1128 Reviewed-by: Leopold Schabel <leo@monogon.tech> Tested-by: Jenkins CI Reviewed-by: Mateusz Zalega <mateusz@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 //...