Groundskeeper

Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2013-03-01 17:34:48
Size: 113
Editor: ev
Comment:
Revision 3 as of 2013-06-14 10:20:27
Size: 949
Editor: ev
Comment: small is too small
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
'''TODO''' == Deployment ==

You'll need the credentials tarball, hereafter referred to as {{{creds.tgz}}}.
{{{
mkdir -p ~/bzr/precise
bzr branch lp:~daisy-pluckers/charms/precise/groundskeeper/trunk ~/bzr/precise/groundskeeper
cp ~/creds.tgz ~/bzr/precise/groundskeeper/files/creds.tgz

mkdir ~/.creds
tar -xvf ~/creds.tgz ~/.creds
export JUJU_ENV=groundskeeper
source ~/.creds/novarc

juju --verbose bootstrap -e groundskeeper --constraints "instance-type=m1.medium"
# Now follow the instructions in Prodstack above to run deploy-error-tracker, but do not source your own novarc.
# Once you have that deployed, continue from here.
juju deploy cs:~james-w/precise/tarmac --config ~/.creds/tarmac.yaml
JUJU_REPOSITORY=~/bzr juju deploy --constraints "instance-type=m1.medium" local:groundskeeper
juju add-relation tarmac groundskeeper
}}}

Groundskeeper is a tarmac bot that handles merges for the Ubuntu Error Tracker group of projects.

Deployment

You'll need the credentials tarball, hereafter referred to as creds.tgz.

mkdir -p ~/bzr/precise
bzr branch lp:~daisy-pluckers/charms/precise/groundskeeper/trunk ~/bzr/precise/groundskeeper
cp ~/creds.tgz ~/bzr/precise/groundskeeper/files/creds.tgz

mkdir ~/.creds
tar -xvf ~/creds.tgz ~/.creds
export JUJU_ENV=groundskeeper
source ~/.creds/novarc

juju --verbose bootstrap -e groundskeeper --constraints "instance-type=m1.medium"
# Now follow the instructions in Prodstack above to run deploy-error-tracker, but do not source your own novarc.
# Once you have that deployed, continue from here.
juju deploy cs:~james-w/precise/tarmac --config ~/.creds/tarmac.yaml
JUJU_REPOSITORY=~/bzr juju deploy --constraints "instance-type=m1.medium" local:groundskeeper
juju add-relation tarmac groundskeeper

ErrorTracker/Groundskeeper (last edited 2013-06-14 10:23:47 by ev)