From 017e0360509bc236fb36c7bfb89d559e775bf076 Mon Sep 17 00:00:00 2001 From: Oleg Gelbukh Date: Wed, 23 Oct 2013 10:21:57 +0000 Subject: [PATCH] Add rubick project to stackforge Project Rubick provides diagnostics of configuration of OpenStack platform Change-Id: I4071da908bf76799e3e9a6b414d2884fe956f265 --- .../files/gerrit/acls/stackforge/rubick.config | 12 ++++++++++++ .../files/jenkins_job_builder/config/projects.yaml | 9 +++++++++ modules/openstack_project/files/zuul/layout.yaml | 11 +++++++++++ .../templates/review.projects.yaml.erb | 3 +++ 4 files changed, 35 insertions(+) create mode 100644 modules/openstack_project/files/gerrit/acls/stackforge/rubick.config diff --git a/modules/openstack_project/files/gerrit/acls/stackforge/rubick.config b/modules/openstack_project/files/gerrit/acls/stackforge/rubick.config new file mode 100644 index 0000000000..9e5a82aec4 --- /dev/null +++ b/modules/openstack_project/files/gerrit/acls/stackforge/rubick.config @@ -0,0 +1,12 @@ +[access "refs/heads/*"] + label-Code-Review = -2..+2 group rubick-core + label-Approved = +0..+1 group rubick-core + workInProgress = group rubick-core +[access "refs/tags/*"] + create = group rubick-ptl + pushTag = group rubick-ptl +[receive] + requrieChangeId = 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 1ab9900751..a6709d184d 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml @@ -1678,6 +1678,15 @@ jobs: - python-jobs +- project: + name: rubick + github-org: stackforge + node: precise + tarball-site: tarballs.openstack.org + + jobs: + - python-jobs + - project: name: swiftsync github-org: stackforge diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 6d5c682cdc..66762aa595 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -3656,6 +3656,17 @@ projects: - python-manilaclient-branch-tarball - python-manilaclient-coverage + - name: stackforge/rubick + check: + - gate-rubick-pep8 + - gate-rubick-python27 + - gate-rubick-python33 + gate: + - gate-rubick-pep8 + - gate-rubick-python27 + post: + - rubick-coverage + - name: stackforge/solum check: - gate-solum-pep8 diff --git a/modules/openstack_project/templates/review.projects.yaml.erb b/modules/openstack_project/templates/review.projects.yaml.erb index a73995ca43..0af47133d2 100644 --- a/modules/openstack_project/templates/review.projects.yaml.erb +++ b/modules/openstack_project/templates/review.projects.yaml.erb @@ -456,6 +456,9 @@ - project: stackforge/sphinxcontrib-docbookrestapi description: Sphinx extension that generates documentation for api-site from RST files. upstream: git://github.com/enovance/sphinxcontrib-docbookrestapi.git +- project: stackforge/rubick + description: Rule-based diagnostics of configuration of OpenStack platform + upstream: git://github.com/MirantisLabs/rubick - project: stackforge/sqlalchemy-migrate description: Database schema migration for SQLAlchemy upstream: git://github.com/emonty/sqlalchemy-migrate.git