![Alex Schultz](/assets/img/avatar_default.png)
Bump metadata.json and reno configs for Pike Change-Id: I80683dbfa4ba6e6bd721be93a21bf1a21510db21
72 lines
1.4 KiB
JSON
72 lines
1.4 KiB
JSON
{
|
|
"name": "openstack-vswitch",
|
|
"version": "7.0.0-dev",
|
|
"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)",
|
|
"requirements": [
|
|
{
|
|
"name": "pe",
|
|
"version_requirement": "4.x"
|
|
},
|
|
{
|
|
"name": "puppet",
|
|
"version_requirement": "4.x"
|
|
}
|
|
],
|
|
"operatingsystem_support": [
|
|
{
|
|
"operatingsystem": "Fedora",
|
|
"operatingsystemrelease": [
|
|
"24"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "RedHat",
|
|
"operatingsystemrelease": [
|
|
"7"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "CentOS",
|
|
"operatingsystemrelease": [
|
|
"7"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "Debian",
|
|
"operatingsystemrelease": [
|
|
"8"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "Ubuntu",
|
|
"operatingsystemrelease": [
|
|
"16.04"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "FreeBSD",
|
|
"operatingsystemrelease": [
|
|
"10.0",
|
|
"11.0"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "Solaris",
|
|
"operatingsystemrelease": [
|
|
"11.3",
|
|
"12.0"
|
|
]
|
|
}
|
|
],
|
|
"dependencies": [
|
|
{
|
|
"name": "camptocamp/kmod"
|
|
}
|
|
]
|
|
}
|