mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
* fixed validation-modules for plugins/modules/remote_management/ipmi/ipmi_boot.py
* fixed validation-modules for plugins/modules/remote_management/ipmi/ipmi_power.py
* Tidy up validate-modules ignores for remote_management/ipmi modules
(cherry picked from commit 89ffb04dff
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
3eadb9d637
commit
f721e76fdc
5 changed files with 12 additions and 12 deletions
|
@ -19,18 +19,22 @@ options:
|
||||||
description:
|
description:
|
||||||
- Hostname or ip address of the BMC.
|
- Hostname or ip address of the BMC.
|
||||||
required: true
|
required: true
|
||||||
|
type: str
|
||||||
port:
|
port:
|
||||||
description:
|
description:
|
||||||
- Remote RMCP port.
|
- Remote RMCP port.
|
||||||
default: 623
|
default: 623
|
||||||
|
type: int
|
||||||
user:
|
user:
|
||||||
description:
|
description:
|
||||||
- Username to use to connect to the BMC.
|
- Username to use to connect to the BMC.
|
||||||
required: true
|
required: true
|
||||||
|
type: str
|
||||||
password:
|
password:
|
||||||
description:
|
description:
|
||||||
- Password to connect to the BMC.
|
- Password to connect to the BMC.
|
||||||
required: true
|
required: true
|
||||||
|
type: str
|
||||||
bootdev:
|
bootdev:
|
||||||
description:
|
description:
|
||||||
- Set boot device to use on next reboot
|
- Set boot device to use on next reboot
|
||||||
|
@ -51,6 +55,7 @@ options:
|
||||||
- optical
|
- optical
|
||||||
- setup
|
- setup
|
||||||
- default
|
- default
|
||||||
|
type: str
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
- Whether to ensure that boot devices is desired.
|
- Whether to ensure that boot devices is desired.
|
||||||
|
@ -59,6 +64,7 @@ options:
|
||||||
- absent -- Request system turn on"
|
- absent -- Request system turn on"
|
||||||
default: present
|
default: present
|
||||||
choices: [ present, absent ]
|
choices: [ present, absent ]
|
||||||
|
type: str
|
||||||
persistent:
|
persistent:
|
||||||
description:
|
description:
|
||||||
- If set, ask that system firmware uses this device beyond next boot.
|
- If set, ask that system firmware uses this device beyond next boot.
|
||||||
|
|
|
@ -19,18 +19,22 @@ options:
|
||||||
description:
|
description:
|
||||||
- Hostname or ip address of the BMC.
|
- Hostname or ip address of the BMC.
|
||||||
required: true
|
required: true
|
||||||
|
type: str
|
||||||
port:
|
port:
|
||||||
description:
|
description:
|
||||||
- Remote RMCP port.
|
- Remote RMCP port.
|
||||||
default: 623
|
default: 623
|
||||||
|
type: int
|
||||||
user:
|
user:
|
||||||
description:
|
description:
|
||||||
- Username to use to connect to the BMC.
|
- Username to use to connect to the BMC.
|
||||||
required: true
|
required: true
|
||||||
|
type: str
|
||||||
password:
|
password:
|
||||||
description:
|
description:
|
||||||
- Password to connect to the BMC.
|
- Password to connect to the BMC.
|
||||||
required: true
|
required: true
|
||||||
|
type: str
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
- Whether to ensure that the machine in desired state.
|
- Whether to ensure that the machine in desired state.
|
||||||
|
@ -42,10 +46,12 @@ options:
|
||||||
- boot -- If system is off, then 'on', else 'reset'"
|
- boot -- If system is off, then 'on', else 'reset'"
|
||||||
choices: ['on', 'off', shutdown, reset, boot]
|
choices: ['on', 'off', shutdown, reset, boot]
|
||||||
required: true
|
required: true
|
||||||
|
type: str
|
||||||
timeout:
|
timeout:
|
||||||
description:
|
description:
|
||||||
- Maximum number of seconds before interrupt request.
|
- Maximum number of seconds before interrupt request.
|
||||||
default: 300
|
default: 300
|
||||||
|
type: int
|
||||||
requirements:
|
requirements:
|
||||||
- "python >= 2.6"
|
- "python >= 2.6"
|
||||||
- pyghmi
|
- pyghmi
|
||||||
|
|
|
@ -244,10 +244,6 @@ plugins/modules/remote_management/hpilo/hpilo_boot.py validate-modules:parameter
|
||||||
plugins/modules/remote_management/hpilo/hpilo_info.py validate-modules:parameter-type-not-in-doc
|
plugins/modules/remote_management/hpilo/hpilo_info.py validate-modules:parameter-type-not-in-doc
|
||||||
plugins/modules/remote_management/hpilo/hponcfg.py validate-modules:parameter-type-not-in-doc
|
plugins/modules/remote_management/hpilo/hponcfg.py validate-modules:parameter-type-not-in-doc
|
||||||
plugins/modules/remote_management/imc/imc_rest.py validate-modules:parameter-type-not-in-doc
|
plugins/modules/remote_management/imc/imc_rest.py validate-modules:parameter-type-not-in-doc
|
||||||
plugins/modules/remote_management/ipmi/ipmi_boot.py validate-modules:doc-missing-type
|
|
||||||
plugins/modules/remote_management/ipmi/ipmi_boot.py validate-modules:parameter-type-not-in-doc
|
|
||||||
plugins/modules/remote_management/ipmi/ipmi_power.py validate-modules:doc-missing-type
|
|
||||||
plugins/modules/remote_management/ipmi/ipmi_power.py validate-modules:parameter-type-not-in-doc
|
|
||||||
plugins/modules/remote_management/lxca/lxca_cmms.py validate-modules:doc-missing-type
|
plugins/modules/remote_management/lxca/lxca_cmms.py validate-modules:doc-missing-type
|
||||||
plugins/modules/remote_management/lxca/lxca_nodes.py validate-modules:doc-missing-type
|
plugins/modules/remote_management/lxca/lxca_nodes.py validate-modules:doc-missing-type
|
||||||
plugins/modules/remote_management/manageiq/manageiq_alert_profiles.py validate-modules:parameter-list-no-elements
|
plugins/modules/remote_management/manageiq/manageiq_alert_profiles.py validate-modules:parameter-list-no-elements
|
||||||
|
|
|
@ -244,10 +244,6 @@ plugins/modules/remote_management/hpilo/hpilo_boot.py validate-modules:parameter
|
||||||
plugins/modules/remote_management/hpilo/hpilo_info.py validate-modules:parameter-type-not-in-doc
|
plugins/modules/remote_management/hpilo/hpilo_info.py validate-modules:parameter-type-not-in-doc
|
||||||
plugins/modules/remote_management/hpilo/hponcfg.py validate-modules:parameter-type-not-in-doc
|
plugins/modules/remote_management/hpilo/hponcfg.py validate-modules:parameter-type-not-in-doc
|
||||||
plugins/modules/remote_management/imc/imc_rest.py validate-modules:parameter-type-not-in-doc
|
plugins/modules/remote_management/imc/imc_rest.py validate-modules:parameter-type-not-in-doc
|
||||||
plugins/modules/remote_management/ipmi/ipmi_boot.py validate-modules:doc-missing-type
|
|
||||||
plugins/modules/remote_management/ipmi/ipmi_boot.py validate-modules:parameter-type-not-in-doc
|
|
||||||
plugins/modules/remote_management/ipmi/ipmi_power.py validate-modules:doc-missing-type
|
|
||||||
plugins/modules/remote_management/ipmi/ipmi_power.py validate-modules:parameter-type-not-in-doc
|
|
||||||
plugins/modules/remote_management/lxca/lxca_cmms.py validate-modules:doc-missing-type
|
plugins/modules/remote_management/lxca/lxca_cmms.py validate-modules:doc-missing-type
|
||||||
plugins/modules/remote_management/lxca/lxca_nodes.py validate-modules:doc-missing-type
|
plugins/modules/remote_management/lxca/lxca_nodes.py validate-modules:doc-missing-type
|
||||||
plugins/modules/remote_management/manageiq/manageiq_alert_profiles.py validate-modules:parameter-list-no-elements
|
plugins/modules/remote_management/manageiq/manageiq_alert_profiles.py validate-modules:parameter-list-no-elements
|
||||||
|
|
|
@ -208,10 +208,6 @@ plugins/modules/remote_management/hpilo/hpilo_boot.py validate-modules:parameter
|
||||||
plugins/modules/remote_management/hpilo/hpilo_info.py validate-modules:parameter-type-not-in-doc
|
plugins/modules/remote_management/hpilo/hpilo_info.py validate-modules:parameter-type-not-in-doc
|
||||||
plugins/modules/remote_management/hpilo/hponcfg.py validate-modules:parameter-type-not-in-doc
|
plugins/modules/remote_management/hpilo/hponcfg.py validate-modules:parameter-type-not-in-doc
|
||||||
plugins/modules/remote_management/imc/imc_rest.py validate-modules:parameter-type-not-in-doc
|
plugins/modules/remote_management/imc/imc_rest.py validate-modules:parameter-type-not-in-doc
|
||||||
plugins/modules/remote_management/ipmi/ipmi_boot.py validate-modules:doc-missing-type
|
|
||||||
plugins/modules/remote_management/ipmi/ipmi_boot.py validate-modules:parameter-type-not-in-doc
|
|
||||||
plugins/modules/remote_management/ipmi/ipmi_power.py validate-modules:doc-missing-type
|
|
||||||
plugins/modules/remote_management/ipmi/ipmi_power.py validate-modules:parameter-type-not-in-doc
|
|
||||||
plugins/modules/remote_management/lxca/lxca_cmms.py validate-modules:doc-missing-type
|
plugins/modules/remote_management/lxca/lxca_cmms.py validate-modules:doc-missing-type
|
||||||
plugins/modules/remote_management/lxca/lxca_nodes.py validate-modules:doc-missing-type
|
plugins/modules/remote_management/lxca/lxca_nodes.py validate-modules:doc-missing-type
|
||||||
plugins/modules/remote_management/manageiq/manageiq_provider.py validate-modules:doc-choices-do-not-match-spec
|
plugins/modules/remote_management/manageiq/manageiq_provider.py validate-modules:doc-choices-do-not-match-spec
|
||||||
|
|
Loading…
Reference in a new issue