Files
puppet-vswitch/metadata.json
Emilien Macchi 4db3bb17ca Release 5.2.1
Release 5.2.1 to have the metadata.json fix and produce a new artifact.

Change-Id: I1a087ac3ff4a1253e431cf1256bb319c9cc9a413
2016-09-01 08:48:01 -04:00

48 lines
1.3 KiB
JSON

{
"name": "openstack-vswitch",
"version": "5.2.1",
"author": "Endre Karlson, Dan Bode and OpenStack Contributors",
"license": "Apache-2.0",
"source": "git://github.com/openstack/puppet-vswitch.git",
"project_page": "https://launchpad.net/puppet-vswitch",
"issues_url": "https://bugs.launchpad.net/puppet-vswitch",
"summary": "A module for providing things (ports, bridges) to vSwitches (OVS)",
"operatingsystem_support": [
{
"operatingsystem":"Fedora",
"operatingsystemrelease": [ "20" ]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [ "6", "7" ]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [ "6", "7" ]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [ "6", "7" ]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [ "12.04", "14.04" ]
},
{
"operatingsystem":"FreeBSD",
"operatingsystemrelease": [ "10.0", "11.0" ]
},
{
"operatingsystem":"Solaris",
"operatingsystemrelease": [ "11.3", "12.0" ]
}
],
"requirements": [
{ "name": "pe","version_requirement": "3.x" },
{ "name": "puppet","version_requirement": "3.x" }
],
"dependencies": [
{ "name": "camptocamp/kmod" }
]
}