Bug 753302
Summary: | Tools for allowing integration of 3rd party 'plugins' | ||
---|---|---|---|
Product: | [Retired] oVirt | Reporter: | Perry Myers <pmyers> |
Component: | ovirt-node | Assignee: | Joey Boggs <jboggs> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | unspecified | CC: | ovirt-bugs, ovirt-maint |
Target Milestone: | --- | Keywords: | FutureFeature |
Target Release: | 3.4.3 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
URL: | http://ovirt.org/wiki/Node_plugins | ||
Whiteboard: | |||
Fixed In Version: | 2.5.0 | Doc Type: | Enhancement |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2012-08-09 11:47:54 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 753309, 759504 | ||
Bug Blocks: | 754781 |
Description
Perry Myers
2011-11-11 20:34:18 UTC
1. --install-kmod and --install-plugin have whitelisted areas of where they can write to. --install is not blocked by those 2. up to plugin writer to pick directories 3. gpgcheck for installations, --nogpgcheck can override this verification as well as depending on the yum repo configuration file 4. manifests stored in /isolinux/ for current manifests and for deltas between every revision 5. same as #1 6. same as #1 and #3 yum repo file can supply any combination of repo options/settings Section 2: edit-node strips edit-livecd to bare essentials and builds on top of it, so we maintain full control of what is allowed to happen to the iso. Plugins can be a single rpm file, an rpm pulled from a yum repo + dependencies or a package pulled from RHN if the editing machine is registered. |