| commit | 0b9276519a7475c3a341f78d83ca8d18cec3b38a | [log] [tgz] |
|---|---|---|
| author | Jan Schär <jan@monogon.tech> | Wed Jul 31 18:08:50 2024 +0200 |
| committer | Jan Schär <jan@monogon.tech> | Mon Aug 05 07:36:08 2024 +0000 |
| tree | 4824ee5afec87621b60d6cf06e22d3c696d3a978 | |
| parent | a3e38cf9a4fcc0940402c4f18172662a84e28151 [diff] |
m/test/launch: consistently use 0-based node indices Previously, the first node was sometimes called node 1 in the logs, and sometimes node 0. Now it is always called node 0. Once all nodes are up, node info is now printed in the order of node numbers. Previously this was random as this was iterating over a map (cluster.Nodes). Change-Id: I0757c89951d7292f2f720237604a3554af4bf404 Reviewed-on: https://review.monogon.dev/c/monogon/+/3293 Tested-by: Jenkins CI Reviewed-by: Serge Bazanski <serge@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! In the meantime, join us on Matrix (#monogon-os-community:matrix.org) or Discord.
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.
The source code lives in //metropolis (Metropolis is the codename of Monogon OS).
See the //metropolis/README.md for a developer quick start guide, or see the Monogon OS Handbook for user documentation.