Adds cookbook repositories for DB and MQ support
Chef "wrapper cookbooks" provide support for setting up database and message queue stuff, keeping the setup of those things out of the OpenStack project cookbooks. This patch adds the DB and MQ wrapper cookbooks, bringing in Matt Ray's upstream repo locations as initial commits. Change-Id: I8aff3e918fbf883ce5f1f3336078e3b42d3de288 Reviewed-on: https://review.openstack.org/29580 Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Approved: Jeremy Stanley <fungi@yuggoth.org> Tested-by: Jenkins
This commit is contained in:
parent
1b6dcd1350
commit
b53f828f81
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user