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

RFR: Pluggable Hardware Managers #29

Merged
merged 6 commits into from
Jan 22, 2014
Merged

Conversation

russellhaering
Copy link
Contributor

The goal of this is to be able to install an arbitrary python module capable of providing the BaseHardwareManager interface, and have the agent find it, test its suitability, and use it if it is the most suitable. This way, someone operating Teeth can add hardware-specific logic without needing to modify the agent (although we might want to start accepting some such plugins upstream).

I'm not at all sold on the actual way it works, today my goal is just:

  1. Have a BaseHardwareManager that provides sane functionality for most hardware
  2. Be able to override it just by installing a suitable python module

@jimrollenhagen
Copy link
Contributor

LGTM

russellhaering added a commit that referenced this pull request Jan 22, 2014
@russellhaering russellhaering merged commit ccb85a7 into master Jan 22, 2014
@jimrollenhagen jimrollenhagen deleted the pluggable_hardware_managers branch March 21, 2014 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants