Merge "Make git protocol point to git.o.o"
This commit is contained in:
commit
771e3f1456
@ -9,6 +9,7 @@ class openstack_project::gerrit (
|
||||
$vhost_name = $::fqdn,
|
||||
$canonicalweburl = "https://${::fqdn}/",
|
||||
$git_http_url = '',
|
||||
$canonical_git_url = '',
|
||||
$serveradmin = 'webmaster@openstack.org',
|
||||
$ssh_host_key = '/home/gerrit2/review_site/etc/ssh_host_rsa_key',
|
||||
$ssh_project_key = '/home/gerrit2/review_site/etc/ssh_project_rsa_key',
|
||||
@ -109,6 +110,7 @@ class openstack_project::gerrit (
|
||||
vhost_name => $vhost_name,
|
||||
canonicalweburl => $canonicalweburl,
|
||||
git_http_url => $git_http_url,
|
||||
canonical_git_url => $canonical_git_url,
|
||||
# opinions
|
||||
allow_drafts => false,
|
||||
enable_melody => true,
|
||||
|
@ -93,6 +93,7 @@ class openstack_project::review (
|
||||
|
||||
class { 'openstack_project::gerrit':
|
||||
git_http_url => 'https://git.openstack.org/',
|
||||
canonical_git_url => 'git://git.openstack.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