From 42aee4eb75e94b31b8b4a15a8c8946820c80a186 Mon Sep 17 00:00:00 2001 From: JJ Asghar Date: Thu, 17 Jul 2014 16:13:49 -0500 Subject: [PATCH] New Chef repo for Specs We would like a new repo on stackforge so we can start tracking comments and diffs for our blueprints. We are going to attempt to emulate: https://github.com/openstack/nova-specs workflow to help us organize our blueprints. Change-Id: I81aa9ef9924c4bea50f69da0e0641b1beac17264 --- modules/gerritbot/files/gerritbot_channel_config.yaml | 1 + .../files/jenkins_job_builder/config/projects.yaml | 8 ++++++++ modules/openstack_project/files/review.projects.yaml | 7 +++++++ modules/openstack_project/files/zuul/layout.yaml | 6 ++++++ 4 files changed, 22 insertions(+) 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