forked from openstack/puppet-vswitch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.json
71 lines (71 loc) · 1.74 KB
/
metadata.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"author": "Endre Karlson, Dan Bode and OpenStack Contributors",
"dependencies": [
{
"name": "camptocamp/kmod"
}
],
"issues_url": "https://bugs.launchpad.net/puppet-vswitch",
"license": "Apache-2.0",
"name": "openstack-vswitch",
"operatingsystem_support": [
{
"operatingsystem": "Fedora",
"operatingsystemrelease": [
"24"
]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"7"
]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"8"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"16.04"
]
},
{
"operatingsystem": "FreeBSD",
"operatingsystemrelease": [
"10.0",
"11.0"
]
},
{
"operatingsystem": "Solaris",
"operatingsystemrelease": [
"11.3",
"12.0"
]
}
],
"project_page": "https://launchpad.net/puppet-vswitch",
"requirements": [
{
"name": "pe",
"version_requirement": "4.x"
},
{
"name": "puppet",
"version_requirement": "4.x"
}
],
"source": "git://github.com/openstack/puppet-vswitch.git",
"summary": "A module for providing things (ports, bridges) to vSwitches (OVS)",
"version": "7.2.0-dev"
}