Files
puppet-ovn/metadata.json
Thomas Goirand 57038ce6f2 metadata.json: Support Debian 13
Change-Id: I9928a721357a144a2bbb701c52f2c24ecfbc1302
Signed-off-by: Thomas Goirand <zigo@debian.org>
2025-09-22 14:10:59 +02:00

53 lines
1.3 KiB
JSON

{
"author": "OVN and OpenStack contributors",
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">=9.0.0 <10.0.0"
},
{
"name": "openstack/vswitch",
"version_requirement": ">=22.0.0 <23.0.0"
}
],
"issues_url": "https://bugs.launchpad.net/puppet-ovn",
"license": "Apache-2.0",
"name": "openstack-ovn",
"operatingsystem_support": [
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"13"
]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"9"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"9"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"24.04"
]
}
],
"project_page": "https://launchpad.net/puppet-ovn",
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 8.0.0 < 9.0.0"
}
],
"source": "https://opendev.org/openstack/puppet-ovn.git",
"summary": "Modules to setup ovn-northd and ovn-controller",
"version": "26.0.0"
}