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

implement channel_enabled? #13

Open
logicminds opened this issue Apr 26, 2014 · 0 comments
Open

implement channel_enabled? #13

logicminds opened this issue Apr 26, 2014 · 0 comments

Comments

@logicminds
Copy link
Owner

The bmc provider for ipmitool needs to query the ipmitool to verify that the channel is enabled.

Currently in the exists? method there is a bug where if the channel is disabled the channel could never be enabled unless one of the network properties changed.

We just need to figure out how to query ipmi to find out if the channel is enabled.

def channel_enabled?
# TODO implement how to look up this info
true
end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant