Add storyboard task to Gerrit tracking id

Save storyboard tasks to Gerrit's secondary index[1]

[1] https://review.openstack.org/Documentation/config-gerrit.html#trackingid

Change-Id: I06e8f70fefdbb6e0d654aa05ad26538beb1e92fd
This commit is contained in:
Khai Do 2016-07-19 18:14:20 -07:00
parent f1ca18ebfd
commit 06e9f31d05
1 changed files with 7 additions and 1 deletions

View File

@ -155,11 +155,17 @@ class openstack_project::gerrit (
its_rules => $its_rules,
trackingids => [
{
name => 'storyboard',
name => 'storyboard-story',
footer => 'story:',
match => '\\#?(\\d+)',
system => 'Storyboard',
},
{
name => 'storyboard-task',
footer => 'task:',
match => '\\#?(\\d+)',
system => 'Storyboard',
},
],
war => $war,
contactstore => $contactstore,