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: I57d518aa403b3c6caaa19022356d9feebcb04a27
This commit is contained in:
Ian Wienand 2019-03-24 20:35:44 +00:00
parent 639364a69b
commit d30b8f0414
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
"author": "Openstack CI",
"summary": "Puppet module for Planet",
"license": "Apache 2.0",
"source": "git://git.openstack.org/openstack-infra/puppet-planet.git",
"source": "https://git.openstack.org/openstack-infra/puppet-planet.git",
"project_page": "http://docs.openstack.org/infra/system-config/",
"issues_url": "https://storyboard.openstack.org/#!/project/772",
"dependencies": []

View File

@ -1,7 +1,7 @@
include ::planet
planet::site { 'openstack':
git_url => 'git://git.openstack.org/openstack/openstack-planet',
git_url => 'https://git.openstack.org/openstack/openstack-planet',
}
$planet_config = '[Planet]