mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Clarify chassis password functionality
This commit is contained in:
parent
3614a88811
commit
2f326b57bf
1 changed files with 8 additions and 4 deletions
|
@ -133,9 +133,9 @@ pillar stated above:
|
|||
|
||||
.. note::
|
||||
|
||||
This state module relies on the dracr.py execution module, which runs idrac commands on
|
||||
the chassis, blades, etc. The idrac command runs very slowly and, depending on your state,
|
||||
the proxy minion return might timeout before the idrac commands have completed. If you
|
||||
This state module relies on the dracr.py execution module, which runs racadm commands on
|
||||
the chassis, blades, etc. The racadm command runs very slowly and, depending on your state,
|
||||
the proxy minion return might timeout before the racadm commands have completed. If you
|
||||
are repeatedly seeing minions timeout after state calls, please use the ``-t`` CLI argument
|
||||
to increase the timeout variable.
|
||||
|
||||
|
@ -226,7 +226,11 @@ def chassis(name, chassis_name=None, password=None, datacenter=None,
|
|||
The location of the chassis.
|
||||
|
||||
password
|
||||
Password for the chassis
|
||||
Password for the chassis. Note: If this password is set for the chassis,
|
||||
the current implementation of this state will set this password both on
|
||||
the chassis and the iDrac passwords on any configured blades. If the
|
||||
password for the blades should be distinct, they should be set separately
|
||||
with the blade_idrac function.
|
||||
|
||||
mode
|
||||
The management mode of the chassis. Viable options are:
|
||||
|
|
Loading…
Add table
Reference in a new issue