
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: Id84741d2ed983ec966643903e5fcbdb37965a561
29 lines
735 B
JSON
29 lines
735 B
JSON
{
|
|
"name": "openstackci-refstack",
|
|
"version": "0.0.2",
|
|
"author": "Openstack CI",
|
|
"summary": "Puppet module for the OpenStack RefStack",
|
|
"license": "Apache 2.0",
|
|
"source": "https://git.openstack.org/openstack-infra/puppet-refstack.git",
|
|
"project_page": "http://ci.openstack.org/",
|
|
"issues_url": "https://refstack.openstack.org/#!/project/700",
|
|
"dependencies": [
|
|
{
|
|
"name": "puppetlabs/stdlib",
|
|
"version_requirement": ">= 3.2.0"
|
|
},
|
|
{
|
|
"name": "puppetlabs/mysql",
|
|
"version_requirement": ">= 0.6.1"
|
|
},
|
|
{
|
|
"name": "openstackci/httpd",
|
|
"version_requirement": "= 0.0.4"
|
|
},
|
|
{
|
|
"name": "openstackci/vcsrepo",
|
|
"version_requirement": ">= 0.0.8"
|
|
}
|
|
]
|
|
}
|