868a799734
The second release for Ocata. Change-Id: I52680e80bab4082fc1c0caeb52efdf49e479aacd
72 lines
1.5 KiB
JSON
72 lines
1.5 KiB
JSON
{
|
|
"name": "openstack-barbican",
|
|
"version": "10.1.0",
|
|
"author": "OpenStack Contributors",
|
|
"summary": "Puppet module for OpenStack Barbican",
|
|
"license": "Apache-2.0",
|
|
"source": "git://github.com/openstack/puppet-barbican.git",
|
|
"project_page": "https://launchpad.net/puppet-barbican",
|
|
"issues_url": "https://bugs.launchpad.net/puppet-barbican",
|
|
"description": "Installs and configures OpenStack Barbican.",
|
|
"requirements": [
|
|
{
|
|
"name": "pe",
|
|
"version_requirement": "4.x"
|
|
},
|
|
{
|
|
"name": "puppet",
|
|
"version_requirement": "4.x"
|
|
}
|
|
],
|
|
"operatingsystem_support": [
|
|
{
|
|
"operatingsystem": "Debian",
|
|
"operatingsystemrelease": [
|
|
"8"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "Fedora",
|
|
"operatingsystemrelease": [
|
|
"21",
|
|
"22"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "RedHat",
|
|
"operatingsystemrelease": [
|
|
"7"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "Ubuntu",
|
|
"operatingsystemrelease": [
|
|
"14.04",
|
|
"16.04"
|
|
]
|
|
}
|
|
],
|
|
"dependencies": [
|
|
{
|
|
"name": "puppetlabs/inifile",
|
|
"version_requirement": ">=1.0.0 <2.0.0"
|
|
},
|
|
{
|
|
"name": "puppetlabs/stdlib",
|
|
"version_requirement": ">= 4.2.0 <5.0.0"
|
|
},
|
|
{
|
|
"name": "openstack/keystone",
|
|
"version_requirement": ">=10.1.0 <11.0.0"
|
|
},
|
|
{
|
|
"name": "openstack/openstacklib",
|
|
"version_requirement": ">=10.1.0 <11.0.0"
|
|
},
|
|
{
|
|
"name": "openstack/oslo",
|
|
"version_requirement": ">=10.1.0 <11.0.0"
|
|
}
|
|
]
|
|
}
|