ffe1cd5c62
The current version information is behind that of stable/ocata. In order to address some version generation issues in packaging, we need to bump the version numbers for in preparation for the next version. Change-Id: I586811d9623c4bb03b1b234eaed2b3b365ba6e3e Releated-Bug: #1669462
31 lines
899 B
JSON
31 lines
899 B
JSON
{
|
|
"name": "openstack-tripleo",
|
|
"version": "7.0.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": "pe","version_requirement": "4.x" },
|
|
{ "name": "puppet","version_requirement": "4.x" }
|
|
],
|
|
"operatingsystem_support": [
|
|
{
|
|
"operatingsystem": "RedHat",
|
|
"operatingsystemrelease": ["7"]
|
|
},
|
|
{
|
|
"operatingsystem": "CentOS",
|
|
"operatingsystemrelease": ["7"]
|
|
}
|
|
],
|
|
"dependencies": [
|
|
{ "name": "puppetlabs/stdlib", "version_requirement": ">= 3.2.0 < 5.0.0" },
|
|
{ "name": "sensu/sensu" },
|
|
{ "name": "yelp/uchiwa" }
|
|
]
|
|
}
|