diff --git a/modules/gerritbot/files/gerritbot_channel_config.yaml b/modules/gerritbot/files/gerritbot_channel_config.yaml index 109812ceb9..e8d47732f1 100644 --- a/modules/gerritbot/files/gerritbot_channel_config.yaml +++ b/modules/gerritbot/files/gerritbot_channel_config.yaml @@ -295,6 +295,7 @@ openstack-chef: - stackforge/cookbook-openstack-orchestration - stackforge/cookbook-openstack-telemetry - stackforge/openstack-chef-repo + - stackforge/openstack-chef-specs branches: - master - stable/grizzly 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 3355401c9e..9e97c38c6f 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml @@ -2032,6 +2032,14 @@ jobs: - gate-openstack-chef-repo +- project: + name: openstack-chef-specs + github-org: stackforge + node: 'bare-precise || bare-trusty' + + jobs: + - gate-{name}-docs + - project: name: cookbook-ceph github-org: stackforge diff --git a/modules/openstack_project/files/review.projects.yaml b/modules/openstack_project/files/review.projects.yaml index dc07876119..8df7b94182 100644 --- a/modules/openstack_project/files/review.projects.yaml +++ b/modules/openstack_project/files/review.projects.yaml @@ -918,6 +918,13 @@ acl-config: /home/gerrit2/acls/stackforge/chef-cookbooks.config options: - direct-release +- project: stackforge/openstack-chef-specs + group: openstack-chef + docimpact-group: openstack-chef + description: Openstack Chef Blueprint specs + acl-config: /home/gerrit2/acls/stackforge/chef-cookbooks.config + options: + - direct-release - project: stackforge/openstack-cli-powershell description: Powershell environment for Openstack - project: stackforge/openstack-sdk-dotnet diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 89bf9bf042..d3def28911 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -3893,6 +3893,12 @@ projects: gate: - noop + - name: stackforge/openstack-chef-specs + check: + - gate-openstack-chef-specs-docs + gate: + - gate-openstack-chef-specs-docs + - name: stackforge/openstack-chef-repo check: - gate-openstack-chef-repo