Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: smart proxy BMC providers additional info #2208

Merged
merged 1 commit into from
Dec 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading