diff --git a/modules/openstack_project/files/gerrit/acls/stackforge/climate.config b/modules/openstack_project/files/gerrit/acls/stackforge/climate.config new file mode 100644 index 0000000000..3b6f42d5f3 --- /dev/null +++ b/modules/openstack_project/files/gerrit/acls/stackforge/climate.config @@ -0,0 +1,11 @@ +[access "refs/heads/*"] + label-Code-Review = -2..+2 group climate-core + label-Approved = +0..+1 group climate-core + workInProgress = group climate-core +[project] + state = active +[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 211898c7a4..08d2801a79 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml @@ -1,3 +1,13 @@ +- project: + name: climate + github-org: stackforge + node: quantal + + jobs: + - gate-{name}-pep8 + - gate-{name}-python26 + - gate-{name}-python27 + - project: name: kwapi github-org: stackforge diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 0396ea2bce..c5770205e9 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -1219,6 +1219,16 @@ projects: post: - diskimage-builder-coverage + - name: stackforge/climate + check: + - gate-climate-pep8: + - gate-climate-python26 + - gate-climate-python27 + gate: + - gate-climate-pep8 + - gate-climate-python26 + - gate-climate-python27 + - name: stackforge/kwapi check: - gate-kwapi-pep8 diff --git a/modules/openstack_project/templates/review.projects.yaml.erb b/modules/openstack_project/templates/review.projects.yaml.erb index 85d90e6d4d..ed12bdea2b 100644 --- a/modules/openstack_project/templates/review.projects.yaml.erb +++ b/modules/openstack_project/templates/review.projects.yaml.erb @@ -96,6 +96,9 @@ - project: stackforge/kwapi description: Energy Efficiency Monitoring upstream: git://github.com/frossigneux/kwapi.git +- project: stackforge/climate + description: OpenStack Reservation Service + upstream: git://github.com/jd/climate.git - project: openstack-infra/gearman-plugin description: The jenkins gearman plugin - project: stackforge/packstack