Reflect move to StackForge
And make winchester the default engine. Change-Id: I6ce2d89673c2026a6519637799c90f369c5db888
This commit is contained in:
parent
8e3e1d3d02
commit
3346ab55b9
15
build.sh
15
build.sh
@ -4,7 +4,7 @@ echo "StackTach dev env build script"
|
|||||||
|
|
||||||
SOURCE_DIR=git
|
SOURCE_DIR=git
|
||||||
VENV_DIR=.venv
|
VENV_DIR=.venv
|
||||||
PIPELINE_ENGINE=oahu
|
PIPELINE_ENGINE=winchester
|
||||||
|
|
||||||
if [[ -f local.sh ]]; then
|
if [[ -f local.sh ]]; then
|
||||||
source local.sh
|
source local.sh
|
||||||
@ -19,10 +19,14 @@ if [[ ! -d "$VENV_DIR" ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
cd $SOURCE_DIR
|
cd $SOURCE_DIR
|
||||||
for file in StackTach/shoebox StackTach/simport StackTach/notigen \
|
for file in shoebox simport notigen notification-utils \
|
||||||
StackTach/notabene StackTach/notification_utils rackerlabs/yagi \
|
stackdistiller quincy quince \
|
||||||
StackTach/stackdistiller StackTach/quincy StackTach/quince \
|
klugman winchester
|
||||||
StackTach/klugman StackTach/oahu StackTach/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
|
do
|
||||||
git clone https://github.com/$file
|
git clone https://github.com/$file
|
||||||
done
|
done
|
||||||
@ -55,4 +59,3 @@ then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
screen -c screenrc.$PIPELINE_ENGINE
|
screen -c screenrc.$PIPELINE_ENGINE
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@ sessionname tach
|
|||||||
hardstatus alwayslastline '%{= .} %-Lw%{= .}%> %n%f %t*%{= .}%+Lw%< %-=%{g}(%{d}%H/%l%{g})'
|
hardstatus alwayslastline '%{= .} %-Lw%{= .}%> %n%f %t*%{= .}%+Lw%< %-=%{g}(%{d}%H/%l%{g})'
|
||||||
# not yet working w/ winchester
|
# not yet working w/ winchester
|
||||||
#screen -t quincy bash
|
#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
|
screen -t bash bash
|
||||||
#stuff "klugman streams\r"
|
#stuff "klugman streams\r"
|
||||||
screen -t yagi1 bash
|
screen -t yagi1 bash
|
||||||
@ -14,5 +14,5 @@ stuff "pipeline_worker -c winchester.yaml\r"
|
|||||||
screen -t pipeline2 bash
|
screen -t pipeline2 bash
|
||||||
stuff "pipeline_worker -c winchester.yaml\r"
|
stuff "pipeline_worker -c winchester.yaml\r"
|
||||||
screen -t gen bash
|
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"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user