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
This commit is contained in:
28
metadata.json
Normal file
28
metadata.json
Normal file
@@ -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" }
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user