]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ansible: remove circus config template from kraken role
authorAndrew Schoen <aschoen@redhat.com>
Wed, 7 Mar 2018 18:25:57 +0000 (12:25 -0600)
committerAndrew Schoen <aschoen@redhat.com>
Wed, 7 Mar 2018 18:25:57 +0000 (12:25 -0600)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
ansible/roles/kraken/templates/circus.ini.j2 [deleted file]

diff --git a/ansible/roles/kraken/templates/circus.ini.j2 b/ansible/roles/kraken/templates/circus.ini.j2
deleted file mode 100644 (file)
index 05fd419..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-[watcher:helga]
-cmd = {{ helga_home }}/bin/helga
-
-stdout_stream.class = FileStream
-stdout_stream.filename=/var/log/circus/helga-stdout.log
-
-stderr_stream.class = FileStream
-stderr_stream.filename=/var/log/circus/helga-stderr.log
-
-
-[env:helga]
-HELGA_SETTINGS=custom_settings
-
-
-[circus]
-statsd = 1
-httpd = 1
-
-[watcher:webapp]
-cmd = {{ helga_home }}/bin/chaussette --fd $(circus.sockets.web)
-numprocesses = 3
-use_sockets = True
-
-[socket:web]
-host = 0.0.0.0
-port = 9999