Add the tomograph project to stackforge.

Tomograph is a library specifically designed to make it easy to add
monitoring and metrics code to openstack.  It's being used by the
Rally project.  They requested we put it on stackforge so they get
consistent packaging and code review for it.

Change-Id: I34aa8a1593e5102161bd4b347d9c1ec763ec53a2
This commit is contained in:
Tim Daly Jr 2013-11-12 16:13:07 -08:00 committed by Monty Taylor
parent c5ddd9ea23
commit c61b0fe5ed
4 changed files with 46 additions and 0 deletions

View File

@ -0,0 +1,12 @@
[access "refs/heads/*"]
label-Code-Review = -2..+2 group tomograph-core
label-Approved = +0..+1 group tomograph-core
workInProgress = group tomograph-core
[access "refs/tags/*"]
create = group tomograph-core
pushTag = group tomograph-core
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true

View File

@ -1698,6 +1698,16 @@
- '{name}-tarball'
- pypi-jobs
- project:
name: tomograph
github-org: stackforge
node: precise
tarball-site: tarballs.openstack.org
jobs:
- python-jobs
- pypi-jobs
- project:
name: turbo-hipster
github-org: stackforge

View File

@ -3689,6 +3689,27 @@ projects:
- post-mirror-python27
- post-mirror-python33
- name: stackforge/tomograph
check:
- gate-tomograph-pep8
- gate-tomograph-python26
- gate-tomograph-python27
- gate-tomograph-python33
- gate-tomograph-docs
gate:
- gate-tomograph-pep8
- gate-tomograph-python26
- gate-tomograph-python27
post:
- tomograph-branch-tarball
pre-release:
- tomograph-tarball
release:
- tomograph-tarball:
- tomograph-pypi-upload:
- post-mirror-python26
- post-mirror-python27
- name: stackforge/turbo-hipster
check:
- gate-turbo-hipster-docs

View File

@ -472,6 +472,9 @@
- project: stackforge/taskflow
description: A library to complete workflows/tasks in HA manner
upstream: git://github.com/yahoo/TaskFlow
- project: stackforge/tomograph
description: "Library to help distributed applications send trace information to metrics backends like Zipkin and Statsd."
upstream: https://github.com/timjr/tomograph.git
- project: stackforge/turbo-hipster
description: A generic zuul worker using the gearman protocol.
upstream: git://github.com/rcbau/turbo-hipster.git