Activate secondary index support for Gerrit
Partial-Bug: #1082781 Change-Id: Iba923e99875c8e8380730fae2a0e969a4eb755f9
This commit is contained in:
parent
aa86bee7f3
commit
f433ff085b
@ -69,6 +69,7 @@ class openstack_project::gerrit (
|
|||||||
$gitweb = true,
|
$gitweb = true,
|
||||||
$cgit = false,
|
$cgit = false,
|
||||||
$web_repo_url = '',
|
$web_repo_url = '',
|
||||||
|
$secondary_index = true,
|
||||||
) {
|
) {
|
||||||
class { 'openstack_project::server':
|
class { 'openstack_project::server':
|
||||||
iptables_public_tcp_ports => [80, 443, 29418],
|
iptables_public_tcp_ports => [80, 443, 29418],
|
||||||
@ -185,6 +186,7 @@ class openstack_project::gerrit (
|
|||||||
cgit => $cgit,
|
cgit => $cgit,
|
||||||
web_repo_url => $web_repo_url,
|
web_repo_url => $web_repo_url,
|
||||||
testmode => $testmode,
|
testmode => $testmode,
|
||||||
|
secondary_index => $secondary_index,
|
||||||
require => Class[openstack_project::server],
|
require => Class[openstack_project::server],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user