diff --git a/modules/openstack_project/files/gerrit/acls/stackforge/gnocchi.config b/modules/openstack_project/files/gerrit/acls/stackforge/gnocchi.config new file mode 100644 index 0000000000..7e06112787 --- /dev/null +++ b/modules/openstack_project/files/gerrit/acls/stackforge/gnocchi.config @@ -0,0 +1,11 @@ +[access "refs/heads/*"] + label-Code-Review = -2..+2 group gnocchi-core + label-Workflow = -1..+1 group gnocchi-core + abandon = group gnocchi-core +[access "refs/tags/*"] + pushSignedTag = group gnocchi-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 143b6c21d9..66904f9c37 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml @@ -2490,6 +2490,15 @@ jobs: - python-jobs +- project: + name: gnocchi + github-org: stackforge + node: bare-precise + tarball-site: tarballs.openstack.org + + jobs: + - python-jobs + - project: name: groups github-org: openstack-infra diff --git a/modules/openstack_project/files/review.projects.yaml b/modules/openstack_project/files/review.projects.yaml index 14ea8f3da4..3b58aa7a47 100644 --- a/modules/openstack_project/files/review.projects.yaml +++ b/modules/openstack_project/files/review.projects.yaml @@ -665,6 +665,9 @@ - project: stackforge/gertty description: Console interface to Gerrit Code Review use-storyboard: true +- project: stackforge/gnocchi + description: A time series storage and resources index service. + upstream: git://github.com/jd/gnocchi.git - project: stackforge/golang-client description: OpenStack API client for golang - project: stackforge/graffiti diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index bf78469788..2c2265944f 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -3742,6 +3742,16 @@ projects: gate: - noop + - name: stackforge/gnocchi + check: + - gate-gnocchi-pep8 + - gate-gnocchi-python26 + - gate-gnocchi-python27 + gate: + - gate-gnocchi-pep8 + - gate-gnocchi-python26 + - gate-gnocchi-python27 + - name: stackforge/healthnmon check: - gate-healthnmon-pep8