6818044c25
puppetlabs-stdlib is now using the 8.0.0 version, so we should fix the stdlib version in metadata. Change-Id: I5796055d391ba096d80e54cabbfe5febca221ee3
57 lines
1.5 KiB
JSON
57 lines
1.5 KiB
JSON
{
|
|
"author": "Endre Karlson, Dan Bode and OpenStack Contributors",
|
|
"dependencies": [
|
|
{
|
|
"name": "puppetlabs/stdlib",
|
|
"version_requirement": ">=5.0.0 <9.0.0"
|
|
},
|
|
{
|
|
"name": "camptocamp/kmod",
|
|
"version_requirement": ">= 0.0.1"
|
|
},
|
|
{
|
|
"name": "openstack/openstacklib",
|
|
"version_requirement": ">=19.4.0 <20.0.0"
|
|
}
|
|
],
|
|
"issues_url": "https://bugs.launchpad.net/puppet-vswitch",
|
|
"license": "Apache-2.0",
|
|
"name": "openstack-vswitch",
|
|
"operatingsystem_support": [
|
|
{
|
|
"operatingsystem": "RedHat",
|
|
"operatingsystemrelease": [
|
|
"8"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "CentOS",
|
|
"operatingsystemrelease": [
|
|
"8"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "Debian",
|
|
"operatingsystemrelease": [
|
|
"11"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "Ubuntu",
|
|
"operatingsystemrelease": [
|
|
"20.04"
|
|
]
|
|
}
|
|
],
|
|
"project_page": "https://launchpad.net/puppet-vswitch",
|
|
"requirements": [
|
|
{
|
|
"name": "puppet",
|
|
"version_requirement": ">= 6.0.0 < 8.0.0"
|
|
}
|
|
],
|
|
"source": "https://opendev.org/openstack/puppet-vswitch.git",
|
|
"summary": "A module for providing things (ports, bridges) to vSwitches (OVS)",
|
|
"version": "15.4.0"
|
|
}
|