Merge "Add StackTach project"

This commit is contained in:
Jenkins 2014-03-28 18:42:54 +00:00 committed by Gerrit Code Review
commit 62c6067f3f
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

@ -2418,3 +2418,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

@ -4676,3 +4676,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