diff --git a/modules/openstack_project/files/gerrit/acls/stackforge/cloudkitty.config b/modules/openstack_project/files/gerrit/acls/stackforge/cloudkitty.config new file mode 100644 index 0000000000..13b3f84ce1 --- /dev/null +++ b/modules/openstack_project/files/gerrit/acls/stackforge/cloudkitty.config @@ -0,0 +1,11 @@ +[access "refs/heads/*"] + label-Code-Review = -2..+2 group cloudkitty-core + label-Workflow = -1..+1 group cloudkitty-core + abandon = group cloudkitty-core +[access "refs/tags/*"] + pushSignedTag = group cloudkitty-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 55586a89dd..9b84b703b6 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml @@ -2450,3 +2450,12 @@ jobs: - python-jobs - pypi-jobs + +- project: + name: cloudkitty + 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 77d856bec1..c29e42d6dd 100644 --- a/modules/openstack_project/files/review.projects.yaml +++ b/modules/openstack_project/files/review.projects.yaml @@ -458,6 +458,8 @@ description: OpenStack based test automation framework. Based on OpenCAFE engine - project: stackforge/clouddocs-maven-plugin upstream: git://github.com/rackerlabs/clouddocs-maven-plugin.git +- project: stackforge/cloudkitty + description: OpenStack Billing and Usage Reporter - project: stackforge/cloudroast upstream: https://github.com/samu4924/cloudroast description: Automated Test Case Repository for OpenStack. Based on CloudCAFE. diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 4464ac64a1..835eff891a 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -3366,6 +3366,20 @@ projects: - clouddocs-maven-plugin-localrepo-upload: - clouddocs-maven-plugin-mavencentral-upload + - name: stackforge/cloudkitty + check: + - gate-cloudkitty-docs + - gate-cloudkitty-pep8 + - gate-cloudkitty-python26 + - gate-cloudkitty-python27 + - gate-cloudkitty-python33 + gate: + - gate-cloudkitty-docs + - gate-cloudkitty-pep8 + - gate-cloudkitty-python26 + - gate-cloudkitty-python27 + - gate-cloudkitty-python33 + - name: stackforge/cloudroast check: - noop