Introduction ============ flufigut, the flumotion configuration utility, is a simple tool that generates flumotion configuration files using pyhton jinja2 template engine and simplejson. flufigut generates planet.xml and worker.xml files from configuration templates and an easy to understand representation of the flow structure written in json. Dependencies ============ python-jinja2 python-simplejson Installation/Usage ================== Getting the source via GIT: --------------------------- git clone git://git.spreadspace.org/flufigut.git cd flufigut/src Usage ----- Edit templates to your needs, edit data.json containing your planet structure. # ./flufigut.py flumotion The script expects planet.xml and worker.xml to be present in the directory ../templates// and loads them as templates for manager and worker configuration files. This is extracted from (variable 'templates' inside 'globals' scope) All templates referenced by the master templates must as well reside inside ../templates//. data structure -------------- tba...