Replace openstack.org git:// URLs with https://
This is a mechanically generated change to replace openstack.org git:// URLs with https:// equivalents. This is in aid of a planned future move of the git hosting infrastructure to a self-hosted instance of gitea (https://gitea.io), which does not support the git wire protocol at this stage. This update should result in no functional change. For more information see the thread at http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html Change-Id: Iae9cb7f3fdd8fb5c0bcb1112aa4eca9f3430193f
This commit is contained in:
parent
d3528346d4
commit
1ab3c2ad81
@ -18,7 +18,7 @@ define reviewday::site(
|
||||
$gerrit_port = '29418',
|
||||
$gerrit_url = 'localhost',
|
||||
$gerrit_user = 'reviewday',
|
||||
$git_url = 'git://git.openstack.org/openstack-infra/reviewday',
|
||||
$git_url = 'https://git.openstack.org/openstack-infra/reviewday',
|
||||
$httproot = '/srv/static/reviewday',
|
||||
$reviewday_gerrit_ssh_key = undef,
|
||||
$reviewday_rsa_key_contents = undef,
|
||||
|
@ -4,7 +4,7 @@
|
||||
"author": "OpenStack CI",
|
||||
"summary": "Puppet module for Reviewday",
|
||||
"license": "Apache 2.0",
|
||||
"source": "git://git.openstack.org/openstack-infra/puppet-reviewday.git",
|
||||
"source": "https://git.openstack.org/openstack-infra/puppet-reviewday.git",
|
||||
"project_page": "http://docs.openstack.org/infra/system-config/",
|
||||
"issues_url": "https://storyboard.openstack.org/#!/project/771",
|
||||
"dependencies": [
|
||||
|
@ -40,7 +40,7 @@ $status_vhost = 'NameVirtualHost *:80
|
||||
}
|
||||
|
||||
reviewday::site { 'reviewday':
|
||||
git_url => 'git://git.openstack.org/openstack-infra/reviewday',
|
||||
git_url => 'https://git.openstack.org/openstack-infra/reviewday',
|
||||
serveradmin => 'webmaster@openstack.org',
|
||||
httproot => '/srv/static/reviewday',
|
||||
gerrit_url => 'review.openstack.org',
|
||||
|
Loading…
Reference in New Issue
Block a user