aa5a930211
Initialize this repository with generic structure from cookiecutter. Remove manifests/config.pp and manifests/init.pp because this module will not need those manifests. Change-Id: I306e29f2b4a636d3c0f87f7b9b7a7b9efd4791dc
33 lines
949 B
JSON
33 lines
949 B
JSON
{
|
|
"name": "puppet-infracloud",
|
|
"version": "0.0.1",
|
|
"author": "OpenStack CI",
|
|
"summary": "Puppet module for OpenStack-infra Infracloud",
|
|
"license": "Apache-2.0",
|
|
"source": "git://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" }
|
|
]
|
|
}
|