Files
puppet-ovn/metadata.json
Hervé Beraud d12f42696c Prepare new stable/yoga release
This is a convenience patch related to convenience releases proposed
recently [1].

[1] https://review.opendev.org/q/topic:yoga-convenience-before-em

Change-Id: Iea1bb7936e5edc6da80df1df2e1b83a459e19d65
2023-07-28 14:04:53 +02:00

59 lines
1.5 KiB
JSON

{
"author": "OVN and OpenStack contributors",
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">=5.0.0 <9.0.0"
},
{
"name": "openstack/vswitch",
"version_requirement": ">=16.3.0 <17.0.0"
},
{
"name": "openstack/openstacklib",
"version_requirement": ">=20.3.0 <21.0.0"
}
],
"issues_url": "https://bugs.launchpad.net/puppet-ovn",
"license": "Apache-2.0",
"name": "openstack-ovn",
"operatingsystem_support": [
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"11"
]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"8",
"9"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"8",
"9"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"20.04"
]
}
],
"project_page": "https://launchpad.net/puppet-ovn",
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 6.0.0 < 8.0.0"
}
],
"source": "https://opendev.org/openstack/puppet-ovn.git",
"summary": "Modules to setup ovn-northd and ovn-controller",
"version": "20.4.0"
}