7f89a62dc3
Change-Id: Ie6cbf40cc42725245c6ce03491afd6b781630d2d
30 lines
849 B
JSON
30 lines
849 B
JSON
{
|
|
"name": "openstack-tripleo",
|
|
"version": "9.3.0",
|
|
"author": "OpenStack Contributors",
|
|
"summary": "Puppet module for TripleO",
|
|
"license": "Apache-2.0",
|
|
"source": "git://github.com/openstack/puppet-tripleo.git",
|
|
"project_page": "https://launchpad.net/puppet-tripleo",
|
|
"issues_url": "https://bugs.launchpad.net/puppet-tripleo",
|
|
"description": "Installs and configures Tripleo.",
|
|
"requirements": [
|
|
{ "name": "puppet","version_requirement": "4.x" }
|
|
],
|
|
"operatingsystem_support": [
|
|
{
|
|
"operatingsystem": "RedHat",
|
|
"operatingsystemrelease": ["7"]
|
|
},
|
|
{
|
|
"operatingsystem": "CentOS",
|
|
"operatingsystemrelease": ["7"]
|
|
}
|
|
],
|
|
"dependencies": [
|
|
{ "name": "puppetlabs/stdlib", "version_requirement": ">= 4.12.0 < 5.0.0" },
|
|
{ "name": "sensu/sensu" },
|
|
{ "name": "yelp/uchiwa" }
|
|
]
|
|
}
|