aboutsummaryrefslogtreecommitdiffstats
path: root/metadata.json
diff options
context:
space:
mode:
authorEmilien Macchi <emilien@redhat.com>2016-05-05 13:13:36 -0400
committerEmilien Macchi <emilien@redhat.com>2016-05-05 15:03:55 -0400
commitd287418d48242b7bbb57ded7784fa37e5fd40e2b (patch)
tree2d534f2e7121e139e111ca7bf949cab3cd1da8b5 /metadata.json
parent172412c0638107db538f1a491513de0836fdc311 (diff)
add metadata.json file
This file will be useful to contain the release tag so we can automatically generate tarballs in OpenStack Infra. No requirements have been set, on purpose, because we won't use puppetlabs forge to install the module. Change-Id: Iada2ba5ff37760537cd15630333d2e80550fc031
Diffstat (limited to 'metadata.json')
-rw-r--r--metadata.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/metadata.json b/metadata.json
new file mode 100644
index 0000000..457f86e
--- /dev/null
+++ b/metadata.json
@@ -0,0 +1,28 @@
+{
+ "name": "openstack-tripleo",
+ "version": "1.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": "3.x" },
+ { "name": "puppet","version_requirement": "3.x" }
+ ],
+ "operatingsystem_support": [
+ {
+ "operatingsystem": "Fedora",
+ "operatingsystemrelease": ["20"]
+ },
+ {
+ "operatingsystem": "RedHat",
+ "operatingsystemrelease": ["7"]
+ }
+ ],
+ "dependencies": [
+ { "name": "puppetlabs/stdlib", "version_requirement": ">= 3.2.0 < 5.0.0" }
+ ]
+}