Updated user guide to be 7.0 focused

Change-Id: If10cc1fa76580db08cf138474054cd6bce5e8c54
This commit is contained in:
Bob Ball 2015-11-23 11:11:26 +00:00
parent 9b831aad55
commit 60674b249a
7 changed files with 315 additions and 304 deletions

View File

@ -1,4 +1,4 @@
XenServer Plugin for Fuel 6.1 XenServer Plugin for Fuel 7.0
============================= =============================
XenServer is an Open Source hypervisor with commercial support options XenServer is an Open Source hypervisor with commercial support options
@ -27,7 +27,7 @@ Requirement Version/Comment
========================= ============================ ========================= ============================
Fuel 6.1 Fuel 6.1
XenServer 6.5 SP1 + Hotfix XS65ESP1013 XenServer 6.5 SP1 + Hotfix XS65ESP1013
XenServer plugin for Fuel 1.0.1 XenServer plugin for Fuel 2.0.0
========================= ============================ ========================= ============================
* This plugin will not install XenServer or configure the Virtual * This plugin will not install XenServer or configure the Virtual

View File

@ -42,7 +42,7 @@ One example deployment, shown below, makes use of VLAN 19 for the "PXE network"
Select Environment Select Environment
------------------ ------------------
#. Create a new environment with the Fuel UI wizard. Select "Juno+Citrix XenServer on Ubuntu 14.04.1" from OpenStack Release dropdown list. At the moment you will see most of options are disabled in the wizard. #. Create a new environment with the Fuel UI wizard. Select "Kilo+Citrix XenServer on Ubuntu 14.04" from OpenStack Release dropdown list. At the moment you will see most of options are disabled in the wizard.
.. image:: images/fmwizard00.png .. image:: images/fmwizard00.png
:width: 80% :width: 80%
@ -58,7 +58,7 @@ Select Environment
.. image:: images/HIMN_dialog.jpg .. image:: images/HIMN_dialog.jpg
:width: 80% :width: 80%
#. Add new VMs to the new environment according to `Fuel User Guide <https://docs.mirantis.com/openstack/fuel/fuel-6.1/user-guide.html#add-nodes-to-the-environment>`_ and configure them properly. A typical topology of 1 controller node + 3 compute nodes + 1 storage node is recommended. #. Add new VMs to the new environment according to `Fuel User Guide <https://docs.mirantis.com/openstack/fuel/fuel-7.0/user-guide.html#add-nodes-to-the-environment>`_ and configure them properly. A typical topology of 1 controller node + 3 compute nodes + 1 storage node is recommended.
#. Go to Settings tab and scroll down to "XenServer Plugin" section. You need to input the common access credentials to all XenServers that previously are used to create new VMs. #. Go to Settings tab and scroll down to "XenServer Plugin" section. You need to input the common access credentials to all XenServers that previously are used to create new VMs.
@ -71,9 +71,9 @@ Select Environment
Finish environment configuration Finish environment configuration
-------------------------------- --------------------------------
#. Run `network verification check <https://docs.mirantis.com/openstack/fuel/fuel-6.1/user-guide.html#verify-networks>`_ #. Run `network verification check <https://docs.mirantis.com/openstack/fuel/fuel-7.0/user-guide.html#verify-networks>`_
#. Press `Deploy button <https://docs.mirantis.com/openstack/fuel/fuel-6.1/user-guide.html#deploy-changes>`_ to once you are done with environment configuration. #. Press `Deploy button <https://docs.mirantis.com/openstack/fuel/fuel-7.0/user-guide.html#deploy-changes>`_ to once you are done with environment configuration.
#. After deployment is done, you will see in Horizon that all hypervisors are xen. #. After deployment is done, you will see in Horizon that all hypervisors are xen.

View File

@ -11,14 +11,14 @@ To install the XenServer Fuel plugin:
#. Copy the *rpm* file to the Fuel Master node: #. Copy the *rpm* file to the Fuel Master node:
:: ::
[root@home ~]# scp fuel-plugin-xenserver-1.0-1.0.1-1.noarch.rpm root@fuel-master:/tmp [root@home ~]# scp fuel-plugin-xenserver-2.0-2.0.0-1.noarch.rpm root@fuel-master:/tmp
#. Log into Fuel Master node and install the plugin using the #. Log into Fuel Master node and install the plugin using the
`Fuel CLI <https://docs.mirantis.com/openstack/fuel/fuel-6.1/user-guide.html#using-fuel-cli>`_: `Fuel CLI <https://docs.mirantis.com/openstack/fuel/fuel-6.1/user-guide.html#using-fuel-cli>`_:
:: ::
[root@fuel-master ~]# fuel plugins --install /tmp/fuel-plugin-xenserver-1.0-1.0.1-1.noarch.rpm [root@fuel-master ~]# fuel plugins --install /tmp/fuel-plugin-xenserver-2.0-2.0.0-1.noarch.rpm
#. Verify that the plugin is installed correctly: #. Verify that the plugin is installed correctly:
:: ::
@ -26,7 +26,7 @@ To install the XenServer Fuel plugin:
[root@fuel-master ~]# fuel plugins [root@fuel-master ~]# fuel plugins
id | name | version | package_version id | name | version | package_version
---|-----------------------|---------|---------------- ---|-----------------------|---------|----------------
9 | fuel-plugin-xenserver | 1.0.1 | 2.0.0 9 | fuel-plugin-xenserver | 2.0.0 | 3.0.0
Add Management Network tool Add Management Network tool
--------------------------- ---------------------------

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 60 KiB

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
Guide to the XenServer Plugin for Fuel 6.1 Guide to the XenServer Plugin for Fuel 7.0
========================================== ==========================================
Intro Intro
@ -6,8 +6,6 @@ Intro
This document will guide you through the steps of install, configure and use of the XenServer Plugin for Fuel This document will guide you through the steps of install, configure and use of the XenServer Plugin for Fuel
Sections
--------
.. include:: content/description.rst .. include:: content/description.rst
.. include:: content/terms.rst .. include:: content/terms.rst
.. include:: content/installation.rst .. include:: content/installation.rst