diff --git a/modules/gerritbot/files/gerritbot_channel_config.yaml b/modules/gerritbot/files/gerritbot_channel_config.yaml index a14149fff7..fb10f87a74 100644 --- a/modules/gerritbot/files/gerritbot_channel_config.yaml +++ b/modules/gerritbot/files/gerritbot_channel_config.yaml @@ -252,6 +252,7 @@ openstack-chef: - change-merged - x-vrif-minus-2 projects: + - stackforge/cookbook-ceph - stackforge/cookbook-openstack-block-storage - stackforge/cookbook-openstack-common - stackforge/cookbook-openstack-compute 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 53c838337a..12fb8d1229 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml @@ -1636,6 +1636,16 @@ jobs: - gate-openstack-chef-repo +- project: + name: cookbook-ceph + github-org: stackforge + node: bare-precise + + jobs: + - gate-{name}-chef-lint + - gate-{name}-chef-style + - gate-{name}-chef-unit + - project: name: cookbook-openstack-common github-org: stackforge diff --git a/modules/openstack_project/files/review.projects.yaml b/modules/openstack_project/files/review.projects.yaml index 4d20a4b159..a5c77818f1 100644 --- a/modules/openstack_project/files/review.projects.yaml +++ b/modules/openstack_project/files/review.projects.yaml @@ -435,6 +435,14 @@ description: Congress upstream: git://github.com/pballand/congress.git acl-config: /home/gerrit2/acls/stackforge/congress.config +- project: stackforge/cookbook-ceph + group: openstack-chef + docimpact-group: openstack-chef + description: Chef Cookbook - Ceph + upstream: git://github.com/ceph/ceph-cookbooks.git + acl-config: /home/gerrit2/acls/stackforge/chef-cookbooks.config + options: + - direct-release - project: stackforge/cookbook-openstack-block-storage group: openstack-chef docimpact-group: openstack-chef diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index bd3e609728..f6c475803c 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -3276,6 +3276,15 @@ projects: - gate-cookbook-openstack-block-storage-chef-lint - gate-cookbook-openstack-block-storage-chef-unit + - name: stackforge/cookbook-ceph + check: + - gate-cookbook-ceph-chef-lint + - gate-cookbook-ceph-chef-style + - gate-cookbook-ceph-chef-unit + gate: + - gate-cookbook-ceph-chef-lint + - gate-cookbook-ceph-chef-unit + - name: stackforge/cookbook-openstack-common check: - gate-cookbook-openstack-common-chef-lint