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:
Ian Wienand 2019-03-24 20:36:13 +00:00 committed by James E. Blair
parent ba0242f054
commit bdf8cd90f7
10 changed files with 11 additions and 12 deletions

View File

@ -18,7 +18,7 @@ Documentation
============== ==============
The documentation presented at http://docs.openstack.org/infra/system-config comes from 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 build the documentation use
$ tox -evenv python setup.py build_sphinx $ tox -evenv python setup.py build_sphinx

View File

@ -62,7 +62,7 @@ class openstack_project::git_backend (
ssl_chain_file_contents => $ssl_chain_file_contents, ssl_chain_file_contents => $ssl_chain_file_contents,
behind_proxy => $behind_proxy, behind_proxy => $behind_proxy,
cgitrc_settings => { 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', 'commit-filter' => '/usr/local/bin/commit-filter.sh',
'css' => '/static/openstack.css', 'css' => '/static/openstack.css',
'favicon' => '/static/favicon.ico', 'favicon' => '/static/favicon.ico',

View File

@ -6,6 +6,6 @@ class openstack_project::planet (
include ::planet include ::planet
planet::site { 'openstack': planet::site { 'openstack':
git_url => 'git://git.openstack.org/openstack/openstack-planet', git_url => 'https://git.openstack.org/openstack/openstack-planet',
} }
} }

View File

@ -93,7 +93,6 @@ class openstack_project::review (
vhost_name => 'review.openstack.org', vhost_name => 'review.openstack.org',
canonicalweburl => 'https://review.openstack.org/', canonicalweburl => 'https://review.openstack.org/',
git_http_url => 'https://git.openstack.org/', git_http_url => 'https://git.openstack.org/',
canonical_git_url => 'git://git.openstack.org/',
ssl_cert_file => $ssl_cert_file, ssl_cert_file => $ssl_cert_file,
ssl_key_file => $ssl_key_file, ssl_key_file => $ssl_key_file,
ssl_chain_file => $ssl_chain_file, ssl_chain_file => $ssl_chain_file,

View File

@ -170,7 +170,7 @@ class openstack_project::status (
include reviewday include reviewday
reviewday::site { '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', serveradmin => 'webmaster@openstack.org',
httproot => '/srv/static/reviewday', httproot => '/srv/static/reviewday',
gerrit_url => 'review.openstack.org', gerrit_url => 'review.openstack.org',
@ -187,7 +187,7 @@ class openstack_project::status (
include bugdaystats include bugdaystats
bugdaystats::site { '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', serveradmin => 'webmaster@openstack.org',
httproot => '/srv/static/bugdaystats', httproot => '/srv/static/bugdaystats',
configfile => '/var/lib/bugdaystats/config.js', configfile => '/var/lib/bugdaystats/config.js',

View File

@ -4,7 +4,7 @@
"author": "Openstack CI", "author": "Openstack CI",
"summary": "Puppet module for openstack_project", "summary": "Puppet module for openstack_project",
"license": "Apache 2.0", "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/", "project_page": "http://docs.openstack.org/infra/system-config/",
"issues_url": "https://storyboard.openstack.org/#!/project/778", "issues_url": "https://storyboard.openstack.org/#!/project/778",
"dependencies": [] "dependencies": []

View File

@ -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 version: HEAD
name: puppet 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 version: HEAD
name: cloud-launcher name: cloud-launcher

View File

@ -70,7 +70,7 @@ EOF
done done
sudo -E /usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git \ 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 \ openstack-infra/project-config \
$project_names $project_names

View File

@ -17,7 +17,7 @@
. ./tools/prep-apply.sh . ./tools/prep-apply.sh
/usr/zuul-env/bin/zuul-cloner --workspace /tmp --cache-dir /opt/git \ /usr/zuul-env/bin/zuul-cloner --workspace /tmp --cache-dir /opt/git \
git://git.openstack.org \ https://git.openstack.org \
openstack-infra/logstash-filters openstack-infra/logstash-filters
sha=$(git --git-dir=/tmp/openstack-infra/logstash-filters/.git rev-parse HEAD) sha=$(git --git-dir=/tmp/openstack-infra/logstash-filters/.git rev-parse HEAD)

View File

@ -73,7 +73,7 @@ for MOD in ${!INTEGRATION_MODULES[*]}; do
done done
sudo -E /usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git \ 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 $project_names
# Fix hostname lookups # Fix hostname lookups