tree: 97ada75c5309c887c1a42592713a2783bfa07977 [path history] [tgz]
  1. 3dmodels/
  2. cgo/
  3. common/
  4. go/
  5. img/
  6. ios/
  7. linux/
  8. raspberry-pi/
  9. sys/
  10. .gitignore
  11. build_release_cloudlogger
  12. build_release_hotspare
  13. build_release_powercycle
  14. build_release_router_backup
  15. build_release_rpi_backup
  16. Makefile
  17. PROD.md
  18. 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