From a43d1a058491d0255fd732f2f964379f18418356 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 3 Feb 2018 03:15:56 +0100 Subject: deploying manager to k8s works now --- templates/default/flumotion/planet.xml.j2 | 58 +++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 templates/default/flumotion/planet.xml.j2 (limited to 'templates/default/flumotion/planet.xml.j2') diff --git a/templates/default/flumotion/planet.xml.j2 b/templates/default/flumotion/planet.xml.j2 new file mode 100644 index 0000000..2f99c0e --- /dev/null +++ b/templates/default/flumotion/planet.xml.j2 @@ -0,0 +1,58 @@ + + + + +%% for name, value in globals.manager.items() +%% if name != 'machine' + <{{ name }}>{{ value }} +%% endif +%% endfor + + /etc/flumotion/{{ globals.name }}.passwd + + + + +{% for name, component in atmosphere.items() %} +{% include '%s.xml.j2' % component.type %} +{% endfor %} + + + + +{% for name, component in flow['inputs'].items() %} +{% include '%s.xml.j2' % component.type %} +{% endfor %} + + + +{% for name, component in flow['encoders-audio'].items() %} +{% include '%s.xml.j2' % component.type %} +{% endfor %} + +{% for name, component in flow['encoders-video'].items() %} +{% include '%s.xml.j2' % component.type %} +{% endfor %} + + +{% for name, component in flow['muxers'].items() %} +{% include '%s.xml.j2' % component.type %} +{% endfor %} + + +{% for name, component in flow['repeaters'].items() %} +{% include '%s.xml.j2' % component.type %} +{% endfor %} + + +{% for name, component in flow['streamers'].items() %} +{% include '%s.xml.j2' % component.type %} +{% endfor %} + + +{% for name, component in flow['recorders'].items() %} +{% include '%s.xml.j2' % component.type %} +{% endfor %} + + + -- cgit v1.2.3