[config-ref] Remove cisco FC Zone manager driver
Change-Id: I25bf21a1c8295a38e68ad41b6611c157d74243a8 Closes-Bug: #1546675
This commit is contained in:
parent
0464e557f5
commit
c2ed9b2781
@ -70,45 +70,3 @@ sessions.
|
|||||||
For information about how to manage Brocade Fibre Channel switches, see
|
For information about how to manage Brocade Fibre Channel switches, see
|
||||||
the Brocade Fabric OS user documentation.
|
the Brocade Fabric OS user documentation.
|
||||||
|
|
||||||
Cisco Fibre Channel Zone Driver
|
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
Cisco Fibre Channel Zone Driver automates the zoning operations through
|
|
||||||
SSH. Configure Cisco Zone Driver, Cisco Southbound connector, FC SAN
|
|
||||||
lookup service and Fabric name.
|
|
||||||
|
|
||||||
Set the following options in the ``cinder.conf`` configuration file.
|
|
||||||
|
|
||||||
.. code-block:: ini
|
|
||||||
|
|
||||||
[fc-zone-manager]
|
|
||||||
zone_driver = cinder.zonemanager.drivers.cisco.cisco_fc_zone_driver.CiscoFCZoneDriver
|
|
||||||
fc_san_lookup_service = cinder.zonemanager.drivers.cisco.cisco_fc_san_lookup_service.CiscoFCSanLookupService
|
|
||||||
fc_fabric_names = CISCO_FABRIC_EXAMPLE
|
|
||||||
cisco_sb_connector = cinder.zonemanager.drivers.cisco.cisco_fc_zone_client_cli.CiscoFCZoneClientCLI
|
|
||||||
|
|
||||||
.. include:: ../tables/cinder-zoning_manager_cisco.rst
|
|
||||||
|
|
||||||
Configure SAN fabric parameters in the form of fabric groups as
|
|
||||||
described in the example below:
|
|
||||||
|
|
||||||
.. include:: ../tables/cinder-zoning_fabric_cisco.rst
|
|
||||||
|
|
||||||
.. note::
|
|
||||||
|
|
||||||
Define a fabric group for each fabric using the fabric names used in
|
|
||||||
``fc_fabric_names`` configuration option as group name.
|
|
||||||
|
|
||||||
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 ``fc_fabric_names`` option.
|
|
||||||
|
|
||||||
System requirements
|
|
||||||
-------------------
|
|
||||||
|
|
||||||
Cisco MDS 9000 Family Switches.
|
|
||||||
|
|
||||||
Cisco MDS NX-OS Release 6.2(9) or later.
|
|
||||||
|
|
||||||
For information about how to manage Cisco Fibre Channel switches, see
|
|
||||||
the Cisco MDS 9000 user documentation.
|
|
||||||
|
@ -1,36 +0,0 @@
|
|||||||
..
|
|
||||||
Warning: Do not edit this file. It is automatically generated from the
|
|
||||||
software project's code and your changes will be overwritten.
|
|
||||||
|
|
||||||
The tool to generate this file lives in openstack-doc-tools repository.
|
|
||||||
|
|
||||||
Please make any changes needed in the code, then run the
|
|
||||||
autogenerate-config-doc tool from the openstack-doc-tools repository, or
|
|
||||||
ask for help on the documentation mailing list, IRC channel or meeting.
|
|
||||||
|
|
||||||
.. _cinder-zoning_fabric_cisco:
|
|
||||||
|
|
||||||
.. list-table:: Description of cisco zoning fabrics configuration options
|
|
||||||
:header-rows: 1
|
|
||||||
:class: config-ref-table
|
|
||||||
|
|
||||||
* - Configuration option = Default value
|
|
||||||
- Description
|
|
||||||
* - **[CISCO_FABRIC_EXAMPLE]**
|
|
||||||
-
|
|
||||||
* - ``cisco_fc_fabric_address`` =
|
|
||||||
- (StrOpt) Management IP of fabric
|
|
||||||
* - ``cisco_fc_fabric_password`` =
|
|
||||||
- (StrOpt) Password for user
|
|
||||||
* - ``cisco_fc_fabric_port`` = ``22``
|
|
||||||
- (PortOpt) Connecting port
|
|
||||||
* - ``cisco_fc_fabric_user`` =
|
|
||||||
- (StrOpt) Fabric user ID
|
|
||||||
* - ``cisco_zone_activate`` = ``True``
|
|
||||||
- (BoolOpt) overridden zoning activation state
|
|
||||||
* - ``cisco_zone_name_prefix`` = ``None``
|
|
||||||
- (StrOpt) overridden zone name prefix
|
|
||||||
* - ``cisco_zoning_policy`` = ``initiator-target``
|
|
||||||
- (StrOpt) overridden zoning policy
|
|
||||||
* - ``cisco_zoning_vsan`` = ``None``
|
|
||||||
- (StrOpt) VSAN of the Fabric
|
|
@ -1,22 +0,0 @@
|
|||||||
..
|
|
||||||
Warning: Do not edit this file. It is automatically generated from the
|
|
||||||
software project's code and your changes will be overwritten.
|
|
||||||
|
|
||||||
The tool to generate this file lives in openstack-doc-tools repository.
|
|
||||||
|
|
||||||
Please make any changes needed in the code, then run the
|
|
||||||
autogenerate-config-doc tool from the openstack-doc-tools repository, or
|
|
||||||
ask for help on the documentation mailing list, IRC channel or meeting.
|
|
||||||
|
|
||||||
.. _cinder-zoning_manager_cisco:
|
|
||||||
|
|
||||||
.. list-table:: Description of cisco zoning manager configuration options
|
|
||||||
:header-rows: 1
|
|
||||||
:class: config-ref-table
|
|
||||||
|
|
||||||
* - Configuration option = Default value
|
|
||||||
- Description
|
|
||||||
* - **[fc-zone-manager]**
|
|
||||||
-
|
|
||||||
* - ``cisco_sb_connector`` = ``cinder.zonemanager.drivers.cisco.cisco_fc_zone_client_cli.CiscoFCZoneClientCLI``
|
|
||||||
- (StrOpt) Southbound connector for zoning operation
|
|
@ -670,14 +670,6 @@ BRCD_FABRIC_EXAMPLE/principal_switch_wwn zoning_fabric
|
|||||||
BRCD_FABRIC_EXAMPLE/zone_activate zoning_fabric
|
BRCD_FABRIC_EXAMPLE/zone_activate zoning_fabric
|
||||||
BRCD_FABRIC_EXAMPLE/zone_name_prefix zoning_fabric
|
BRCD_FABRIC_EXAMPLE/zone_name_prefix zoning_fabric
|
||||||
BRCD_FABRIC_EXAMPLE/zoning_policy zoning_fabric
|
BRCD_FABRIC_EXAMPLE/zoning_policy zoning_fabric
|
||||||
CISCO_FABRIC_EXAMPLE/cisco_fc_fabric_address zoning_fabric_cisco
|
|
||||||
CISCO_FABRIC_EXAMPLE/cisco_fc_fabric_password zoning_fabric_cisco
|
|
||||||
CISCO_FABRIC_EXAMPLE/cisco_fc_fabric_port zoning_fabric_cisco
|
|
||||||
CISCO_FABRIC_EXAMPLE/cisco_fc_fabric_user zoning_fabric_cisco
|
|
||||||
CISCO_FABRIC_EXAMPLE/cisco_zone_activate zoning_fabric_cisco
|
|
||||||
CISCO_FABRIC_EXAMPLE/cisco_zone_name_prefix zoning_fabric_cisco
|
|
||||||
CISCO_FABRIC_EXAMPLE/cisco_zoning_policy zoning_fabric_cisco
|
|
||||||
CISCO_FABRIC_EXAMPLE/cisco_zoning_vsan zoning_fabric_cisco
|
|
||||||
coordination/backend_url coordination
|
coordination/backend_url coordination
|
||||||
coordination/heartbeat coordination
|
coordination/heartbeat coordination
|
||||||
coordination/initial_reconnect_backoff coordination
|
coordination/initial_reconnect_backoff coordination
|
||||||
@ -716,7 +708,6 @@ database/sqlite_synchronous database
|
|||||||
database/use_db_reconnect database
|
database/use_db_reconnect database
|
||||||
database/use_tpool database
|
database/use_tpool database
|
||||||
fc-zone-manager/brcd_sb_connector zoning_manager
|
fc-zone-manager/brcd_sb_connector zoning_manager
|
||||||
fc-zone-manager/cisco_sb_connector zoning_manager_cisco
|
|
||||||
fc-zone-manager/fc_fabric_names zoning
|
fc-zone-manager/fc_fabric_names zoning
|
||||||
fc-zone-manager/fc_san_lookup_service zoning
|
fc-zone-manager/fc_san_lookup_service zoning
|
||||||
fc-zone-manager/zone_driver zoning
|
fc-zone-manager/zone_driver zoning
|
||||||
|
@ -80,5 +80,3 @@ zones zones
|
|||||||
zoning zoning
|
zoning zoning
|
||||||
zoning_fabric zoning fabrics
|
zoning_fabric zoning fabrics
|
||||||
zoning_manager zoning manager
|
zoning_manager zoning manager
|
||||||
zoning_fabric_cisco cisco zoning fabrics
|
|
||||||
zoning_manager_cisco cisco zoning manager
|
|
||||||
|
Loading…
Reference in New Issue
Block a user