From 3346ab55b9ae18326f0a710779d4238494ad6e58 Mon Sep 17 00:00:00 2001 From: Sandy Walsh Date: Thu, 25 Sep 2014 13:48:18 +0000 Subject: [PATCH] Reflect move to StackForge And make winchester the default engine. Change-Id: I6ce2d89673c2026a6519637799c90f369c5db888 --- build.sh | 15 +++++++++------ screenrc.winchester | 4 ++-- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/build.sh b/build.sh index 81ab652..537aacf 100755 --- a/build.sh +++ b/build.sh @@ -4,7 +4,7 @@ echo "StackTach dev env build script" SOURCE_DIR=git VENV_DIR=.venv -PIPELINE_ENGINE=oahu +PIPELINE_ENGINE=winchester if [[ -f local.sh ]]; then source local.sh @@ -19,10 +19,14 @@ if [[ ! -d "$VENV_DIR" ]]; then fi cd $SOURCE_DIR -for file in StackTach/shoebox StackTach/simport StackTach/notigen \ - StackTach/notabene StackTach/notification_utils rackerlabs/yagi \ - StackTach/stackdistiller StackTach/quincy StackTach/quince \ - StackTach/klugman StackTach/oahu StackTach/winchester +for file in shoebox simport notigen notification-utils \ + stackdistiller quincy quince \ + klugman winchester +do + git clone http://git.openstack.org/cgit/stackforge/stacktach-$file +done +# We still have some stragglers ... +for file in StackTach/notabene rackerlabs/yagi do git clone https://github.com/$file done @@ -55,4 +59,3 @@ then fi screen -c screenrc.$PIPELINE_ENGINE - diff --git a/screenrc.winchester b/screenrc.winchester index a6d2719..0525690 100644 --- a/screenrc.winchester +++ b/screenrc.winchester @@ -2,7 +2,7 @@ sessionname tach hardstatus alwayslastline '%{= .} %-Lw%{= .}%> %n%f %t*%{= .}%+Lw%< %-=%{g}(%{d}%H/%l%{g})' # not yet working w/ winchester #screen -t quincy bash -#stuff "cd git/quincy/quincy; gunicorn --log-file=- 'api:get_api(config_location=\"../../../quincy.conf\")'\r" +#stuff "cd git/stacktach-quincy/quincy; gunicorn --log-file=- 'api:get_api(config_location=\"../../../quincy.conf\")'\r" screen -t bash bash #stuff "klugman streams\r" screen -t yagi1 bash @@ -14,5 +14,5 @@ stuff "pipeline_worker -c winchester.yaml\r" screen -t pipeline2 bash stuff "pipeline_worker -c winchester.yaml\r" screen -t gen bash -stuff "cd git/notigen/bin; python event_pump.py ../templates 2 0\r" +stuff "cd git/stacktach-notigen/bin; python event_pump.py ../templates 2 0\r"