add ubuntu support
[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": "camptocamp-archive",
18       "version_requirement": "0.x"
19     },
20     {
21       "name": "puppetlabs-java",
22       "version_requirement": "1.x"
23     }
24   ],
25   "operatingsystem_support": [
26     {
27       "operatingsystem": "RedHat",
28       "operatingsystemrelease": [ "7" ]
29     },
30     {
31       "operatingsystem": "CentOS",
32       "operatingsystemrelease": [ "7" ]
33     },
34     {
35       "operatingsystem": "Ubuntu",
36       "operatingsystemrelease": [ "14.04" ]
37     }
38   ],
39   "requirements": [
40     {
41       "name": "puppet",
42       "version_requirement": ">=2.7.0 <4.0.0"
43     }
44   ]
45 }