From bd2492bdc5befa0bfb898792370a67b2aa6bf88e Mon Sep 17 00:00:00 2001 From: Sandy Walsh Date: Wed, 26 Mar 2014 17:44:29 -0300 Subject: [PATCH] Add StackTach project Change-Id: Ic7e54d840d6a2411fcc39b90e6734e7b8bc7070d --- .../files/gerrit/acls/stackforge/stacktach.config | 14 ++++++++++++++ .../files/jenkins_job_builder/config/projects.yaml | 9 +++++++++ .../openstack_project/files/review.projects.yaml | 3 +++ modules/openstack_project/files/zuul/layout.yaml | 8 ++++++++ 4 files changed, 34 insertions(+) create mode 100644 modules/openstack_project/files/gerrit/acls/stackforge/stacktach.config diff --git a/modules/openstack_project/files/gerrit/acls/stackforge/stacktach.config b/modules/openstack_project/files/gerrit/acls/stackforge/stacktach.config new file mode 100644 index 0000000000..55da09e598 --- /dev/null +++ b/modules/openstack_project/files/gerrit/acls/stackforge/stacktach.config @@ -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 diff --git a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml index ee156f1854..058eed6287 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml @@ -2396,3 +2396,12 @@ jobs: - python-jobs + +- project: + name: stacktach + github-org: stackforge + node: bare-precise + tarball-site: tarballs.openstack.org + + jobs: + - python-jobs diff --git a/modules/openstack_project/files/review.projects.yaml b/modules/openstack_project/files/review.projects.yaml index 6c1973ac2c..fd5842e43d 100644 --- a/modules/openstack_project/files/review.projects.yaml +++ b/modules/openstack_project/files/review.projects.yaml @@ -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 diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 9ffdc61da3..842f9dafd0 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -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