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 d1410e12dd..38aec99df7 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml @@ -990,6 +990,24 @@ - gate-{name}-chef-lint - gate-{name}-chef-unit +- project: + name: cookbook-openstack-ops-database + github-org: stackforge + node: precise + + jobs: + - gate-{name}-chef-lint + - gate-{name}-chef-unit + +- project: + name: cookbook-openstack-ops-messaging + github-org: stackforge + node: precise + + jobs: + - gate-{name}-chef-lint + - gate-{name}-chef-unit + - project: name: ironic github-org: openstack @@ -1015,4 +1033,3 @@ jobs: - gate-{name}-pep8 - diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index b07d2af812..cd5d1251a7 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -1867,6 +1867,22 @@ projects: gate: - gate-noop + - name: stackforge/cookbook-openstack-ops-database + check: + - gate-cookbook-openstack-ops-database-chef-lint + - gate-cookbook-openstack-ops-database-chef-unit + gate: + - gate-cookbook-openstack-ops-database-chef-lint + - gate-cookbook-openstack-ops-database-chef-unit + + - name: stackforge/cookbook-openstack-ops-messaging + check: + - gate-cookbook-openstack-ops-messaging-chef-lint + - gate-cookbook-openstack-ops-messaging-chef-unit + gate: + - gate-cookbook-openstack-ops-messaging-chef-lint + - gate-cookbook-openstack-ops-messaging-chef-unit + - name: openstack/ironic check: - gate-ironic-pep8 diff --git a/modules/openstack_project/templates/review.projects.yaml.erb b/modules/openstack_project/templates/review.projects.yaml.erb index 0bf68a73b7..ee49bad074 100644 --- a/modules/openstack_project/templates/review.projects.yaml.erb +++ b/modules/openstack_project/templates/review.projects.yaml.erb @@ -227,6 +227,14 @@ - project: stackforge/cookbook-openstack-metering description: Chef Cookbook - OpenStack Metering acl-config: /home/gerrit2/acls/stackforge/chef-cookbooks.config +- project: stackforge/cookbook-openstack-ops-database + description: Chef Cookbook - Support Cookbook for Database + acl-config: /home/gerrit2/acls/stackforge/chef-cookbooks.config + upstream: git://github.com/mattray/cookbook-openstack-ops-database.git +- project: stackforge/cookbook-openstack-ops-messaging + description: Chef Cookbook - Support Cookbook for Messaging + acl-config: /home/gerrit2/acls/stackforge/chef-cookbooks.config + upstream: git://github.com/mattray/cookbook-openstack-ops-messaging.git - project: stackforge/murano-agent upstream: git://github.com/Mirantis/murano-agent.git acl-config: /home/gerrit2/acls/stackforge/murano.config