diff --git a/_includes/manuals/3.12/4.3.3_smartproxy_bmc.md b/_includes/manuals/3.12/4.3.3_smartproxy_bmc.md index 564355dc24..d8f4bb5f20 100644 --- a/_includes/manuals/3.12/4.3.3_smartproxy_bmc.md +++ b/_includes/manuals/3.12/4.3.3_smartproxy_bmc.md @@ -8,8 +8,9 @@ Activate the BMC management module within the Smart Proxy instance. This allows Available providers are: -* `freeipmi` - for IPMI control using the freeipmi implementation -* `ipmitool` - using the ipmitool implementation +* `freeipmi` - for IPMI control using the [freeipmi](https://www.gnu.org/software/freeipmi) implementation. +* `ipmitool` - using the [ipmitool](https://github.com/ipmitool/ipmitool) implementation. +* `redfish` - using [redfish_client](https://rubygems.org/gems/redfish_client) Ruby gem implementation. * `shell` - specialized provider for controlling the proxy server itself (used for Foreman Discovery) * `ssh` - simple provider via SSH command `shutdown` with limited functionality (poweron does not work) diff --git a/_includes/manuals/3.13/4.3.3_smartproxy_bmc.md b/_includes/manuals/3.13/4.3.3_smartproxy_bmc.md index 564355dc24..d8f4bb5f20 100644 --- a/_includes/manuals/3.13/4.3.3_smartproxy_bmc.md +++ b/_includes/manuals/3.13/4.3.3_smartproxy_bmc.md @@ -8,8 +8,9 @@ Activate the BMC management module within the Smart Proxy instance. This allows Available providers are: -* `freeipmi` - for IPMI control using the freeipmi implementation -* `ipmitool` - using the ipmitool implementation +* `freeipmi` - for IPMI control using the [freeipmi](https://www.gnu.org/software/freeipmi) implementation. +* `ipmitool` - using the [ipmitool](https://github.com/ipmitool/ipmitool) implementation. +* `redfish` - using [redfish_client](https://rubygems.org/gems/redfish_client) Ruby gem implementation. * `shell` - specialized provider for controlling the proxy server itself (used for Foreman Discovery) * `ssh` - simple provider via SSH command `shutdown` with limited functionality (poweron does not work) diff --git a/_includes/manuals/nightly/4.3.3_smartproxy_bmc.md b/_includes/manuals/nightly/4.3.3_smartproxy_bmc.md index 564355dc24..d8f4bb5f20 100644 --- a/_includes/manuals/nightly/4.3.3_smartproxy_bmc.md +++ b/_includes/manuals/nightly/4.3.3_smartproxy_bmc.md @@ -8,8 +8,9 @@ Activate the BMC management module within the Smart Proxy instance. This allows Available providers are: -* `freeipmi` - for IPMI control using the freeipmi implementation -* `ipmitool` - using the ipmitool implementation +* `freeipmi` - for IPMI control using the [freeipmi](https://www.gnu.org/software/freeipmi) implementation. +* `ipmitool` - using the [ipmitool](https://github.com/ipmitool/ipmitool) implementation. +* `redfish` - using [redfish_client](https://rubygems.org/gems/redfish_client) Ruby gem implementation. * `shell` - specialized provider for controlling the proxy server itself (used for Foreman Discovery) * `ssh` - simple provider via SSH command `shutdown` with limited functionality (poweron does not work)