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: I6c126f7e724249741403a87733f546c1642f7f25
This commit is contained in:
parent
ba0242f054
commit
bdf8cd90f7
@ -18,7 +18,7 @@ Documentation
|
||||
==============
|
||||
|
||||
The documentation presented at http://docs.openstack.org/infra/system-config comes from
|
||||
git://git.openstack.org/openstack-infra/system-config repo's docs/source. To
|
||||
https://git.openstack.org/openstack-infra/system-config repo's docs/source. To
|
||||
build the documentation use
|
||||
|
||||
$ tox -evenv python setup.py build_sphinx
|
||||
|
@ -62,7 +62,7 @@ class openstack_project::git_backend (
|
||||
ssl_chain_file_contents => $ssl_chain_file_contents,
|
||||
behind_proxy => $behind_proxy,
|
||||
cgitrc_settings => {
|
||||
'clone-prefix' => 'git://git.openstack.org https://git.openstack.org',
|
||||
'clone-prefix' => 'https://git.openstack.org',
|
||||
'commit-filter' => '/usr/local/bin/commit-filter.sh',
|
||||
'css' => '/static/openstack.css',
|
||||
'favicon' => '/static/favicon.ico',
|
||||
|
@ -6,6 +6,6 @@ class openstack_project::planet (
|
||||
include ::planet
|
||||
|
||||
planet::site { 'openstack':
|
||||
git_url => 'git://git.openstack.org/openstack/openstack-planet',
|
||||
git_url => 'https://git.openstack.org/openstack/openstack-planet',
|
||||
}
|
||||
}
|
||||
|
@ -93,7 +93,6 @@ class openstack_project::review (
|
||||
vhost_name => 'review.openstack.org',
|
||||
canonicalweburl => 'https://review.openstack.org/',
|
||||
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,
|
||||
|
@ -170,7 +170,7 @@ class openstack_project::status (
|
||||
include reviewday
|
||||
|
||||
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',
|
||||
@ -187,7 +187,7 @@ class openstack_project::status (
|
||||
include bugdaystats
|
||||
|
||||
bugdaystats::site { 'bugdaystats':
|
||||
git_url => 'git://git.openstack.org/openstack-infra/bugdaystats',
|
||||
git_url => 'https://git.openstack.org/openstack-infra/bugdaystats',
|
||||
serveradmin => 'webmaster@openstack.org',
|
||||
httproot => '/srv/static/bugdaystats',
|
||||
configfile => '/var/lib/bugdaystats/config.js',
|
||||
|
@ -4,7 +4,7 @@
|
||||
"author": "Openstack CI",
|
||||
"summary": "Puppet module for openstack_project",
|
||||
"license": "Apache 2.0",
|
||||
"source": "git://git.openstack.org/openstack-infra/system-config.git",
|
||||
"source": "https://git.openstack.org/openstack-infra/system-config.git",
|
||||
"project_page": "http://docs.openstack.org/infra/system-config/",
|
||||
"issues_url": "https://storyboard.openstack.org/#!/project/778",
|
||||
"dependencies": []
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
- src: git+git://git.openstack.org/openstack-infra/ansible-role-puppet.git
|
||||
- src: git+https://git.openstack.org/openstack-infra/ansible-role-puppet.git
|
||||
version: HEAD
|
||||
name: puppet
|
||||
- src: git+git://git.openstack.org/openstack/ansible-role-cloud-launcher.git
|
||||
- src: git+https://git.openstack.org/openstack/ansible-role-cloud-launcher.git
|
||||
version: HEAD
|
||||
name: cloud-launcher
|
||||
|
@ -70,7 +70,7 @@ EOF
|
||||
done
|
||||
|
||||
sudo -E /usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git \
|
||||
git://git.openstack.org \
|
||||
https://git.openstack.org \
|
||||
openstack-infra/project-config \
|
||||
$project_names
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
. ./tools/prep-apply.sh
|
||||
|
||||
/usr/zuul-env/bin/zuul-cloner --workspace /tmp --cache-dir /opt/git \
|
||||
git://git.openstack.org \
|
||||
https://git.openstack.org \
|
||||
openstack-infra/logstash-filters
|
||||
sha=$(git --git-dir=/tmp/openstack-infra/logstash-filters/.git rev-parse HEAD)
|
||||
|
||||
|
@ -73,7 +73,7 @@ for MOD in ${!INTEGRATION_MODULES[*]}; do
|
||||
done
|
||||
|
||||
sudo -E /usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git \
|
||||
git://git.openstack.org \
|
||||
https://git.openstack.org \
|
||||
$project_names
|
||||
|
||||
# Fix hostname lookups
|
||||
|
Loading…
Reference in New Issue
Block a user