]> git.donarmstrong.com Git - dsa-puppet.git/blob - 3rdparty/modules/vswitch/metadata.json
Always remove acpi packages from jessie hosts
[dsa-puppet.git] / 3rdparty / modules / vswitch / metadata.json
1 {
2   "name": "stackforge-vswitch",
3   "version": "1.1.0",
4   "author": "Endre Karlson, Dan Bode and StackForge Contributors",
5   "summary": "A module for providing things (ports, bridges) to vSwitches (OVS)",
6   "license": "Apache-2.0",
7   "source": "git://github.com/openstack/puppet-vswitch.git",
8   "project_page": "https://launchpad.net/puppet-vswitch",
9   "issues_url": "https://bugs.launchpad.net/puppet-vswitch",
10   "dependencies": [
11   
12   ],
13   "operatingsystem_support": [
14     {
15       "operatingsystem": "Fedora",
16       "operatingsystemrelease": [
17         "20"
18       ]
19     },
20     {
21       "operatingsystem": "RedHat",
22       "operatingsystemrelease": [
23         "6",
24         "7"
25       ]
26     },
27     {
28       "operatingsystem": "CentOS",
29       "operatingsystemrelease": [
30         "6",
31         "7"
32       ]
33     },
34     {
35       "operatingsystem": "Debian",
36       "operatingsystemrelease": [
37         "6",
38         "7"
39       ]
40     },
41     {
42       "operatingsystem": "Ubuntu",
43       "operatingsystemrelease": [
44         "12.04",
45         "14.04"
46       ]
47     }
48   ],
49   "requirements": [
50     {
51       "name": "pe",
52       "version_requirement": "3.x"
53     },
54     {
55       "name": "puppet",
56       "version_requirement": "3.x"
57     }
58   ]
59 }