Reflect move to StackForge

And make winchester the default engine.

Change-Id: I6ce2d89673c2026a6519637799c90f369c5db888
This commit is contained in:
Sandy Walsh 2014-09-25 13:48:18 +00:00
parent 8e3e1d3d02
commit 3346ab55b9
2 changed files with 11 additions and 8 deletions

View File

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

View File

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