diff --git a/modules/gerritbot/files/gerritbot_channel_config.yaml b/modules/gerritbot/files/gerritbot_channel_config.yaml index 55bef1b858..18b7c0d716 100644 --- a/modules/gerritbot/files/gerritbot_channel_config.yaml +++ b/modules/gerritbot/files/gerritbot_channel_config.yaml @@ -390,6 +390,7 @@ openstack-climate: - x-vrif-minus-2 projects: - stackforge/climate + - stackforge/climate-nova branches: - master diff --git a/modules/openstack_project/files/gerrit/acls/stackforge/climate-nova.config b/modules/openstack_project/files/gerrit/acls/stackforge/climate-nova.config new file mode 100644 index 0000000000..3b6f42d5f3 --- /dev/null +++ b/modules/openstack_project/files/gerrit/acls/stackforge/climate-nova.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 39560a1851..78a7ea75c2 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml @@ -90,6 +90,15 @@ jobs: - python-jobs +- project: + name: climate-nova + github-org: stackforge + node: precise + tarball-site: tarballs.openstack.org + + jobs: + - python-jobs + - project: name: python-climateclient github-org: stackforge diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index aaa0fc73f5..1a32ffce70 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -2495,6 +2495,18 @@ projects: - gate-climate-python27 - gate-climate-requirements + - name: stackforge/climate-nova + check: + - gate-climate-nova-pep8 + - gate-climate-nova-python26 + - gate-climate-nova-python27 + - gate-climate-nova-requirements + gate: + - gate-climate-nova-pep8 + - gate-climate-nova-python26 + - gate-climate-nova-python27 + - gate-climate-nova-requirements + - 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 b889ffeb1f..85b4480646 100644 --- a/modules/openstack_project/templates/review.projects.yaml.erb +++ b/modules/openstack_project/templates/review.projects.yaml.erb @@ -238,6 +238,9 @@ - project: stackforge/climate description: Reservation Service for OpenStack upstream: git://github.com/jd/climate.git +- project: stackforge/climate-nova + description: Specific Nova part of the Climate Reservation Service for OpenStack + upstream: git://github.com/scroiset/climate-nova.git - project: stackforge/cloudcafe upstream: https://github.com/samu4924/cloudcafe description: OpenStack based test automation framework. Based on OpenCAFE engine