puppet-tripleo/metadata.json
Tobias Urdin c196030894 Remove PE requirement from metadata.json
The PE requirement in metadata.json is not
supported anymore and puppet-lint will throw:

The 'pe' requirement is no longer supported by the Forge.

Change-Id: I39ff4ffc0a439c51d722aee698f8c63441f36493
2018-08-16 23:29:05 +02:00

30 lines
849 B
JSON

{
"name": "openstack-tripleo",
"version": "9.2.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" }
]
}