Feature #1005
Add support for fence-agents (remote power control)
| Status: | Duplicate | Start: | 06/22/2011 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | % Done: | 0% |
||
| Category: | BMC | |||
| Target version: | 1.1 | |||
| Backlog: | No | Difficulity: | ||
| Votes: | 1 (View) |
Description
I would like to control power from smart-proxy via fence agents and eventually integrate with foreman.
Related issues
| related to Foreman - Feature #426: Ability to power cycle hosts | Closed | 11/03/2010 | ||
| duplicates Smart-Proxy - Feature #1829: add bmc ipmi support to smart proxy | Closed | 08/17/2012 |
History
Updated by Corey Osman almost 2 years ago
I made some code modifications and I'll submit a patch soon. Here is the output of the updated code that looks for puppet or puppetca.
D, [2011-06-22T17:27:58.799695 #9207] DEBUG -- : Found puppetca at /opt/puppet/bin/puppet
D, [2011-06-22T17:27:58.799834 #9207] DEBUG -- : Found sudo at /usr/bin/sudo
D, [2011-06-22T17:27:58.799892 #9207] DEBUG -- : Executing /usr/bin/sudo -S /opt/puppet/bin/puppet cert --list --all
D, [2011-06-22T17:56:41.440743 #10433] DEBUG -- : Found puppetca at /opt/puppet/bin/puppet cert
D, [2011-06-22T17:56:41.440859 #10433] DEBUG -- : Found sudo at /usr/bin/sudo
D, [2011-06-22T17:56:41.440927 #10433] DEBUG -- : Executing /usr/bin/sudo -S /opt/puppet/bin/puppet cert --list --all
D, [2011-06-22T17:58:20.907048 #10509] DEBUG -- : Found puppetca at /opt/puppet/bin/puppet cert
D, [2011-06-22T17:58:20.907168 #10509] DEBUG -- : Found sudo at /usr/bin/sudo
D, [2011-06-22T17:58:20.907213 #10509] DEBUG -- : Executing /usr/bin/sudo -S /opt/puppet/bin/puppet cert --list --all
