commit | 1038313b7a4f929dcd942a3ac24d371877ee8ce7 | [log] [tgz] |
---|---|---|
author | Serge Bazanski <serge@monogon.tech> | Mon Feb 20 15:39:45 2023 +0100 |
committer | Serge Bazanski <serge@monogon.tech> | Tue Feb 21 09:15:20 2023 +0000 |
tree | 7d0233b57288509591d1df4f4d5d3ab3e3ac595e | |
parent | 48e9bab7237448c7fabfef1721f2ac48e6b77822 [diff] |
cloud: rename ShepherdInstall to ShepherdAccess and clean up other 'installation' references ShepherdInstall should've been called ShepherdAgentStart from the beginning, but got named incorrectly because of a momentary lapse of reason. Instead of doing a rename, we widen that Process to anything that involved the Shepherds directly accessing the underlying provider machines, be it starting the agent, trying to fix the machine, or rebooting a machine. This wide meaning makes sure no two shepherds work on the same machine ever, regardless of the actual workflow each one is performing. Change-Id: Ic247919d1bcf1c5ec9fcf7125f17b90413068ed5 Reviewed-on: https://review.monogon.dev/c/monogon/+/1138 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 //...