Updated README with tarball-install docs #41
[integration/packaging/puppet-opendaylight.git] / metadata.json
1 {
2   "name": "dfarrell07-opendaylight",
3   "version": "0.1.0",
4   "author": "Daniel Farrell",
5   "summary": "Puppet module to deploy the OpenDaylight SDN controller",
6   "license": "BSD-2-Clause",
7   "source": "https://github.com/dfarrell07/puppet-opendaylight",
8   "project_page": "https://github.com/dfarrell07/puppet-opendaylight",
9   "issues_url": "https://github.com/dfarrell07/puppet-opendaylight/issues",
10   "tags": ["OpenDaylight", "ODL", "SDN", "networking", "controller"],
11   "dependencies": [
12     {
13       "name": "puppetlabs-stdlib",
14       "version_requirement": "4.x"
15     },
16     {
17       "name": "gini-archive",
18       "version_requirement": "0.x"
19     }
20   ],
21   "operatingsystem_support": [
22     {
23       "operatingsystem": "RedHat",
24       "operatingsystemrelease": [ "7" ]
25     },
26     {
27       "operatingsystem": "CentOS",
28       "operatingsystemrelease": [ "7" ]
29     },
30     {
31       "operatingsystem": "Fedora",
32       "operatingsystemrelease": [ "20", "21" ]
33     }
34   ],
35   "requirements": [
36     {
37       "name": "puppet",
38       "version_requirement": ">=2.7.0 <4.0.0"
39     }
40   ]
41 }