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/worker.xml.j2 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 templates/default/flumotion/worker.xml.j2 (limited to 'templates/default/flumotion/worker.xml.j2') diff --git a/templates/default/flumotion/worker.xml.j2 b/templates/default/flumotion/worker.xml.j2 new file mode 100644 index 0000000..b6f4667 --- /dev/null +++ b/templates/default/flumotion/worker.xml.j2 @@ -0,0 +1,20 @@ + + + +%% for name, value in globals.manager.items() +%% if name != 'machine' + <{{ name }}>{{ value }} +%% endif +%% endfor + + + + {{ name }} + {{ password }} + + + {{ portrange }} +%% if debug and debug != '' + {{ debug }} +%% endif + -- cgit v1.2.3