-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #132 from xbezdick/master
Update openstack modules to their latest master branches
- Loading branch information
Showing
179 changed files
with
3,639 additions
and
2,136 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{ | ||
"name": "stackforge-ceilometer", | ||
"version": "5.0.0", | ||
"author": "eNovance and StackForge Contributors", | ||
"summary": "Puppet module for OpenStack Ceilometer", | ||
"license": "Apache License 2.0", | ||
"source": "git://github.com/stackforge/puppet-ceilometer.git", | ||
"project_page": "https://launchpad.net/puppet-ceilometer", | ||
"issues_url": "https://bugs.launchpad.net/puppet-ceilometer", | ||
"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 Ceilometer (Telemetry).", | ||
"dependencies": [ | ||
{ "name": "puppetlabs/inifile", "version_requirement": ">=1.0.0 <2.0.0" }, | ||
{ "name": "stackforge/keystone", "version_requirement": ">=5.0.0 <6.0.0" }, | ||
{ "name": "puppetlabs/stdlib", "version_requirement": ">=4.0.0 <5.0.0" }, | ||
{ "name": "stackforge/openstacklib", "version_requirement": ">=5.0.0" } | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name 'rcritten/certmonger' | ||
version '1.0.2' | ||
version '1.0.3' | ||
source 'git://github.com/rcritten/puppet-certmonger.git' | ||
author 'Rob Crittenden <[email protected]>' | ||
license 'Apache' | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.