summaryrefslogtreecommitdiff
path: root/templates/default/flumotion/worker.xml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2018-02-03 03:15:56 +0100
committerChristian Pointner <equinox@spreadspace.org>2018-02-03 03:15:56 +0100
commita43d1a058491d0255fd732f2f964379f18418356 (patch)
treec97bc7414e86afb4f1e4a254d2659efb4655d39e /templates/default/flumotion/worker.xml
parentcreating and removing worspaces works now (diff)
deploying manager to k8s works now
Diffstat (limited to 'templates/default/flumotion/worker.xml')
-rw-r--r--templates/default/flumotion/worker.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/templates/default/flumotion/worker.xml b/templates/default/flumotion/worker.xml
deleted file mode 100644
index b6f4667..0000000
--- a/templates/default/flumotion/worker.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0"?>
-<worker name="{{ name }}">
- <manager>
-%% for name, value in globals.manager.items()
-%% if name != 'machine'
- <{{ name }}>{{ value }}</{{ name }}>
-%% endif
-%% endfor
- </manager>
-
- <authentication type="plaintext">
- <username>{{ name }}</username>
- <password>{{ password }}</password>
- </authentication>
-
- <feederports>{{ portrange }}</feederports>
-%% if debug and debug != ''
- <debug>{{ debug }}</debug>
-%% endif
-</worker>