commit | 72a903fb7b60d629a8f25a2eadf34c7fa1948c10 | [log] [tgz] |
---|---|---|
author | Tim Windelschmidt <tim@monogon.tech> | Tue Jun 27 15:49:36 2023 +0200 |
committer | Tim Windelschmidt <tim@monogon.tech> | Mon Jul 03 13:50:27 2023 +0000 |
tree | 1189b483e1984a0e26fc20aac901d32264f3b1fc | |
parent | 521a83591361c7c0353944a1e742eb70e013cf9b [diff] |
cloud/shepherd/equinix/cli: Rename servers before deletion This avoids collisions when redeploying servers Change-Id: I94c8c5e0b1b601ee6513f7baddb251053ce9430b Reviewed-on: https://review.monogon.dev/c/monogon/+/1864 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 -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 //...