Modify document for MOS9.2

With MOS9.2 we add new feature support, e.g. vif hotplug and vm
live migration and also support XenServer Ely, this patch is to
modify our documents for these

Change-Id: I2d596d31afad312637b53b93907d9180ce22cf95
(cherry picked from commit 0c5c3fa443)
This commit is contained in:
Huan Xie 2017-03-07 17:43:00 -08:00
parent b923e30c4a
commit 91ca904082
5 changed files with 24 additions and 18 deletions

View File

@ -8,7 +8,7 @@ Requirements
Requirement Version/Comment
========================= ============================
Fuel 9.0
XenServer 6.5+XS65ESP013 and 7.0
XenServer 6.5+XS65ESP013, 7.0 and 7.1
XenServer plugin for Fuel @PLUGIN_VERSION@
========================= ============================

View File

@ -18,7 +18,7 @@ Prepare infrastructure
- Other service nodes (e.g. storage node) can also be created as virtual machines, but this is not required
2. Download and install XenServer 6.5/7.0 and HIMN tool, a XenServer plugin, as install guide mentioned. Use it for future VM creation and network configuration.
2. Download and install XenServer and HIMN tool, a XenServer plugin, as install guide mentioned. Use it for future VM creation and network configuration.
3. While many networking setups are expected to work, the following setup is known to work:

View File

@ -4,7 +4,13 @@ Release Notes
Version 4.0
-------------
* Works with Fuel 9.0
* Works with Fuel 9.2
* Add Ceph as backend for Glance
* Add image caching clean up script
* Add Ceilometer support
* Add vif hot plug support
* Add live migration support
* Add Conntrack support
Version 3.1
-------------

View File

@ -68,7 +68,7 @@ Product compatibility matrix
----------------------------
The plugin is compatible with MOS 9.0 and XenServer versions 6.5 SP1
(with hotfix XS65ESP013) and 7.0, with all hotfixes applied.
(with hotfix XS65ESP013), 7.0 and 7.1, with all hotfixes applied.
Prerequirements
@ -254,14 +254,14 @@ Verify hypervisor type
* - Test Case ID
- verify_hypervisor
* - Description
- Verify that all hypervisors are identified by OpenStack as xen.
- Verify that all hypervisors are identified by OpenStack as "XenServer".
* - Steps
-
#. Login to Horizon with admin user when OpenStack deployment is
finished.
#. Enter into Admin->Hypervisors
* - Expected Result
- The Type column should show xen for all hypervisors.
- The Type column should show XenServer for all hypervisors.
Create guest instances
----------------------
@ -303,9 +303,7 @@ Verify Fuel Health Checks
#. Within the Fuel Master, select the appropriate environment
#. Run all health checks and wait for completion
* - Expected Result
- "Update stack actions: inplace, replace and update whole template"
is failed because vif hot plug/unplug is not supported by the
XenServer driver in Mitaka.
- All pass
Mandatory Tests
===============
@ -338,9 +336,7 @@ Modifying env with enabled plugin (removing/adding compute nodes)
#. Redeploy cluster
#. Run Health Check
* - Expected Result
- "Update stack actions: inplace, replace and update whole template"
is failed because vif hot plug/unplug is not supported by the
XenServer driver in Mitaka.
- All pass
Modifying env with enabled plugin (removing/adding controller nodes)
--------------------------------------------------------------------
@ -365,9 +361,7 @@ Modifying env with enabled plugin (removing/adding controller nodes)
#. Redeploy cluster
#. Run Health Check
* - Expected Result
- "Update stack actions: inplace, replace and update whole template"
is failed because vif hot plug/unplug is not supported by the
XenServer driver in Mitaka.
- All pass
Create mirror and update (setup) of core repos
---------------------------------------------------
@ -472,3 +466,7 @@ Revision history
- 12.08.2016
- John Hua (john.hua@citrix.com)
- Revised for Fuel 9.0
* -
- 03.08.2017
- Huan Xie (huan.xie@citrix.com)
- Revised for Mirantis Fuel 9.2

View File

@ -34,6 +34,10 @@ Revision history
- 12.08.2016
- John Hua(john.hua@citrix.com)
- Revised for Mirantis Fuel 9.0
* -
- 03.08.2017
- Huan Xie (huan.xie@citrix.com)
- Revised for Mirantis Fuel 9.2
Document purpose
================
@ -172,9 +176,7 @@ Detailed test run results
- Yes
-
-
- "Update stack actions: inplace, replace and update whole template"
is failed because vif hot plug/unplug is not supported by the
XenServer driver.
-
* - 9
- Add/Remove compute node
- Yes