~ubuntu-branches/ubuntu/vivid/ironic/vivid-updates

« back to all changes in this revision

Viewing changes to doc/source/deploy/drivers.rst

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2015-01-05 12:21:37 UTC
  • mfrom: (1.2.4)
  • Revision ID: package-import@ubuntu.com-20150105122137-171bqrdpcxqipunk
Tags: 2015.1~b1-0ubuntu1
* New upstream beta release:
  - d/control: Align version requirements with upstream release.
* d/watch: Update uversionmangle to deal with kilo beta versioning
  changes.
* d/control: Bumped Standards-Version to 3.9.6, no changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
^^^^^^^^^^^^^^^^^^^^^
36
36
 
37
37
- The PySNMP package must be installed, variously referred to as ``pysnmp``
38
 
or ``python-pysnmp``
 
38
  or ``python-pysnmp``
39
39
 
40
40
Enabling the SNMP Power Driver
41
41
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
52
52
 
53
53
- ``snmp_address``: the IPv4 address of the PDU controlling this node.
54
54
- ``snmp_port``: (optional) A non-standard UDP port to use for SNMP operations.
55
 
If not specified, the default port (161) is used.
 
55
  If not specified, the default port (161) is used.
56
56
- ``snmp_outlet``: The power outlet on the PDU (1-based indexing).
57
57
- ``snmp_protocol``: (optional) SNMP protocol version
58
 
(permitted values ``1``, ``2c`` or ``3``). If not specified, SNMPv1 is chosen.
 
58
  (permitted values ``1``, ``2c`` or ``3``). If not specified, SNMPv1 is chosen.
59
59
- ``snmp_community``: (Required for SNMPv1 and SNMPv2c) SNMP community
60
 
parameter for reads and writes to the PDU.
 
60
  parameter for reads and writes to the PDU.
61
61
- ``snmp_security``: (Required for SNMPv3) SNMP security string.
62
62
 
63
63
PDU Configuration
68
68
configured for ``NoAuthentication`` and ``NoEncryption``. The
69
69
security name is used analagously to the SNMP community in early
70
70
SNMP versions.
 
71
 
 
72
iLO driver
 
73
----------
 
74
 
 
75
.. toctree::
 
76
  :maxdepth: 1
 
77
 
 
78
  ../drivers/ilo
 
79
 
 
80
SeaMicro driver
 
81
---------------
 
82
 
 
83
.. toctree::
 
84
  :maxdepth: 1
 
85
 
 
86
  ../drivers/seamicro