From 41e24085f57a97d418f2a802d122c673ba4fa17a Mon Sep 17 00:00:00 2001 From: Evgeny Konstantinov Date: Mon, 18 Apr 2016 12:06:07 -0700 Subject: [PATCH] Add Fuel Mitaka new features Add hot-pluggable web UI feature Add deployment information Add deployment graph Add data-driven tasks Change-Id: I3593603d15eaec20a29389b9ef0dc110d406f301 --- userdocs/release-notes/new_features.rst | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/userdocs/release-notes/new_features.rst b/userdocs/release-notes/new_features.rst index d61c109b0..e6a6b1d2c 100644 --- a/userdocs/release-notes/new_features.rst +++ b/userdocs/release-notes/new_features.rst @@ -25,6 +25,30 @@ This section lists these improvements: This further enables Fuel to provide the lifecycle management features such as :guilabel:`Unlocked Settings Tab`. +* Fuel plugins can now be managed on a deployed cloud through the Fuel web UI + in :guilabel:`Unlocked Settings Tab`: + + * You can install plugins through the Fuel web UI. + * Plugins can insert tasks in deployment graphs. + * You can now change the settings of a plugin if supported. Consult with + the plugin developer if not sure. + +* Fuel now stores detailed information about all deployments. You can download + the actual cluster settings, network configuration, and serialized cluster + data. + +* You can now execute a particular deployment graph with the ability to merge + it with the existing deployment graphs of the upstream master release. + This allows you to implement complex orchestrated workflows -- bugfixes + application, reference architecture altering, or even upgrades. + +* Fuel now supports lifecycle management tasks based on the history of + cluster states. This data-driven feature allows the deployment engineers + and plugin developers that use Fuel library deployment tasks to introduce + expressions that can be computed within the context of cluster configuration. + You can now control the tasks assignment and execution depending on the + configuration or changes in the configuration. + * All deployment tasks that Fuel uses when configuring OpenStack are now idempotent. This enables the lifecycle management features that require re-running of deployment tasks with the updated input data in the