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

The /bash/skolo.sh file is a set of shortcuts for interacting with the skolo. It can be ‘source’d from your .bashrc.

source $GOPATH/src/go.skia.org/infra/skolo/bash/skolo.sh