diff --git a/contents.rst b/contents.rst index 0d9df4ab3..9008ecc89 100644 --- a/contents.rst +++ b/contents.rst @@ -18,5 +18,6 @@ Documentation plugin-dev file-ref release-notes + maintenance-updates eula third-party-licenses diff --git a/contents/contents-maintenance-updates.rst b/contents/contents-maintenance-updates.rst new file mode 100644 index 000000000..4b44ae6ed --- /dev/null +++ b/contents/contents-maintenance-updates.rst @@ -0,0 +1 @@ +.. include:: /pages/maintenance-updates/v7-0.rst diff --git a/index_content.rst b/index_content.rst index 4cd386f3b..fbc956d4b 100644 --- a/index_content.rst +++ b/index_content.rst @@ -17,6 +17,7 @@ PDF `Terminology Reference PDF `_ `File Format Reference PDF `_ `Release Notes PDF `_ +`Maintenance Updates PDF `_ Guides ~~~~~~ @@ -64,9 +65,14 @@ Provides information on how to use Fuel configuration files. `Release Notes `_ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Provide general information about new features, +Provides general information about new features, fixed issues, and known limitations in Mirantis OpenStack |version|. +`Maintenance Updates `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Provides a list of available Maintenance Updates for Mirantis OpenStack +|version|. + Prior releases ~~~~~~~~~~~~~~ diff --git a/maintenance-updates.rst b/maintenance-updates.rst new file mode 100644 index 000000000..839d93a4e --- /dev/null +++ b/maintenance-updates.rst @@ -0,0 +1,13 @@ +.. index:: Maintenance Updates + +.. _maintenance-updates: + +=================== +Maintenance Updates +=================== + +.. contents:: :local: + :depth: 3 + +.. include:: /contents/contents-maintenance-updates.rst + diff --git a/pages/maintenance-updates/v7-0.rst b/pages/maintenance-updates/v7-0.rst new file mode 100644 index 000000000..094dc8a20 --- /dev/null +++ b/pages/maintenance-updates/v7-0.rst @@ -0,0 +1,44 @@ +.. _MU-v7-0: + +Maintenance Updates for Mirantis OpenStack 7.0 +############################################## + +This section contains a list of available maintenance updates for +Mirantis OpenStack 7.0. +For detailed information on a specific update, refer to the information +below. For general considerations on applying updates, see :ref:`patching-ops`. + +.. warning:: The instructions below are part of Mirantis OpenStack + Maintenance Updates. Applying Mirantis OpenStack Maintenance + Updates may cause a downtime of entire OpenStack environment or + specific OpenStack services. + You must schedule a maintenance window and notify cloud users in + advance. + +.. note:: Applying Mirantis OpenStack Maintenance Updates may + override manually applied custom patches. + + It is recommended to back up your deployment and test updates on + your staging environment before applying updates to production. + If you have any questions or concerns, consult Mirantis Support. + + +Security updates +**************** + +There are no urgent security updates available at the moment. + +Published updates +***************** + +The following updates for Mirantis OpenStack 7.0 are available. These +updates passed thorough testing and are recommended to be applied to +the Mirantis OpenStack 7.0 deployments. + +.. Include here a path to the file with bug, for example: + include:: /pages/maintenance-updates/v7.0/sample.rst + +Proposed updates +**************** + +There are no proposed updates available at the moment. diff --git a/pages/maintenance-updates/v7.0/sample.rst b/pages/maintenance-updates/v7.0/sample.rst new file mode 100644 index 000000000..db3eb55b9 --- /dev/null +++ b/pages/maintenance-updates/v7.0/sample.rst @@ -0,0 +1,21 @@ +.. _mos7-0mu-BUG_NUMBER: + +Bug name +======== + +Bug description + +Affected packages +----------------- + +Include affected packages versions + +Fixed packages +-------------- + +Include fixed packages versions + +Patching scenario +----------------- + +Include steps of the patching scenario \ No newline at end of file diff --git a/pdf/conf.py b/pdf/conf.py index 9670c25a6..ae9943880 100644 --- a/pdf/conf.py +++ b/pdf/conf.py @@ -27,5 +27,6 @@ pdf_documents = [ ('pdf/pdf_plugin-dev', u'Mirantis-OpenStack-7.0-FuelPluginGuide', u'Fuel Plugin Guide', u'2015, Mirantis Inc.'), ('pdf/pdf_terminology', u'Mirantis-OpenStack-7.0-Terminology-Reference', u'Terminology Reference', u'2015, Mirantis Inc.'), ('pdf/pdf_file-ref', u'Mirantis-OpenStack-7.0-File-Format-Reference', u'File Format Reference', u'2015, Mirantis Inc.'), + ('pdf/pdf_mu', u'Mirantis-OpenStack-7.0-Maintenance-Updates', u'Maintenance Updates', u'2015, Mirantis Inc.'), ('pdf/pdf_relnotes', u'Mirantis-OpenStack-7.0-RelNotes', u'Release Notes', u'2015, Mirantis Inc.', {'pdf_use_toc': False}), ] diff --git a/pdf/pdf_mu.rst b/pdf/pdf_mu.rst new file mode 100644 index 000000000..12c512d7b --- /dev/null +++ b/pdf/pdf_mu.rst @@ -0,0 +1,31 @@ +.. header:: + + .. cssclass:: header-table + + +-------------------------------------+-----------------------------------+ + | Mirantis OpenStack v7.0 | .. cssclass:: right| + | | | + | Maintenance Updates | ###Section### | + +-------------------------------------+-----------------------------------+ + +.. footer:: + + .. cssclass:: footer-table + + +--------------------------+----------------------+ + | | .. cssclass:: right| + | | | + | ©2015, Mirantis Inc. | Page ###Page### | + +--------------------------+----------------------+ + +.. raw:: pdf + + PageBreak oneColumn + +.. toctree:: + +.. include:: /pages/preface/preface.rst + +.. _file-ref: + +.. include:: /contents/contents-maintenance-updates.rst