Add StackTach project

Change-Id: Ic7e54d840d6a2411fcc39b90e6734e7b8bc7070d
This commit is contained in:
Sandy Walsh 2014-03-26 17:44:29 -03:00 committed by Clark Boylan
parent 29dcccbf5c
commit bd2492bdc5
4 changed files with 34 additions and 0 deletions

View File

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

View File

@ -2396,3 +2396,12 @@
jobs:
- python-jobs
- project:
name: stacktach
github-org: stackforge
node: bare-precise
tarball-site: tarballs.openstack.org
jobs:
- python-jobs

View File

@ -842,6 +842,9 @@
- project: stackforge/stackalytics
description: OpenStack analytics dashboard
upstream: git://github.com/Mirantis/stackalytics.git
- project: stackforge/stacktach
description: Event-based Debugging, Monitoring and Billing solution for OpenStack.
upstream: https://github.com/rackerlabs/stacktach.git
- project: stackforge/swift3
description: Swift3 Middleware for OpenStack Swift, allowing access to OpenStack swift via the Amazon S3 API.
upstream: git://github.com/fujita/swift3.git

View File

@ -4696,3 +4696,11 @@ projects:
- gate-graffiti-python33
post:
- graffiti-coverage
- name: stackforge/stacktach
check:
- gate-stacktach-pep8
- gate-stacktach-python27
gate:
- gate-stacktach-pep8
- gate-stacktach-python27