Add project configuration.

Add a mapping of gerrit projects to the right place to create DocImpact
bugs.

Change-Id: Ic64e911b3e095dcd06b726f584a2b389e30ee24b
This commit is contained in:
Michael Still 2013-12-14 07:39:38 +11:00 committed by Jeremy Stanley
parent 8e80f8355b
commit 8cc8a834f1
4 changed files with 42 additions and 7 deletions

View File

@ -2,4 +2,4 @@
# Use timeout to kill any process running longer than 10 minutes. # Use timeout to kill any process running longer than 10 minutes.
timeout -k 2m 10m /usr/local/bin/update-bug change-merged "$@" timeout -k 2m 10m /usr/local/bin/update-bug change-merged "$@"
timeout -k 2m 10m /usr/local/bin/notify-impact change-merged "$@" --impact DocImpact --dest-address 'openstack-docs@lists.openstack.org' --auto-subscribers /home/gerrit2/review_site/hooks/subscriber_map.yaml timeout -k 2m 10m /usr/local/bin/notify-impact change-merged "$@" --impact DocImpact --dest-address 'openstack-docs@lists.openstack.org' --config /home/gerrit2/review_site/hooks/notify_impact.yaml

View File

@ -1,11 +1,13 @@
# This file is used by the notify_impact jeepyb plugin to add subscribers to # This file is used by the notify_impact jeepyb plugin to control the bugs it
# automatically created DocImpact bugs. There are two structures here. The # create.
#
# Please keep these structures in alphabetical order.
# For automatically created DocImpact bugs, there are two structures here. The
# author_map maps email addresses of authors to "groups". These groups can be # author_map maps email addresses of authors to "groups". These groups can be
# anything you want, although the most likely example is a dev team at a # anything you want, although the most likely example is a dev team at a
# particular company. The second structure is "subscriber_map", which lists # particular company. The second structure is "subscriber_map", which lists
# the people to subscribe to a bug owned by a particular group. # the people to subscribe to a bug owned by a particular group.
#
# Please keep these structures in alphabetical order.
author_map: author_map:
joshua.hesketh@rackspace.com: rcbau joshua.hesketh@rackspace.com: rcbau

View File

