Set gerrit's gitHttpUrl to itself
We used to replicate refs to the git farm, but we stopped doing that with gitea. Therefore, download links for patches must be served from gerrit itself now. We could remove this option (this is the default), but I've left it to remind us about it in case we start replicating again in the future. Change-Id: I0b537afbcac17ae28a63bd2ef01102eb00b5f315
This commit is contained in:
parent
16fa372e0c
commit
d97606cec0
@ -96,7 +96,7 @@ class openstack_project::review (
|
||||
class { 'openstack_project::gerrit':
|
||||
vhost_name => 'review.opendev.org',
|
||||
canonicalweburl => 'https://review.opendev.org/',
|
||||
git_http_url => 'https://opendev.org/',
|
||||
git_http_url => 'https://review.opendev.org/',
|
||||
ssl_cert_file => $ssl_cert_file,
|
||||
ssl_key_file => $ssl_key_file,
|
||||
ssl_chain_file => $ssl_chain_file,
|
||||
|
Loading…
x
Reference in New Issue
Block a user