commit | afd3cf8bb5c99e9a8db23a5f435f7c1e31c96f91 | [log] [tgz] |
---|---|---|
author | Serge Bazanski <serge@monogon.tech> | Wed Apr 19 17:43:46 2023 +0200 |
committer | Serge Bazanski <serge@monogon.tech> | Tue Apr 25 11:56:50 2023 +0000 |
tree | 092e34305b19af962cac644a1551822c436f1060 | |
parent | fac487481bf56e9510ff9a528c6729b2427d42b1 [diff] |
cloud/shepherd/equinix: update provider extra data This adds a new sub-component to the Equinix Shepherd, the Updater. The Updater periodically scans all machines backed by the Equinix provider in the BMDB and queries the Equinix API for their status. The status then populates the new 'Provided' row data. Change-Id: I99657545aabfb13d71e165d36ce549c852feaf49 Reviewed-on: https://review.monogon.dev/c/monogon/+/1578 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 //...