@ -159,6 +159,7 @@
group: openstack-api-site group: openstack-api-site
- project: openstack/ceilometer - project: openstack/ceilometer
- project: openstack/cinder - project: openstack/cinder
docimpact-group: openstack-manuals
- project: openstack/compute-api - project: openstack/compute-api
group: openstack-api-site group: openstack-api-site
- project: openstack/database-api - project: openstack/database-api
@ -174,6 +175,7 @@
description: Common scheduler for OpenStack. description: Common scheduler for OpenStack.
upstream: git://github.com/n0ano/gantt.git upstream: git://github.com/n0ano/gantt.git
- project: openstack/glance - project: openstack/glance
docimpact-group: openstack-manuals
- project: openstack/governance - project: openstack/governance
description: Openstack Technical Committee Decisions description: Openstack Technical Committee Decisions
- project: openstack/heat - project: openstack/heat
@ -181,6 +183,7 @@
upstream: git://github.com/heat-api/heat-cfntools.git upstream: git://github.com/heat-api/heat-cfntools.git
- project: openstack/heat-templates - project: openstack/heat-templates
- project: openstack/horizon - project: openstack/horizon
docimpact-group: openstack-manuals
- project: openstack/identity-api - project: openstack/identity-api
group: openstack-api-site group: openstack-api-site
- project: openstack/image-api - project: openstack/image-api
@ -189,11 +192,14 @@
description: A service for managing and provisioning Bare Metal servers. description: A service for managing and provisioning Bare Metal servers.
upstream: git://github.com/devananda/ironic.git upstream: git://github.com/devananda/ironic.git
- project: openstack/keystone - project: openstack/keystone
docimpact-group: openstack-manuals
- project: openstack/marconi - project: openstack/marconi
- project: openstack/netconn-api - project: openstack/netconn-api
group: openstack-api-site group: openstack-api-site
- project: openstack/neutron - project: openstack/neutron
docimpact-group: openstack-manuals
- project: openstack/nova - project: openstack/nova
docimpact-group: openstack-manuals
- project: openstack/object-api - project: openstack/object-api
group: openstack-api-site group: openstack-api-site
- project: openstack/openstack - project: openstack/openstack
@ -219,36 +225,47 @@
description: Restart services and coordinate data migration on Heat config changes. description: Restart services and coordinate data migration on Heat config changes.
- project: openstack/oslo-incubator - project: openstack/oslo-incubator
group: oslo group: oslo
docimpact-group: openstack-manuals
description: Part of OpenStack's Oslo project. New Oslo APIs go through an incubation phase in this repository before being released as part of a proper Python library. description: Part of OpenStack's Oslo project. New Oslo APIs go through an incubation phase in this repository before being released as part of a proper Python library.
- project: openstack/oslo.config - project: openstack/oslo.config
docimpact-group: openstack-manuals
- project: openstack/oslo.messaging - project: openstack/oslo.messaging
docimpact-group: openstack-manuals
upstream: git://github.com/markmc/oslo.messaging.git upstream: git://github.com/markmc/oslo.messaging.git
- project: openstack/oslo.rootwrap - project: openstack/oslo.rootwrap
docimpact-group: openstack-manuals
upstream: git://github.com/ttx/oslo.rootwrap.git upstream: git://github.com/ttx/oslo.rootwrap.git
- project: openstack/oslo.sphinx - project: openstack/oslo.sphinx
docimpact-group: openstack-manuals
description: Theme and utilities for Sphinx documentation tool description: Theme and utilities for Sphinx documentation tool
- project: openstack/oslo.version - project: openstack/oslo.version
docimpact-group: openstack-manuals
upstream: git://github.com/emonty/oslo.version.git upstream: git://github.com/emonty/oslo.version.git
- project: openstack/python-ceilometerclient - project: openstack/python-ceilometerclient
upstream: git://github.com/asalkeld/python-ceilometerclient.git upstream: git://github.com/asalkeld/python-ceilometerclient.git
- project: openstack/python-cinderclient - project: openstack/python-cinderclient
docimpact-group: openstack-manuals
- project: openstack/python-ganttclient - project: openstack/python-ganttclient
description: Client code for the common scheduler for OpenStack. description: Client code for the common scheduler for OpenStack.
acl-config: /home/gerrit2/acls/openstack/gantt.config acl-config: /home/gerrit2/acls/openstack/gantt.config
upstream: git://github.com/n0ano/ganttclient.git upstream: git://github.com/n0ano/ganttclient.git
- project: openstack/python-glanceclient - project: openstack/python-glanceclient
docimpact-group: openstack-manuals
- project: openstack/python-heatclient - project: openstack/python-heatclient
- project: openstack/python-ironicclient - project: openstack/python-ironicclient
description: A python client implementing the Ironic API. description: A python client implementing the Ironic API.
- project: openstack/python-keystoneclient - project: openstack/python-keystoneclient
- project: openstack/python-marconiclient - project: openstack/python-marconiclient
- project: openstack/python-neutronclient - project: openstack/python-neutronclient
docimpact-group: openstack-manuals
- project: openstack/python-novaclient - project: openstack/python-novaclient
docimpact-group: openstack-manuals
- project: openstack/python-openstackclient - project: openstack/python-openstackclient
- project: openstack/python-savannaclient - project: openstack/python-savannaclient
description: Python bindings and CLI to Savanna. description: Python bindings and CLI to Savanna.
acl-config: /home/gerrit2/acls/openstack/savanna.config acl-config: /home/gerrit2/acls/openstack/savanna.config
- project: openstack/python-swiftclient - project: openstack/python-swiftclient
docimpact-group: openstack-manuals
- project: openstack/python-troveclient - project: openstack/python-troveclient
- project: openstack/python-tuskarclient - project: openstack/python-tuskarclient
description: Python bindings and CLI to Tuskar. description: Python bindings and CLI to Tuskar.
@ -270,6 +287,7 @@
description: Disk image elements for Savanna description: Disk image elements for Savanna
acl-config: /home/gerrit2/acls/openstack/savanna.config acl-config: /home/gerrit2/acls/openstack/savanna.config
- project: openstack/swift - project: openstack/swift
docimpact-group: openstack-manuals
- project: openstack/swift-bench - project: openstack/swift-bench
description: Benchmarking tool for OpenStack Swift description: Benchmarking tool for OpenStack Swift
upstream: git://github.com/jeblair/swift-bench.git upstream: git://github.com/jeblair/swift-bench.git
@ -358,60 +376,70 @@
acl-config: /home/gerrit2/acls/stackforge/congress.config acl-config: /home/gerrit2/acls/stackforge/congress.config
- project: stackforge/cookbook-openstack-block-storage - project: stackforge/cookbook-openstack-block-storage
group: openstack-chef group: openstack-chef
docimpact-group: openstack-chef
description: Chef Cookbook - OpenStack Block Storage description: Chef Cookbook - OpenStack Block Storage
acl-config: /home/gerrit2/acls/stackforge/chef-cookbooks.config acl-config: /home/gerrit2/acls/stackforge/chef-cookbooks.config
options: options:
- direct-release - direct-release
- project: stackforge/cookbook-openstack-common - project: stackforge/cookbook-openstack-common
group: openstack-chef group: openstack-chef
docimpact-group: openstack-chef
description: Chef Cookbook - common OpenStack configuration description: Chef Cookbook - common OpenStack configuration
acl-config: /home/gerrit2/acls/stackforge/chef-cookbooks.config acl-config: /home/gerrit2/acls/stackforge/chef-cookbooks.config
options: options:
- direct-release - direct-release
- project: stackforge/cookbook-openstack-compute - project: stackforge/cookbook-openstack-compute
group: openstack-chef group: openstack-chef
docimpact-group: openstack-chef
description: Chef Cookbook - OpenStack Compute description: Chef Cookbook - OpenStack Compute
acl-config: /home/gerrit2/acls/stackforge/chef-cookbooks.config acl-config: /home/gerrit2/acls/stackforge/chef-cookbooks.config
options: options:
- direct-release - direct-release
- project: stackforge/cookbook-openstack-dashboard - project: stackforge/cookbook-openstack-dashboard
group: openstack-chef group: openstack-chef
docimpact-group: openstack-chef
description: Chef Cookbook - OpenStack Dashboard description: Chef Cookbook - OpenStack Dashboard
acl-config: /home/gerrit2/acls/stackforge/chef-cookbooks.config acl-config: /home/gerrit2/acls/stackforge/chef-cookbooks.config
options: options:
- direct-release - direct-release
- project: stackforge/cookbook-openstack-identity - project: stackforge/cookbook-openstack-identity
group: openstack-chef group: openstack-chef
docimpact-group: openstack-chef
description: Chef Cookbook - OpenStack Identity description: Chef Cookbook - OpenStack Identity
acl-config: /home/gerrit2/acls/stackforge/chef-cookbooks.config acl-config: /home/gerrit2/acls/stackforge/chef-cookbooks.config
options: options:
- direct-release - direct-release
- project: stackforge/cookbook-openstack-image - project: stackforge/cookbook-openstack-image
group: openstack-chef group: openstack-chef
docimpact-group: openstack-chef
description: Chef Cookbook - OpenStack Image description: Chef Cookbook - OpenStack Image
acl-config: /home/gerrit2/acls/stackforge/chef-cookbooks.config acl-config: /home/gerrit2/acls/stackforge/chef-cookbooks.config
options: options:
- direct-release - direct-release
- project: stackforge/cookbook-openstack-metering - project: stackforge/cookbook-openstack-metering
group: openstack-chef group: openstack-chef
docimpact-group: openstack-chef
description: Chef Cookbook - OpenStack Metering description: Chef Cookbook - OpenStack Metering
acl-config: /home/gerrit2/acls/stackforge/chef-cookbooks.config acl-config: /home/gerrit2/acls/stackforge/chef-cookbooks.config
options: options:
- direct-release - direct-release
- project: stackforge/cookbook-openstack-network - project: stackforge/cookbook-openstack-network
group: openstack-chef group: openstack-chef
docimpact-group: openstack-chef
description: Chef Cookbook - OpenStack Network description: Chef Cookbook - OpenStack Network
acl-config: /home/gerrit2/acls/stackforge/chef-cookbooks.config acl-config: /home/gerrit2/acls/stackforge/chef-cookbooks.config
options: options:
- direct-release - direct-release
- project: stackforge/cookbook-openstack-object-storage - project: stackforge/cookbook-openstack-object-storage
group: openstack-chef group: openstack-chef
docimpact-group: openstack-chef
description: Chef Cookbook - OpenStack Object Storage description: Chef Cookbook - OpenStack Object Storage
acl-config: /home/gerrit2/acls/stackforge/chef-cookbooks.config acl-config: /home/gerrit2/acls/stackforge/chef-cookbooks.config
options: options:
- direct-release - direct-release
- project: stackforge/cookbook-openstack-ops-database - project: stackforge/cookbook-openstack-ops-database
group: openstack-chef group: openstack-chef
docimpact-group: openstack-chef
description: Chef Cookbook - Support Cookbook for Database description: Chef Cookbook - Support Cookbook for Database
acl-config: /home/gerrit2/acls/stackforge/chef-cookbooks.config acl-config: /home/gerrit2/acls/stackforge/chef-cookbooks.config
upstream: git://github.com/mattray/cookbook-openstack-ops-database.git upstream: git://github.com/mattray/cookbook-openstack-ops-database.git
@ -419,6 +447,7 @@
- direct-release - direct-release
- project: stackforge/cookbook-openstack-ops-messaging - project: stackforge/cookbook-openstack-ops-messaging
group: openstack-chef group: openstack-chef
docimpact-group: openstack-chef
description: Chef Cookbook - Support Cookbook for Messaging description: Chef Cookbook - Support Cookbook for Messaging
acl-config: /home/gerrit2/acls/stackforge/chef-cookbooks.config acl-config: /home/gerrit2/acls/stackforge/chef-cookbooks.config
upstream: git://github.com/mattray/cookbook-openstack-ops-messaging.git upstream: git://github.com/mattray/cookbook-openstack-ops-messaging.git
@ -426,6 +455,7 @@
- direct-release - direct-release
- project: stackforge/cookbook-openstack-orchestration - project: stackforge/cookbook-openstack-orchestration
group: openstack-chef group: openstack-chef
docimpact-group: openstack-chef
description: Chef Cookbook - OpenStack Orchestration description: Chef Cookbook - OpenStack Orchestration
acl-config: /home/gerrit2/acls/stackforge/chef-cookbooks.config acl-config: /home/gerrit2/acls/stackforge/chef-cookbooks.config
options: options:
@ -557,6 +587,7 @@
description: Common Automation Framework Engine. Core driver for CloudCAFE description: Common Automation Framework Engine. Core driver for CloudCAFE
- project: stackforge/openstack-chef-repo - project: stackforge/openstack-chef-repo
group: openstack-chef group: openstack-chef
docimpact-group: openstack-chef
description: Example Chef Repo that sets up an OpenStack Deployment description: Example Chef Repo that sets up an OpenStack Deployment
acl-config: /home/gerrit2/acls/stackforge/chef-cookbooks.config acl-config: /home/gerrit2/acls/stackforge/chef-cookbooks.config
options: options:
@ -715,6 +746,8 @@
- project: stackforge/tooz - project: stackforge/tooz
description: Coordinate distributed systems. description: Coordinate distributed systems.
- project: stackforge/turbo-hipster - project: stackforge/turbo-hipster
group: turbo-hipster
docimpact-group: turbo-hipster
description: A generic zuul worker using the gearman protocol. description: A generic zuul worker using the gearman protocol.
upstream: git://github.com/rcbau/turbo-hipster.git upstream: git://github.com/rcbau/turbo-hipster.git
- project: stackforge/wsme - project: stackforge/wsme

View File

@ -275,10 +275,10 @@ class openstack_project::gerrit (
require => Class['::gerrit'], require => Class['::gerrit'],
} }
file { '/home/gerrit2/review_site/hooks/subscriber_map.yaml': file { '/home/gerrit2/review_site/hooks/notify_impact.yaml':
ensure => present, ensure => present,
source => source =>
'puppet:///modules/openstack_project/gerrit/subscriber_map.yaml', 'puppet:///modules/openstack_project/gerrit/notify_impact.yaml',
require => Class['::gerrit'], require => Class['::gerrit'],
} }