commit | 51987d6cca3b619f365f978c1ce09012cdf23276 | [log] [tgz] |
---|---|---|
author | Serge Bazanski <serge@monogon.tech> | Thu Apr 06 16:35:35 2023 +0200 |
committer | Tim Windelschmidt <tim@monogon.tech> | Thu Apr 06 21:48:42 2023 +0000 |
tree | 5790faeb4e218f790e1efc2c03c9fa7a94dea334 | |
parent | 752fda3e5255bd6e0f08c4e2498b0bf7af15c321 [diff] |
c/shepherd/equinix/manager: add CA certificate path flag This lets us specify a CA certificate that the Agent will then use to verify the endpoint it's connecting to. Change-Id: Iaa85caa156cbe8ad45ba6a3b8a820a40e15e012c Reviewed-on: https://review.monogon.dev/c/monogon/+/1509 Tested-by: Jenkins CI Reviewed-by: Lorenz Brun <lorenz@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 //...