Added Fibre Channel Zone Driver content in Configuration Reference Guide

Added new content https://review.openstack.org/#/c/138792/ into stable/Juno

Change-Id: Id250ec415c67a374f404294cfa25a17e2bbcf1fb
backport: none
Closes-Bug: #1399021
This commit is contained in:
darrenchan 2014-12-05 16:28:08 +11:00 committed by Darren Chan
parent e3aad9daa1
commit d6a29f014b
3 changed files with 107 additions and 0 deletions

View File

@ -0,0 +1,54 @@
<?xml version='1.0' encoding='UTF-8'?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<!-- Warning: Do not edit this file. It is automatically
generated and your changes will be overwritten.
The tool to do so lives in openstack-doc-tools repository. -->
<table rules="all" xml:id="config_table_cinder_zoning_fabric_cisco">
<caption>Description of cisco zoning fabrics configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<th>Configuration option = Default value</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[CISCO_FABRIC_EXAMPLE]</th>
</tr>
<tr>
<td>cisco_fc_fabric_address = </td>
<td>(StrOpt) Management IP of fabric</td>
</tr>
<tr>
<td>cisco_fc_fabric_password = </td>
<td>(StrOpt) Password for user</td>
</tr>
<tr>
<td>cisco_fc_fabric_port = 22</td>
<td>(IntOpt) Connecting port</td>
</tr>
<tr>
<td>cisco_fc_fabric_user = </td>
<td>(StrOpt) Fabric user ID</td>
</tr>
<tr>
<td>cisco_zone_activate = True</td>
<td>(BoolOpt) overridden zoning activation state</td>
</tr>
<tr>
<td>cisco_zone_name_prefix = None</td>
<td>(StrOpt) overridden zone name prefix</td>
</tr>
<tr>
<td>cisco_zoning_policy = initiator-target</td>
<td>(StrOpt) overridden zoning policy</td>
</tr>
<tr>
<td>cisco_zoning_vsan = None</td>
<td>(StrOpt) VSAN of the Fabric</td>
</tr>
</tbody>
</table>
</para>

View File

@ -0,0 +1,26 @@
<?xml version='1.0' encoding='UTF-8'?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<!-- Warning: Do not edit this file. It is automatically
generated and your changes will be overwritten.
The tool to do so lives in openstack-doc-tools repository. -->
<table rules="all" xml:id="config_table_cinder_zoning_manager_cisco">
<caption>Description of cisco zoning manager configuration options</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
<th>Configuration option = Default value</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">[fc-zone-manager]</th>
</tr>
<tr>
<td>cisco_sb_connector = cinder.zonemanager.drivers.cisco.cisco_fc_zone_client_cli.CiscoFCZoneClientCLI</td>
<td>(StrOpt) Southbound connector for zoning operation</td>
</tr>
</tbody>
</table>
</para>

View File

@ -69,4 +69,31 @@
switches, see the Brocade Fabric OS user documentation.</para>
</section>
</section>
<section xml:id="cisco-fc-zone-driver">
<title>Cisco Fibre Channel Zone Driver</title>
<para>Cisco Fibre Channel Zone Driver performs zoning operations
via SSH. Configure Cisco Zone Driver and lookup service by
specifying the following parameters:</para>
<xi:include href="../../common/tables/cinder-zoning_manager_cisco.xml"/>
<para>Configure SAN fabric parameters in the form of fabric
groups as described in the example below:</para>
<xi:include href="../../common/tables/cinder-zoning_fabric_cisco.xml"/>
<note>
<para>Define a fabric group for each fabric using the fabric names
used in <option>fc_fabric_names</option> configuration option
as group name.
</para>
<para>The Cisco Fibre Channel Zone Driver supports basic and enhanced zoning
modes.The zoning VSAN must exist with an active zone set name which is
same as the <option>fc_fabric_names</option> parameter.
</para>
</note>
<section xml:id="cisco-zone-driver-sys-reqs">
<title>System requirements</title>
<para>Cisco MDS 9000 Family Switches.</para>
<para>Cisco MDS NX-OS Release 6.2(9) or later.</para>
<para>For information about how to manage Cisco Fibre Channel
switches, see the Cisco MDS 9000 user documentation.</para>
</section>
</section>
</section>