From e652cd7a92af61a18871852d27703919e9bc3be9 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 4 May 2013 21:14:42 +0200 Subject: added support for recorder --- templates/flumotion/default/planet.xml | 5 +++++ templates/flumotion/default/recorder.xml | 14 ++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 templates/flumotion/default/recorder.xml (limited to 'templates/flumotion') diff --git a/templates/flumotion/default/planet.xml b/templates/flumotion/default/planet.xml index c1633ee..7a45913 100644 --- a/templates/flumotion/default/planet.xml +++ b/templates/flumotion/default/planet.xml @@ -47,6 +47,11 @@ {% for name, component in flow['streamer'].items() %} {% include '%s.xml' % component.type %} +{% endfor %} + + +{% for name, component in flow['recorder'].items() %} +{% include '%s.xml' % component.type %} {% endfor %} diff --git a/templates/flumotion/default/recorder.xml b/templates/flumotion/default/recorder.xml new file mode 100644 index 0000000..b2fce9e --- /dev/null +++ b/templates/flumotion/default/recorder.xml @@ -0,0 +1,14 @@ + + + {{ component.feeder }} + +%% for name, value in component.properties.items() + {{ value }} +%% endfor + false + -- cgit v1.2.3