Julien Malka
d05fcb7e2c
Some checks failed
Check meta / check_dns (push) Failing after 19s
Check meta / check_meta (push) Successful in 20s
build configuration / build_and_cache_storage01 (push) Failing after 35s
build configuration / build_and_cache_compute01 (push) Failing after 36s
build configuration / build_and_cache_rescue01 (push) Failing after 33s
build configuration / build_and_cache_geo01 (push) Failing after 32s
build configuration / build_and_cache_geo02 (push) Failing after 31s
build configuration / build_and_cache_vault01 (push) Failing after 33s
build configuration / build_and_cache_web01 (push) Failing after 32s
build configuration / build_and_cache_web02 (push) Failing after 33s
lint / check (push) Failing after 28s
build configuration / build_and_cache_krz01 (push) Failing after 1m55s
build configuration / build_and_cache_bridge01 (push) Failing after 33s
1 KiB
1 KiB
Contribuer
Quelques éléments à savoir:
- La branche
main
doit normalement suivre l'état des machines en production. Si vous ne déployez pas tout de suite faîtes une branche et une PR. - Les commits doivent passer le crochet de
pre-commit
(cf ci-dessous pour savoir comment l'installer)
Shell de développement et crochets pre-commit
Le dépot possède un shell de développement:
nix-shell
Pour installer les crochets, il suffit de lancer le shell de developpement une fois.
Lister les machines
Dans le shell de developpement, exécuter:
list-nodes
Lancer une vm de test
Dans le shell de developpement, exécuter:
launch-vm -p MACHINE
On peut faire du port forwarding (pour avoir accès à ssh par exemple) avec l'option -p HOSTPORT-:GUESTPORT
.
Tester les versions en production
En attendant https://github.com/RaitoBezarius/mimir, on peut tester localement si c'est bien le dernier commit de main qui est déployé avec:
nix-shell --run 'check-deployment [NODE_NAME]'