From 678d1449ac45bcc65015aa0cacd0bfc371070969 Mon Sep 17 00:00:00 2001 From: Monsyne Dragon Date: Wed, 3 Dec 2014 19:57:21 +0000 Subject: [PATCH] Enable quincy API w/ winchester pipeline engine enable quincy Change-Id: I5b9b39a245d5731fe275eafa4f3432ebac13c112 --- quincy.conf | 1 + screenrc.winchester | 8 +++----- winchester.yaml | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/quincy.conf b/quincy.conf index c5174d2..5e0d494 100644 --- a/quincy.conf +++ b/quincy.conf @@ -4,4 +4,5 @@ v1_impl=quince.v1_impl:Impl v2_impl=quince.v2_impl:Impl [quince] +winchester_config=../../../winchester.yaml oahu_config=../../..|oahu_config:Config diff --git a/screenrc.winchester b/screenrc.winchester index bbb3438..bac467b 100644 --- a/screenrc.winchester +++ b/screenrc.winchester @@ -4,12 +4,10 @@ hardstatus alwayslastline '%{= .} %-Lw%{= .}%> %n%f %t*%{= .}%+Lw%< %-=%{g}(%{d} #screen -t time_sync bash #stuff "cd git/stacktach-notigen/bin; gunicorn -b 127.0.0.1:8001 --log-file=- 'time_sync:get_api()'\r" -# not yet working w/ winchester -#screen -t quincy bash -#stuff "cd git/stacktach-quincy/quincy; gunicorn --log-file=- 'api:get_api(config_location=\"../../../quincy.conf\")'\r" - +screen -t quincy bash +stuff "cd git/stacktach-quincy/quincy; gunicorn --log-file=- 'quincy.api:get_api(config_location=\"../../../quincy.conf\")'\r" screen -t bash bash -#stuff "klugman streams\r" +stuff "klugman streams\r" screen -t yagi1 bash stuff "yagi-event --config yagi.conf\r" screen -t yagi2 bash diff --git a/winchester.yaml b/winchester.yaml index 45ebb38..2ef6fb2 100644 --- a/winchester.yaml +++ b/winchester.yaml @@ -34,7 +34,7 @@ pipeline_config: pipelines.yaml # If you are replaying old events (timestamps in the past) # you will need a time service to keep the clocks -# between yagi and the pipeline workers in sync. +# between yagi and the pipeline workers in sync. # Don't set this if you're running with real-time events. #time_sync_endpoint: http://127.0.0.1:8001