puppet-vswitch/metadata.json
Emilien Macchi b3d2f93dc0 Prepare 2.0.0 release
Update CHANGELOG, README and metadata.json to bump the module to the
first Kilo release (2.0.0).

Change-Id: I3cb56c86658eec62803036e0480f184f8f76b6c8
2015-07-09 11:44:20 -04:00

38 lines
1.0 KiB
JSON

{
"name": "openstack-vswitch",
"version": "2.0.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": []
}