Skip to content

Commit

Permalink
Merge "Switch to metadata.json for Puppet forge releases"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Oct 28, 2014
2 parents 77d066c + 51e3052 commit 3f64ee4
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 13 deletions.
13 changes: 0 additions & 13 deletions Modulefile

This file was deleted.

39 changes: 39 additions & 0 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"name": "stackforge-keystone",
"version": "5.0.0",
"author": "Puppet Labs and StackForge Contributors",
"summary": "Puppet module for OpenStack Keystone",
"license": "Apache License 2.0",
"source": "git://github.com/stackforge/puppet-keystone.git",
"project_page": "https://launchpad.net/puppet-keystone",
"issues_url": "https://bugs.launchpad.net/puppet-keystone",
"requirements": [
{ "name": "pe","version_requirement": "3.x" },
{ "name": "puppet","version_requirement": "3.x" }
],
"operatingsystem_support": [
{
"operatingsystem": "Debian",
"operatingsystemrelease": ["7"]
},
{
"operatingsystem": "Fedora",
"operatingsystemrelease": ["20"]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": ["6.5","7"]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": ["12.04","14.04"]
}
],
"description": "Installs and configures OpenStack Keystone (Identity).",
"dependencies": [
{ "name": "puppetlabs/apache", "version_requirement": ">=1.0.0 <2.0.0" },
{ "name": "puppetlabs/inifile", "version_requirement": ">=1.0.0 <2.0.0" },
{ "name": "puppetlabs/stdlib", "version_requirement": ">=4.0.0 <5.0.0" },
{ "name": "stackforge/openstacklib", "version_requirement": ">=5.0.0" }
]
}

0 comments on commit 3f64ee4

Please sign in to comment.