openstack-manuals/doc/common/tables/manila-netapp.xml
Mark Sturdevant c41dbfc0e2 Add Shared File Systems (manila) to Config Ref
Shared File Systems service (manila) should be added to
the Config Ref similar to Block Storage (cinder).
The content would be similar to cinder in that it
would have sections to describe Intro, Drivers,
Log Files and Options.

Change-Id: I89fc64f8cd4fe880b36017139e7989f3a4100cc6
Implements: blueprint manila-config-ref
2015-09-22 15:21:28 -07:00

79 lines
3.8 KiB
XML

<?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_manila_netapp">
<caption>Description of NetApp Share Drivers 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">[DEFAULT]</th>
</tr>
<tr>
<td><option>netapp_aggregate_name_search_pattern</option> = <replaceable>(.*)</replaceable></td>
<td>(StrOpt) Pattern for searching available aggregates for provisioning.</td>
</tr>
<tr>
<td><option>netapp_lif_name_template</option> = <replaceable>os_%(net_allocation_id)s</replaceable></td>
<td>(StrOpt) Logical interface (LIF) name template</td>
</tr>
<tr>
<td><option>netapp_login</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Administrative user account name used to access the storage system.</td>
</tr>
<tr>
<td><option>netapp_password</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Password for the administrative user account specified in the netapp_login option.</td>
</tr>
<tr>
<td><option>netapp_port_name_search_pattern</option> = <replaceable>(.*)</replaceable></td>
<td>(StrOpt) Pattern for overriding the selection of network ports on which to create Vserver LIFs.</td>
</tr>
<tr>
<td><option>netapp_root_volume</option> = <replaceable>root</replaceable></td>
<td>(StrOpt) Root volume name.</td>
</tr>
<tr>
<td><option>netapp_root_volume_aggregate</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Name of aggregate to create Vserver root volumes on. This option only applies when the option driver_handles_share_servers is set to True.</td>
</tr>
<tr>
<td><option>netapp_server_hostname</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) The hostname (or IP address) for the storage system.</td>
</tr>
<tr>
<td><option>netapp_server_port</option> = <replaceable>None</replaceable></td>
<td>(IntOpt) The TCP port to use for communication with the storage system or proxy server. If not specified, Data ONTAP drivers will use 80 for HTTP and 443 for HTTPS.</td>
</tr>
<tr>
<td><option>netapp_storage_family</option> = <replaceable>ontap_cluster</replaceable></td>
<td>(StrOpt) The storage family type used on the storage system; valid values include ontap_cluster for using clustered Data ONTAP.</td>
</tr>
<tr>
<td><option>netapp_trace_flags</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Comma-separated list of options that control which trace info is written to the debug logs. Values include method and api.</td>
</tr>
<tr>
<td><option>netapp_transport_type</option> = <replaceable>http</replaceable></td>
<td>(StrOpt) The transport protocol used when communicating with the storage system or proxy server. Valid values are http or https.</td>
</tr>
<tr>
<td><option>netapp_volume_name_template</option> = <replaceable>share_%(share_id)s</replaceable></td>
<td>(StrOpt) NetApp volume name template.</td>
</tr>
<tr>
<td><option>netapp_vserver_name_template</option> = <replaceable>os_%s</replaceable></td>
<td>(StrOpt) Name template to use for new Vserver.</td>
</tr>
</tbody>
</table>
</para>