
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: Ie26c4adfd1da4b5f07506d5ef4f3e132b704c533
33 lines
1.0 KiB
JSON
33 lines
1.0 KiB
JSON
{
|
|
"name": "puppet-{{cookiecutter.project_name}}",
|
|
"version": "{{cookiecutter.version}}",
|
|
"author": "OpenStack CI",
|
|
"summary": "Puppet module for OpenStack-infra {{cookiecutter.project_name|capitalize}}",
|
|
"license": "Apache-2.0",
|
|
"source": "https://git.openstack.org/openstack-infra/puppet-{{cookiecutter.project_name}}.git",
|
|
"project_page": "https://docs.openstack.org/infra/system-config/",
|
|
"issues_url": "https://storyboard.openstack.org/#!/project/767",
|
|
"description": "Installs and configures OpenStack-infra {{cookiecutter.project_name|capitalize}}.",
|
|
"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" }
|
|
]
|
|
}
|