| commit | 53458ba5e9a9be9d7bbca7b01fb7ad5ff1201698 | [log] [tgz] |
|---|---|---|
| author | Serge Bazanski <serge@monogon.tech> | Tue Jun 18 09:56:46 2024 +0000 |
| committer | Serge Bazanski <serge@monogon.tech> | Tue Jun 25 08:21:11 2024 +0000 |
| tree | 0da5c7f8d4bec5c26d13b727de829bbb4bf91111 | |
| parent | dac0bba8b4762def59b5f929f6e9cc04f376e3e3 [diff] |
m/test/launch: order nodes in NodeIDs correctly This ensures that referring to node by number via NodeIDs is possible - ie. that NodeIDs[n] is the ID of the nth node as defined in NodeOpts or as used as the 'idx' argument in RebootNode. This was never and is still not correctly formalized, even in comments, and is yet another proof that the cluster launch code deserves to be rewritten from first principles. Fixes #301. Change-Id: I1ad13dc3bdd35a0c34f86e5d051ca9378491c876 Reviewed-on: https://review.monogon.dev/c/monogon/+/3168 Reviewed-by: Jan Schär <jan@monogon.tech> Tested-by: Jenkins CI
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.