-
volunteers/
- volunteer_packet.txt- Instructions for volunteers
-
usercases.txt - Example usecases to implement for building fault tolerant, scalable architectures
-
participants/
- code/
- keys/ - add your own public and private keys
- deployment/ - Contains scripts to deploy webservers, databases, haproxy
- libcloud.conf - Template file to include cloud provider details for libcloud
- case-1.py - Implements code for usecase - 2 webservers with a load balancer and a database node
To run the code:
-
Set credentials in libcloud.conf
-
Create a venv - http://docs.python-guide.org/en/latest/starting/install/linux/#virtualenv (optional)
-
pip install -r participants/code/requirements.txt
-
Run python case-1.py
Build your own use cases and try them!