
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: Ic8d24b79e09e75a2b2a2397012a1e2218a8c49b6
33 lines
951 B
JSON
33 lines
951 B
JSON
{
|
|
"name": "puppet-infracloud",
|
|
"version": "0.0.1",
|
|
"author": "OpenStack CI",
|
|
"summary": "Puppet module for OpenStack-infra Infracloud",
|
|
"license": "Apache-2.0",
|
|
"source": "https://git.openstack.org/openstack-infra/puppet-infracloud.git",
|
|
"project_page": "https://docs.openstack.org/infra/system-config/",
|
|
"issues_url": "https://storyboard.openstack.org/#!/project/767",
|
|
"description": "Installs and configures OpenStack-infra Infracloud.",
|
|
"operatingsystem_support": [
|
|
{
|
|
"operatingsystem": "Debian",
|
|
"operatingsystemrelease": ["8"]
|
|
},
|
|
{
|
|
"operatingsystem": "Fedora",
|
|
"operatingsystemrelease": ["21","22"]
|
|
},
|
|
{
|
|
"operatingsystem": "RedHat",
|
|
"operatingsystemrelease": ["7"]
|
|
},
|
|
{
|
|
"operatingsystem": "Ubuntu",
|
|
"operatingsystemrelease": ["14.04"]
|
|
}
|
|
],
|
|
"dependencies": [
|
|
{ "name": "puppetlabs/stdlib", "version_requirement": ">= 4.0.0 <5.0.0" }
|
|
]
|
|
}
|