Version bump in docs

Change-Id: I937607d1c605907c626627f10f294c353a660dfb
Signed-off-by: Illia Polliul <ipolliul@mirantis.com>
This commit is contained in:
Illia Polliul 2016-09-21 16:53:14 +03:00
parent a0f5fe632d
commit aa7de8d083
8 changed files with 17 additions and 20 deletions

View File

@ -7,8 +7,8 @@ master_doc = 'index'
project = u'EMC VNX plugin for Fuel' project = u'EMC VNX plugin for Fuel'
copyright = u'2016, Mirantis Inc.' copyright = u'2016, Mirantis Inc.'
version = '3.0' version = '4.0'
release = '3.0-3.0.0-1' release = '4.0-4.0.0-1'
pygments_style = 'sphinx' pygments_style = 'sphinx'

View File

@ -12,7 +12,7 @@ The EMC VNX plugin for Fuel has the following requirements:
* - Requirement * - Requirement
- Version - Version
* - Fuel * - Fuel
- 8.0 - 9.0
* - EMC VNX array * - EMC VNX array
- VNX Operational Environment for Block 5.32 or higher - VNX Operational Environment for Block 5.32 or higher
@ -28,8 +28,8 @@ Prerequisites
Before you install and start using the Fuel EMC VNX plugin, complete the Before you install and start using the Fuel EMC VNX plugin, complete the
following steps: following steps:
#. Install and set up `Fuel 8.0 for Liberty <https://www.mirantis.com/software/mirantis-openstack/releases/>`_. #. Install and set up `Fuel 9.0 for Mitaka <https://www.mirantis.com/software/mirantis-openstack/releases/>`_.
For details, see `Fuel Installation Guide <https://docs.mirantis.com/openstack/fuel/fuel-8.0/fuel-install-guide.html>`_. For details, see `Fuel Installation Guide <http://docs.openstack.org/developer/fuel-docs/userdocs/fuel-install-guide.html>`_.
#. Activate the VNX Snapshot and Thin Provisioning license. #. Activate the VNX Snapshot and Thin Provisioning license.
#. Configure and deploy the EMC VNX array. #. Configure and deploy the EMC VNX array.
#. Verify that the EMC VNX array is reachable through one of the Mirantis #. Verify that the EMC VNX array is reachable through one of the Mirantis
@ -78,7 +78,7 @@ To install the Fuel EMC VNX plugin:
.. code-block:: console .. code-block:: console
# scp emc_vnx-3.0-3.0.0-1.noarch.rpm root@<FUEL_MASTER_NODE_IP>:/tmp # scp emc_vnx-4.0-4.0.0-1.noarch.rpm root@<FUEL_MASTER_NODE_IP>:/tmp
#. Log into the Fuel Master node CLI as root. #. Log into the Fuel Master node CLI as root.
@ -87,7 +87,7 @@ To install the Fuel EMC VNX plugin:
.. code-block:: console .. code-block:: console
# cd /tmp # cd /tmp
# fuel plugins --install emc_vnx-3.0-3.0.0-1.noarch.rpm # fuel plugins --install emc_vnx-4.0-4.0.0-1.noarch.rpm
#. Verify that the plugin was installed successfully: #. Verify that the plugin was installed successfully:
@ -97,7 +97,7 @@ To install the Fuel EMC VNX plugin:
id | name | version | package_version id | name | version | package_version
---|---------|---------|---------------- ---|---------|---------|----------------
1 | emc_vnx | 3.0.0 | 3.0.0 1 | emc_vnx | 4.0.0 | 4.0.0
#. Proceed to :ref:`configure_env`. #. Proceed to :ref:`configure_env`.

View File

@ -2,7 +2,7 @@ Introduction
============ ============
This documentation provides instructions for installing, configuring, and This documentation provides instructions for installing, configuring, and
using the Fuel EMC VNX plugin version 3.0.0. using the Fuel EMC VNX plugin version 4.0.0.
The EMC VNX plugin for Fuel extends the Mirantis OpenStack functionality by The EMC VNX plugin for Fuel extends the Mirantis OpenStack functionality by
adding support for the EMC VNX arrays in Cinder using the iSCSI protocol. It adding support for the EMC VNX arrays in Cinder using the iSCSI protocol. It

View File

@ -5,7 +5,7 @@ Limitations
The EMC VNX plugin has the following limitations: The EMC VNX plugin has the following limitations:
#. Since only one storage network is available in Fuel 8.x on OpenStack #. Since only one storage network is available in Fuel on OpenStack
nodes, multipath will bind all storage paths from EMC on one network nodes, multipath will bind all storage paths from EMC on one network
interface. In case this NIC fails, the communication with storage is interface. In case this NIC fails, the communication with storage is
lost. lost.

View File

@ -1,8 +1,10 @@
Release notes Release notes
============= =============
The EMC VNX plugin 3.0.0 contains the following updates: The EMC VNX plugin 4.0.0 contains the following updates:
* Added support for Fuel 8.0. * Added support for Fuel 9.0.
* Added FC driver support
* Added support for task-based deployment.
* Enhanced the EMC VNX plugin overall performance. * Enhanced the EMC VNX plugin overall performance.
* Improved the EMC VNX plugin documentation. * Improved the EMC VNX plugin documentation.

View File

@ -14,7 +14,7 @@ To uninstall the EMC VNX plugin, complete the following steps:
.. code-block:: console .. code-block:: console
# fuel plugins --remove emc_vnx==3.0.0 # fuel plugins --remove emc_vnx==4.0.0
#. Verify whether the VMware DVS plugin was uninstalled successfully: #. Verify whether the VMware DVS plugin was uninstalled successfully:
@ -49,7 +49,7 @@ To uninstall the Zabbix plugin, complete the following steps:
# fuel plugins # fuel plugins
The Zabbix plugin should not appear in the output list. The Zabbix plugin should not appear in the output list.
.. raw:: latex .. raw:: latex
\pagebreak \pagebreak

View File

@ -9,6 +9,6 @@ following verification steps:
#. Log in to the Fuel web UI. #. Log in to the Fuel web UI.
#. Click the :guilabel:`Health Check` tab. #. Click the :guilabel:`Health Check` tab.
#. Run necessary health tests. For details, see #. Run necessary health tests. For details, see
`Post-deployment check <https://docs.mirantis.com/openstack/fuel/fuel-8.0/fuel-user-guide.html#post-deployment-check>`_. `Post-deployment check <http://docs.openstack.org/developer/fuel-docs/userdocs/fuel-user-guide/verify-environment.html>`_.
#. Verify that EMC VNX plugin is properly configured by #. Verify that EMC VNX plugin is properly configured by
:ref:`creating a Cinder volume <user>`. :ref:`creating a Cinder volume <user>`.

View File

@ -5,8 +5,3 @@ Compatible monitoring plugins
The following versions of Zabbix monitoring plugins are compatible with The following versions of Zabbix monitoring plugins are compatible with
the EMC VNX plugin: the EMC VNX plugin:
* ``zabbix_monitoring-2.5-2.5.0-1.noarch.rpm``
* ``zabbix_snmptrapd-1.0-1.0.1-1.noarch.rpm``
* ``zabbix_monitoring_extreme_networks-1.0-1.0.1-1.noarch.rpm``
* ``zabbix_monitoring_emc-1.0-1.0.1-1.noarch.rpm``