From: Andrew Schoen Date: Wed, 7 Mar 2018 18:25:57 +0000 (-0600) Subject: ansible: remove circus config template from kraken role X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=33d5638aa1ec7bafff1b7ddc5b280d84685a7ce1;p=ceph-build.git ansible: remove circus config template from kraken role Signed-off-by: Andrew Schoen --- diff --git a/ansible/roles/kraken/templates/circus.ini.j2 b/ansible/roles/kraken/templates/circus.ini.j2 deleted file mode 100644 index 05fd4194..00000000 --- a/ansible/roles/kraken/templates/circus.ini.j2 +++ /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