From 21cd3ef05d008927555bbe3b642a55e8becd98af Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Tue, 7 Mar 2017 14:39:57 -0700 Subject: [PATCH] Prepare Pike metadata Bump metadata.json and reno configs for Pike Change-Id: I71e7219d9a5e777addf3dba69e4bd6bb256babb5 --- metadata.json | 46 +++++++++++++++++++++++++++++++++---- releasenotes/source/conf.py | 12 +++++----- 2 files changed, 47 insertions(+), 11 deletions(-) diff --git a/metadata.json b/metadata.json index 6d9d5a0..70e1a80 100644 --- a/metadata.json +++ b/metadata.json @@ -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" } ] } diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 735fef8..0eec7c5 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -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'), ]