Allow for disabling repository configuration
[integration/packaging/puppet-opendaylight.git] / metadata.json
1 {
2     "name": "dfarrell07-opendaylight",
3     "version": "3.7.2",
4     "author": "Daniel Farrell",
5     "summary": "Puppet module that installs and configures 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": [
11         "OpenDaylight",
12         "ODL",
13         "SDN",
14         "networking",
15         "controller"
16     ],
17     "dependencies": [
18         {
19             "name": "puppetlabs-stdlib",
20             "version_requirement": "4.x"
21         },
22         {
23             "name": "camptocamp-archive",
24             "version_requirement": "0.x"
25         },
26         {
27             "name": "puppetlabs-java",
28             "version_requirement": "1.x"
29         }
30     ],
31     "operatingsystem_support": [
32         {
33             "operatingsystem": "RedHat",
34             "operatingsystemrelease": [
35                 "7"
36             ]
37         },
38         {
39             "operatingsystem": "CentOS",
40             "operatingsystemrelease": [
41                 "7"
42             ]
43         },
44         {
45             "operatingsystem": "Fedora",
46             "operatingsystemrelease": [
47                 "22",
48                 "23"
49             ]
50         },
51         {
52             "operatingsystem": "Ubuntu",
53             "operatingsystemrelease": [
54                 "16.04"
55             ]
56         }
57     ],
58     "requirements": [
59         {
60             "name": "puppet",
61             "version_requirement": ">=3.4.0 <4.4.0"
62         }
63     ]
64 }