6c9ed3a8b5
First release of Ocata. Change-Id: If3ae07b4bb9925e44943bc1e5b3410b61424eab2
76 lines
1.5 KiB
JSON
76 lines
1.5 KiB
JSON
{
|
|
"name": "openstack-vswitch",
|
|
"version": "6.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"
|
|
]
|
|
},
|
|
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|