Update release number and add release notes

Change-Id: I78afd4280617737cfc81979b800dcb9a2324c7b0
This commit is contained in:
John Hua 2016-06-06 18:18:31 +08:00
parent 67c9baedd4
commit bb60099042
10 changed files with 49 additions and 13 deletions

Binary file not shown.

View File

@ -59,7 +59,7 @@ author = u'John Hua (john.hua@citrix.com)'
# The short X.Y version.
version = '3.1'
# The full version, including alpha/beta/rc tags.
release = '3.1-3.1.0-1'
release = '3.1-3.1.2-1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -9,7 +9,7 @@ Requirement Version/Comment
========================= ============================
Fuel 8.0
XenServer 6.5 SP1 + Hotfix XS65ESP1013
XenServer plugin for Fuel 3.1.0
XenServer plugin for Fuel 3.1.2
========================= ============================
* This plugin will not install XenServer or configure the Virtual

View File

@ -29,6 +29,7 @@ guide
.. include:: installation.rst
.. include:: guide.rst
.. include:: troubleshooting.rst
.. include:: relnotes.rst
Further reading

View File

@ -11,14 +11,14 @@ To install the XenServer Fuel plugin:
#. Copy the *rpm* file to the Fuel Master node:
::
[root@home ~]# scp fuel-plugin-xenserver-3.1-3.1.0-1.noarch.rpm root@fuel:/tmp
[root@home ~]# scp fuel-plugin-xenserver-3.1-3.1.2-1.noarch.rpm root@fuel:/tmp
#. Log into Fuel Master node and install the plugin using the
`Fuel CLI <http://docs.openstack.org/developer/fuel-docs/userdocs/fuel-user-guide/cli.html>`_:
::
[root@fuel-master ~]# fuel plugins --install /tmp/fuel-plugin-xenserver-3.1-3.1.0-1.noarch.rpm
[root@fuel-master ~]# fuel plugins --install /tmp/fuel-plugin-xenserver-3.1-3.1.2-1.noarch.rpm
#. Verify that the plugin is installed correctly:
::
@ -26,7 +26,7 @@ To install the XenServer Fuel plugin:
[root@fuel-master ~]# fuel plugins
id | name | version | package_version
---|-----------------------|---------|----------------
1 | fuel-plugin-xenserver | 3.1.0 | 4.0.0
1 | fuel-plugin-xenserver | 3.1.2 | 4.0.0
Add Management Network tool
---------------------------

35
doc/source/relnotes.rst Normal file
View File

@ -0,0 +1,35 @@
Release Notes
=============
Version 3.1.2
-------------
* Fix static routes with udev rules
Version 3.1.1
-------------
* Fix image cache
Version 3.1.0
-------------
* Uses new features of FPB 4.0
* Uses ssh-key instead of password
Version 3.0.0
-------------
* Works with Fuel 8.0
* Add Neutron support
Version 2.0.0
-------------
* Works with Fuel 7.0
Version 1.0.0
-------------
* Initial release of the plugin.
* Works with Fuel 6.1

View File

@ -121,15 +121,15 @@ Install XenServer Fuel Plugin
and the new OpenStack release is registered.
* - Steps
-
| ``fuel plugins --install /tmp/fuel-plugin-xenserver-3.1-3.1.0-1.noarch.rpm``
| ``fuel plugins --install /tmp/fuel-plugin-xenserver-3.1-3.1.2-1.noarch.rpm``
| ``fuel plugins``
| ``id | name | version | package_version``
| ``1 | fuel-plugin-xenserver | 3.1.0 | 4.0.0``
| ``1 | fuel-plugin-xenserver | 3.1.2 | 4.0.0``
* - Expected Result
-
| ``fuel plugins``
| ``id | name | version | package_version``
| ``1 | fuel-plugin-xenserver | 3.1.0 | 4.0.0``
| ``1 | fuel-plugin-xenserver | 3.1.2 | 4.0.0``
Prepare Nodes
-------------
@ -412,7 +412,7 @@ Uninstall of plugin with deployed environment
- Verify XenServer Fuel Plugin cannot be uninstalled before all
dependant environments are removed.
* - Steps
- ``fuel plugins --remove fuel-plugin-xenserver==3.1.0``
- ``fuel plugins --remove fuel-plugin-xenserver==3.1.2``
* - Expected Result
- 400 Client Error: Bad Request (Can't delete plugin which is enabled
for some environment.)
@ -431,7 +431,7 @@ Uninstall of plugin
- Verify XenServer Fuel Plugin can be uninstalled as well as XenServer
OpenStack release after all dependant environments are removed.
* - Steps
- | ``fuel plugins --remove fuel-plugin-xenserver==3.1.0``
- | ``fuel plugins --remove fuel-plugin-xenserver==3.1.2``
| ``fuel plugins``
* - Expected Result
- Plugin is removed.
@ -468,4 +468,4 @@ Revision history
* - 3.1
- 22.03.2016
- John Hua (john.hua@citrix.com)
- Revised for plugin 3.1.0
- Revised for plugin 3.1.2

View File

@ -33,13 +33,13 @@ Revision history
* - 3.2
- 12.05.2016
- John Hua(john.hua@citrix.com)
- Revised for plugin 3.1.0
- Revised for plugin 3.1.2
Document purpose
================
This document provides test run results for the XenServer Fuel Plugin version
3.1.0 on Mirantis OpenStack 8.0.
3.1.2 on Mirantis OpenStack 8.0.
Test environment
================

Binary file not shown.

Binary file not shown.