Files
puppet-ceph/metadata.json
OpenStack Release Bot 0759c273a6 Update UPPER_CONSTRAINTS_FILE for stable/luminous
The new stable upper-constraints file is only available
after the openstack/requirements repository is branched.
This will happen around the RC1 timeframe.

Recheck and merge this change once the requirements
repository has been branched.

The CI system will work with this patch before the requirements
repository is branched because zuul configues the job to run
with a local copy of the file and defaults to the master branch.
However, accepting the patch will break the test configuration
on developers' local systems, so please wait until after the
requirements repository is branched to merge the patch.

Change-Id: Iccee3d8d1807cbbdc3d2d2687cecacc00cd2343d
2018-07-03 00:48:54 +00:00

84 lines
2.2 KiB
JSON

{
"name": "openstack-ceph",
"version": "2.5.1",
"author": "Puppet Ceph community and OpenStack Contributors",
"summary": "Community Developed Ceph Module",
"license": "Apache-2.0",
"source": "git://github.com/openstack/puppet-ceph.git",
"project_page": "https://launchpad.net/puppet-ceph",
"issues_url": "https://bugs.launchpad.net/puppet-ceph",
"requirements": [
{
"name": "pe",
"version_requirement": "4.x"
},
{
"name": "puppet",
"version_requirement": "4.x"
}
],
"operatingsystem_support": [
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"8"
]
},
{
"operatingsystem": "Fedora",
"operatingsystemrelease": [
"22",
"23"
]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"14.04",
"16.04"
]
}
],
"description": "Installs and configures Ceph.",
"dependencies": [
{
"name": "puppetlabs/apt",
"version_requirement": ">=2.0.0 <3.0.0"
},
{
"name": "puppetlabs/apache",
"version_requirement": ">=1.4.1 <2.0.0"
},
{
"name": "puppetlabs/concat",
"version_requirement": ">=1.2.1 <3.0.0"
},
{
"name": "puppetlabs/inifile",
"version_requirement": ">=1.0.0 <2.0.0"
},
{
"name": "openstack/keystone",
"version_requirement": ">=9.0.0"
},
{
"name": "openstack/openstacklib",
"version_requirement": ">=9.0.0"
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">=4.12.0 <5.0.0"
},
{
"name": "duritong/sysctl",
"version_requirement": ">=0.0.1 <1.0.0"
}
]
}