File tree 3 files changed +9
-6
lines changed
3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,9 @@ Activate the BMC management module within the Smart Proxy instance. This allows
8
8
9
9
Available providers are:
10
10
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.
13
14
* `shell` - specialized provider for controlling the proxy server itself (used for Foreman Discovery)
14
15
* `ssh` - simple provider via SSH command `shutdown` with limited functionality (poweron does not work)
15
16
Original file line number Diff line number Diff line change @@ -8,8 +8,9 @@ Activate the BMC management module within the Smart Proxy instance. This allows
8
8
9
9
Available providers are:
10
10
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.
13
14
* `shell` - specialized provider for controlling the proxy server itself (used for Foreman Discovery)
14
15
* `ssh` - simple provider via SSH command `shutdown` with limited functionality (poweron does not work)
15
16
Original file line number Diff line number Diff line change @@ -8,8 +8,9 @@ Activate the BMC management module within the Smart Proxy instance. This allows
8
8
9
9
Available providers are:
10
10
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.
13
14
* `shell` - specialized provider for controlling the proxy server itself (used for Foreman Discovery)
14
15
* `ssh` - simple provider via SSH command `shutdown` with limited functionality (poweron does not work)
15
16
You can’t perform that action at this time.
0 commit comments