commit | 28fcddc459d020bebf32d1385e2c89fb86e42085 | [log] [tgz] |
---|---|---|
author | Tim Windelschmidt <tim@monogon.tech> | Wed Apr 19 15:34:25 2023 +0200 |
committer | Tim Windelschmidt <tim@monogon.tech> | Wed Apr 19 14:12:57 2023 +0000 |
tree | c8339f063a6b3c12dd64973698e4b49694635ee1 | |
parent | ae00468363b0006ecf1ae90ed3833bbe54820df5 [diff] |
c/s/e/manager: add UseProjectKeys flag When ProjectSSHKeys is set inside a DeviceCreateRequest, only the given SSH keys are added. For debug purposes it is useful to leave it empty and fall back to the default behaviour of equinix which adds all keys that are defined inside the project Change-Id: I5f4a0d4b3bdc4b183653afd715b4104af2c2a701 Reviewed-on: https://review.monogon.dev/c/monogon/+/1569 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 //...