puppet-vswitch/metadata.json
Emilien Macchi 49b84bf9af Prepare 2.1.0 release
Change-Id: I6339ddded7d66bce11fe953ef59012109c4e48b9
(cherry picked from commit 91062b4f16)
2015-10-19 15:29:27 -04:00

38 lines
1.0 KiB
JSON

{
"name": "openstack-vswitch",
"version": "2.1.0",
"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" ]
}
],
"requirements": [
{ "name": "pe","version_requirement": "3.x" },
{ "name": "puppet","version_requirement": "3.x" }
],
"dependencies": []
}