Only replicate openstack namespaces to github

As we start doing things like opendev, we should be able to add
additional prefixes in gerrit without replicating them to github - or
causing gerrit to just spawn errors.

Change-Id: I9bca81df9d9600c4ccb1550039f488c6eb552abd
This commit is contained in:
Monty Taylor 2018-09-26 11:50:37 -05:00
parent 19712f93e7
commit 0e985c2d63
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
1 changed files with 5 additions and 0 deletions

View File

@ -238,6 +238,11 @@ class openstack_project::review (
replicationDelay => '1',
replicatePermissions => false,
mirror => true,
projects => [
'openstack/*',
'openstack-dev/*',
'openstack-infra/*',
]
},
{
name => 'local',