Prepare Pike metadata

Bump metadata.json and reno configs for Pike

Change-Id: I71e7219d9a5e777addf3dba69e4bd6bb256babb5
This commit is contained in:
Alex Schultz 2017-03-07 14:39:57 -07:00
parent ecc3c02f9d
commit 21cd3ef05d
2 changed files with 47 additions and 11 deletions

View File

@ -1,16 +1,52 @@
{
"name": "openstack-ovn",
"version": "10.3.0",
"version": "11.0.0-dev",
"author": "OVN and OpenStack contributors",
"summary": "Modules to setup ovn-northd and ovn-controller",
"license": "Apache-2.0",
"source": "",
"project_page": "http://ovn.org",
"issues_url": "http://ovn.org/mlists/",
"source": "git://github.com/openstack/puppet-ovn.git",
"project_page": "https://launchpad.net/puppet-ovn",
"issues_url": "https://bugs.launchpad.net/puppet-ovn",
"requirements": [
{
"name": "pe",
"version_requirement": "4.x"
},
{
"name": "puppet",
"version_requirement": "4.x"
}
],
"operatingsystem_support": [
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"8"
]
},
{
"operatingsystem": "Fedora",
"operatingsystemrelease": [
"24"
]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"16.04"
]
}
],
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.11.0 <5.0.0"
"version_requirement": ">=4.11.0 <5.0.0"
}
]
}

View File

@ -45,16 +45,16 @@ master_doc = 'index'
# General information about the project.
project = u'puppet-ovn Release Notes'
copyright = u'2016, Puppet OpenStack Developers'
copyright = u'2017, Puppet OpenStack Developers'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '10.3.0'
version = '11.0.0'
# The full version, including alpha/beta/rc tags.
release = '10.3.0'
release = '11.0.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
@ -198,7 +198,7 @@ latex_elements = {
# author, documentclass [howto, manual, or own class]).
latex_documents = [
('index', 'puppet-ovnReleaseNotes.tex', u'puppet-ovn Release Notes Documentation',
u'2016, Puppet OpenStack Developers', 'manual'),
u'2017, Puppet OpenStack Developers', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of
@ -228,7 +228,7 @@ latex_documents = [
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'puppet-ovnreleasenotes', u'puppet-ovn Release Notes Documentation',
[u'2016, Puppet OpenStack Developers'], 1)
[u'2017, Puppet OpenStack Developers'], 1)
]
# If true, show URL addresses after external links.
@ -242,7 +242,7 @@ man_pages = [
# dir menu entry, description, category)
texinfo_documents = [
('index', 'puppet-ovnReleaseNotes', u'puppet-ovn Release Notes Documentation',
u'2016, Puppet OpenStack Developers', 'puppet-ovnReleaseNotes', 'One line description of project.',
u'2017, Puppet OpenStack Developers', 'puppet-ovnReleaseNotes', 'One line description of project.',
'Miscellaneous'),
]