Merge "Add an AFS Git mirror for review-dev projects"
This commit is contained in:
commit
efdac3cd5e
@ -69,10 +69,12 @@ class openstack_project::gerrit (
|
||||
$cgit = false,
|
||||
$web_repo_url = '',
|
||||
$secondary_index = true,
|
||||
$afs = false,
|
||||
) {
|
||||
class { 'openstack_project::server':
|
||||
iptables_public_tcp_ports => [80, 443, 29418],
|
||||
sysadmins => $sysadmins,
|
||||
afs => $afs,
|
||||
}
|
||||
|
||||
class { 'jeepyb::openstackwatch':
|
||||
|
@ -87,8 +87,16 @@ class openstack_project::review_dev (
|
||||
threads => '4',
|
||||
mirror => true,
|
||||
},
|
||||
{
|
||||
name => 'afs',
|
||||
url => 'file:///afs/openstack.org/mirror/git-sandbox/',
|
||||
replicationDelay => '0',
|
||||
threads => '4',
|
||||
mirror => true,
|
||||
},
|
||||
],
|
||||
require => $::project_config::config_dir,
|
||||
afs => true,
|
||||
}
|
||||
|
||||
gerrit::plugin { 'javamelody':
|
||||
|
Loading…
x
Reference in New Issue
Block a user