Prepare for Newton post release
Prepare the metadata configuration for a new Newton release. Change-Id: I6bad028dcdeae17eda17923055a2bcdf217252a4
This commit is contained in:
148
metadata.json
148
metadata.json
@@ -1,75 +1,75 @@
|
||||
{
|
||||
"name": "openstack-vswitch",
|
||||
"version": "5.5.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"
|
||||
}
|
||||
]
|
||||
}
|
||||
"name": "openstack-vswitch",
|
||||
"version": "5.6.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"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -52,9 +52,9 @@ copyright = u'2016, Puppet OpenStack Developers'
|
||||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '5.4.0'
|
||||
version = ''
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '5.4.0'
|
||||
release = ''
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
||||
Reference in New Issue
Block a user