Enable quincy API w/ winchester pipeline engine

enable quincy

Change-Id: I5b9b39a245d5731fe275eafa4f3432ebac13c112
This commit is contained in:
Monsyne Dragon 2014-12-03 19:57:21 +00:00
parent cc01846056
commit 678d1449ac
3 changed files with 5 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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