gsoc-2014
GSoC Update 6-19
Snippets for today
- made script for generating a configuration for each host used in streaming-system based on a config.private.json (just like pushconfig.py)
- automagically allows for and handles multiple encoders/collectors on a single host
- began working on script to generate flumotion configs and build a docker image on top of them on the hosts based on pushconfig.py and the above. (should be complete by tomorrow)
In essence, conference setup workflow will look like:
1. fill out config.private.json
2. run python host_generate.py
with same options as you would in pushconfig.py (new file)
3. fill in host connection details
4. run something like fab pushconfigs
to push correct configurations out to hosts
5. run something like fab serve
to start the streaming system.