Skip to content

Commit

Permalink
docs: smart proxy BMC providers additional info
Browse files Browse the repository at this point in the history
Add redfish BMC provider.

Make provider dependencies explicit.

Verified on 3.12.x and 3.13.x
  • Loading branch information
d1nuc0m committed Dec 5, 2024
1 parent f73fd44 commit b6dea1e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions _includes/manuals/3.12/4.3.3_smartproxy_bmc.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 implementation. Requires [freeipmi](https://www.gnu.org/software/freeipmi) and [rubyipmi](https://rubygems.org/gems/rubyipmi) Ruby gem.
* `ipmitool` - using the ipmitool implementation. Requires [ipmitool](https://github.com/ipmitool/ipmitool) and [rubyipmi](https://rubygems.org/gems/rubyipmi) Ruby gem.
* `redfish` - using [redfish_client](https://rubygems.org/gems/redfish_client) Ruby gem implementation. The gem should be installed by default.
* `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)

Expand Down
5 changes: 3 additions & 2 deletions _includes/manuals/3.13/4.3.3_smartproxy_bmc.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 implementation. Requires [freeipmi](https://www.gnu.org/software/freeipmi) and [rubyipmi](https://rubygems.org/gems/rubyipmi) Ruby gem.
* `ipmitool` - using the ipmitool implementation. Requires [ipmitool](https://github.com/ipmitool/ipmitool) and [rubyipmi](https://rubygems.org/gems/rubyipmi) Ruby gem.
* `redfish` - using [redfish_client](https://rubygems.org/gems/redfish_client) Ruby gem implementation. The gem should be installed by default.
* `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)

Expand Down
5 changes: 3 additions & 2 deletions _includes/manuals/nightly/4.3.3_smartproxy_bmc.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 implementation. Requires [freeipmi](https://www.gnu.org/software/freeipmi) and [rubyipmi](https://rubygems.org/gems/rubyipmi) Ruby gem.
* `ipmitool` - using the ipmitool implementation. Requires [ipmitool](https://github.com/ipmitool/ipmitool) and [rubyipmi](https://rubygems.org/gems/rubyipmi) Ruby gem.
* `redfish` - using [redfish_client](https://rubygems.org/gems/redfish_client) Ruby gem implementation. The gem should be installed by default.
* `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)

Expand Down

0 comments on commit b6dea1e

Please sign in to comment.