Add Fuel Mitaka relnotes: new features

Change-Id: I288e4891056f73cd606150b9361690daa6935863
This commit is contained in:
Evgeny Konstantinov 2016-04-06 14:20:20 +03:00
parent c55c3dac7c
commit 5039e17732
7 changed files with 102 additions and 0 deletions

View File

@ -1,5 +1,6 @@
.. _contents:
==============================
Welcome to Fuel Documentation!
==============================
@ -22,6 +23,7 @@ OpenStack environments and manage them after deployment.
userdocs/fuel-install-guide
userdocs/fuel-user-guide
userdocs/release-notes
Developer documentation
~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -0,0 +1,10 @@
.. _release-notes:
==================
Fuel Release Notes
==================
.. toctree::
:maxdepth: 2
release-notes/mitaka-full.rst

View File

@ -0,0 +1,26 @@
.. _rel-notes-mitaka:
=============================
Release Notes for Fuel Mitaka
=============================
The community is releasing Fuel Mitaka.
The following table lists the released revisions of this documentation:
+-----------------------+---------------+--------------+
| Revision | Date | Description |
+=======================+===============+==============+
| Mitaka G.A. | 20-Apr-2016 | Initial G.A. |
+-----------------------+---------------+--------------+
These release notes supplement the product documentation and list
enhancements, resolved and known issues in this version of Fuel:
.. toctree::
:maxdepth: 2
mitaka/new_features.rst
mitaka/fuel_resolved_issues.rst
mitaka/fuel_known_issues.rst
mitaka/obtain_product.rst

View File

@ -0,0 +1,5 @@
============
Known Issues
============
This section lists the known issues:

View File

@ -0,0 +1,8 @@
===============
Resolved Issues
===============
This section lists a number of resolved issues. For a
complete list, refer to the
`Fuel for OpenStack <https://bugs.launchpad.net/fuel>`__ Launchpad
project.

View File

@ -0,0 +1,45 @@
============
New Features
============
Fuel Mitaka is the release of new features and bug fixes for
the leading purpose-built open source deployment and management tool
for OpenStack.
Fuel Mitaka introduces a set of new features and enhancements.
This section lists these improvements:
* Plugin developers can now dynamically add configuration fields to their
plugins.
See `blueprint <https://blueprints.launchpad.net/fuel/+spec/dynamic-fields>`__.
* Added ability to stop and restart environment deployment without resetting
the deployment process. See the :ref:`stop_deployment` section in the Fuel
User Guide.
See `blueprint <https://blueprints.launchpad.net/fuel/+spec/graceful-stop-restart-deployment>`__.
* Improved deployment orchestration to reduce deployment time and to minimize
technical and architectural efforts through task-based deployment with Astute.
* All Fuel tasks are now idempotent. This makes Fuel lifecycle-manageable.
See `blueprint <https://blueprints.launchpad.net/fuel/+spec/granular-task-lcm-readiness>`__.
* Fuel can now deploy UCA packages.
See `blueprint <https://blueprints.launchpad.net/fuel/+spec/deploy-with-uca-packages>`__.
* Operators can now change deployment settings on the :guilabel:`Settings` tab
of the Fuel web UI in the post-deployment stage. The new settings can then
be redeployed for an existing environment.
See `blueprint <https://blueprints.launchpad.net/fuel/+spec/granular-task-lcm-readiness>`__.
* Fuel API now allows to manually set Virtual IP address to any valid
IP address.
See `blueprint <https://blueprints.launchpad.net/fuel/+spec/allow-any-vip>`__.
* The node roles panel on the Fuel web UI has been redesigned to accommodate
for the standard screen estate.
See `blueprint <https://blueprints.launchpad.net/fuel/+spec/redesign-of-node-roles-panel>`__.
* Enabled separate node deployment and operating system provisioning on the
Fuel web UI.
See `blueprint <https://blueprints.launchpad.net/fuel/+spec/allow-choosing-nodes-for-provisioning-and-deployment>`__.

View File

@ -0,0 +1,6 @@
==================
How to obtain Fuel
==================
Check for the download link in the
`Releases section of Fuel Wiki <https://wiki.openstack.org/wiki/Fuel#Where_to_get_Fuel>`_.