commit | c3b0828e6e3913eec277af22385f346bf0710bfa | [log] [tgz] |
---|---|---|
author | Tim Windelschmidt <tim@monogon.tech> | Thu May 04 16:39:15 2023 +0200 |
committer | Tim Windelschmidt <tim@monogon.tech> | Mon May 08 12:21:25 2023 +0000 |
tree | fc7b8d7130bff9f6167193c2060db4f6806ba29f | |
parent | d03df119187ac7c00c07be585e20f790cc0daab4 [diff] |
cloud/bmaas/bmdb/webug: add color coding for host status To allow easier understanding of a backoff without opening the machine itself, its handy to have a color coding for the provider host status. Currently it only displays running as green and everything else as red, but that should be fine for now. Change-Id: I5f16cd6a0b14dc595c94f6ca1e647d3ba1f21d95 Reviewed-on: https://review.monogon.dev/c/monogon/+/1647 Reviewed-by: Serge Bazanski <serge@monogon.tech> Tested-by: Jenkins CI
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 //...