tree: 0226046a5e3d7b9ea665eaf2d5cdc1d02966bb12 [path history] [tgz]
  1. 3dmodels/
  2. arduino/
  3. cgo/
  4. common/
  5. go/
  6. img/
  7. ios/
  8. linux/
  9. raspberry-pi/
  10. sys/
  11. win/
  12. .gitignore
  13. build_release_cloudlogger
  14. build_release_hotspare
  15. build_release_jumphost
  16. build_release_powercycle
  17. build_release_router_backup
  18. build_release_rpi_backup
  19. ip_map.json
  20. Makefile
  21. PROD.md
  22. README.md
skolo/README.md

This folder contains code and other resources that help make the Skolo run smoothly.

The raspberry-pi folder contains Ansible playbooks that can be used to manage the raspberry pis and the rpi-master.

The linux folder contains Ansible playbooks that can be used to manage the Linux bots in the Skolo.

The go folder contains the source code for small utility code that runs either on the rpi-master or the raspberry pis themselves. This code is deployed, like all other infra code, using push/pull, via the master.

The list of utilities are:

  • hotspare: the utility that allows for a hot spare of the master to become live when the master fails. Build with make hotspare