-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmetadata.json
52 lines (52 loc) · 1.32 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
{
"author": "OVN and OpenStack contributors",
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">=5.0.0 <10.0.0"
},
{
"name": "openstack/vswitch",
"version_requirement": ">=21.0.0 <22.0.0"
}
],
"issues_url": "https://bugs.launchpad.net/puppet-ovn",
"license": "Apache-2.0",
"name": "openstack-ovn",
"operatingsystem_support": [
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"12"
]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"9"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"9"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"22.04"
]
}
],
"project_page": "https://launchpad.net/puppet-ovn",
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 7.0.0 < 9.0.0"
}
],
"source": "https://opendev.org/openstack/puppet-ovn.git",
"summary": "Modules to setup ovn-northd and ovn-controller",
"version": "25.0.0"
}