Skip to content

Commit 0c95408

Browse files
d1nuc0mekohl
authored andcommitted
docs: smart proxy BMC providers additional info
Add redfish BMC provider and utilities links
1 parent f73fd44 commit 0c95408

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

_includes/manuals/3.12/4.3.3_smartproxy_bmc.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ Activate the BMC management module within the Smart Proxy instance. This allows
88
99
Available providers are:
1010
11-
* `freeipmi` - for IPMI control using the freeipmi implementation
12-
* `ipmitool` - using the ipmitool implementation
11+
* `freeipmi` - for IPMI control using the [freeipmi](https://www.gnu.org/software/freeipmi) implementation.
12+
* `ipmitool` - using the [ipmitool](https://github.com/ipmitool/ipmitool) implementation.
13+
* `redfish` - using [redfish_client](https://rubygems.org/gems/redfish_client) Ruby gem implementation.
1314
* `shell` - specialized provider for controlling the proxy server itself (used for Foreman Discovery)
1415
* `ssh` - simple provider via SSH command `shutdown` with limited functionality (poweron does not work)
1516

_includes/manuals/3.13/4.3.3_smartproxy_bmc.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ Activate the BMC management module within the Smart Proxy instance. This allows
88
99
Available providers are:
1010
11-
* `freeipmi` - for IPMI control using the freeipmi implementation
12-
* `ipmitool` - using the ipmitool implementation
11+
* `freeipmi` - for IPMI control using the [freeipmi](https://www.gnu.org/software/freeipmi) implementation.
12+
* `ipmitool` - using the [ipmitool](https://github.com/ipmitool/ipmitool) implementation.
13+
* `redfish` - using [redfish_client](https://rubygems.org/gems/redfish_client) Ruby gem implementation.
1314
* `shell` - specialized provider for controlling the proxy server itself (used for Foreman Discovery)
1415
* `ssh` - simple provider via SSH command `shutdown` with limited functionality (poweron does not work)
1516

_includes/manuals/nightly/4.3.3_smartproxy_bmc.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ Activate the BMC management module within the Smart Proxy instance. This allows
88
99
Available providers are:
1010
11-
* `freeipmi` - for IPMI control using the freeipmi implementation
12-
* `ipmitool` - using the ipmitool implementation
11+
* `freeipmi` - for IPMI control using the [freeipmi](https://www.gnu.org/software/freeipmi) implementation.
12+
* `ipmitool` - using the [ipmitool](https://github.com/ipmitool/ipmitool) implementation.
13+
* `redfish` - using [redfish_client](https://rubygems.org/gems/redfish_client) Ruby gem implementation.
1314
* `shell` - specialized provider for controlling the proxy server itself (used for Foreman Discovery)
1415
* `ssh` - simple provider via SSH command `shutdown` with limited functionality (poweron does not work)
1516

0 commit comments

Comments
 (0)