From de98aeef88a62d7eb97895f28bad0ca7b9341b47 Mon Sep 17 00:00:00 2001 From: Maria Zlatkova Date: Tue, 26 May 2015 18:03:19 +0300 Subject: [PATCH] MOS-RN6.1 Fuel Installation and Deployment resolved issue Adds Fuel Installation and Deployment resolved issue to the MOS 6.1 Release Notes: - Virtual box scripts delete all host-only networks. Change-Id: Ifb154f2611778be0ebd1d255b4a5439a7f895220 --- .../release-notes/v6-1/1030-fuel-install.rst | 22 ++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/pages/release-notes/v6-1/1030-fuel-install.rst b/pages/release-notes/v6-1/1030-fuel-install.rst index b2018d02f..f971e45c1 100644 --- a/pages/release-notes/v6-1/1030-fuel-install.rst +++ b/pages/release-notes/v6-1/1030-fuel-install.rst @@ -14,7 +14,7 @@ New features and resolved issues in Mirantis OpenStack 6.1 * Deployment now does not fail if there is no public gateway. See `LP1396126 `_. - See also `HA deployment for Networking`. + See also :ref:`HA deployment for Networking`. * If the /var partition fills up, Fuel will warn you that you are running out of disk space to deploy a node. @@ -29,6 +29,11 @@ New features and resolved issues in Mirantis OpenStack 6.1 See `LP1321790 `_ and the `related blueprint `_. +* Previously, VirtualBox scripts deleted all the host-only + networks, regardless of what network parameters were used. + Now it deletes the ``demo_hostonly`` networks only. + See `LP1384976`_. + Known issues in Mirantis OpenStack 6.1 -------------------------------------- @@ -51,12 +56,12 @@ Known issues in Mirantis OpenStack 6.1 rm -rf /var/lib/pacemaker/cib*.xml - 5. Start Corosync on the faulty node. + 5. Start Corosync on the faulty node. * Additional MongoDB roles cannot be added to an existing deployment. - Fuel installs :ref:`mongodb-term` - as a backend for :ref:`ceilometer-term`. + Fuel installs :ref:`MongoDB` + as a backend for :ref:`Ceilometer`. Any number of MongoDB roles (or standalone nodes) can initially be deployed into an OpenStack environment but, after the environment is deployed, @@ -84,7 +89,7 @@ Known issues in Mirantis OpenStack 6.1 * The output of the *fuel task* command reports a *400: Bad Request*. For detailed symptoms, cause, and resolution - see `Fuel Master and Docker disk space troubleshooting`. + see :ref:`Fuel Master and Docker disk space troubleshooting`. See also `LP1383741 `_. * Fuel dashboard may incorrectly show online nodes @@ -140,3 +145,10 @@ Known issues in Mirantis OpenStack 6.1 please add/remove controllers during a maintenance window. See `LP1451515 `_ and `LP1449584 `_. + +Known installation and deployment issues +---------------------------------------- + + +.. Links +.. _`LP1384976`: https://bugs.launchpad.net/fuel/6.1.x/+bug/1384976