Fix hostname for review-dev.openstack.org.
Change-Id: I297087554238854d983d1946bfdee80c2feedd6f
This commit is contained in:
parent
8a89b93217
commit
0cb2c1760d
@ -4,6 +4,8 @@
|
||||
# TODO: launchpadlib creds for user sync script
|
||||
|
||||
class openstack_project::gerrit (
|
||||
$virtual_hostname=$fqdn,
|
||||
$canonicalweburl="https://$fqdn/",
|
||||
$ssl_cert_file='',
|
||||
$ssl_key_file='',
|
||||
$ssl_chain_file='',
|
||||
@ -43,6 +45,8 @@ class openstack_project::gerrit (
|
||||
}
|
||||
|
||||
class { '::gerrit':
|
||||
virtual_hostname => $virtual_hostname,
|
||||
canonicalweburl => $canonicalweburl,
|
||||
# opinions
|
||||
enable_melody => 'true',
|
||||
melody_session => 'true',
|
||||
|
@ -1,5 +1,7 @@
|
||||
class openstack_project::review_dev {
|
||||
class { 'openstack_project::gerrit':
|
||||
virtual_hostname => 'review-dev.openstack.org',
|
||||
canonicalweburl => "https://review-dev.openstack.org/",
|
||||
ssl_cert_file => '/etc/ssl/certs/ssl-cert-snakeoil.pem',
|
||||
ssl_key_file => '/etc/ssl/private/ssl-cert-snakeoil.key',
|
||||
ssl_chain_file => '',
|
||||
|
Loading…
x
Reference in New Issue
Block a user