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 and utilities links
  • Loading branch information
d1nuc0m authored and ekohl committed Dec 5, 2024
1 parent f73fd44 commit 0c95408
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](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)

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](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)

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](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)

Expand Down

0 comments on commit 0c95408

Please sign in to comment.