| Summary: | Make redhat-support-plugin-rhev a requisite in application.xml | |||
|---|---|---|---|---|
| Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Keith Robertson <kroberts> | |
| Component: | ovirt-engine | Assignee: | Spenser Shumaker <sshumake> | |
| Status: | CLOSED ERRATA | QA Contact: | Jiri Belka <jbelka> | |
| Severity: | high | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 3.2.0 | CC: | acathrow, alonbl, iheim, jmoran, lpeer, pstehlik, rhev-integ, Rhev-m-bugs, sshumake, yeylon | |
| Target Milestone: | --- | Keywords: | ZStream | |
| Target Release: | 3.2.4 | |||
| Hardware: | All | |||
| OS: | All | |||
| Whiteboard: | external | |||
| Fixed In Version: | Doc Type: | Bug Fix | ||
| Doc Text: |
Previously, redhat-support-plugin-rhev modified the Red Hat Enterprise Virtualization Manager's application.xml file to ensure that the plug-in was loaded upon JBoss bootstrap. This modification caused RPM verification to report warnings. The necessary configuration changes are now hard coded into the application.xml file, and removed from the redhat-support-plugin-rhev spec file.
|
Story Points: | --- | |
| Clone Of: | ||||
| : | 1009043 (view as bug list) | Environment: | ||
| Last Closed: | 2013-10-25 18:44:32 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | External | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Bug Depends On: | ||||
| Bug Blocks: | 1009034 | |||
ok, rhevm-backend-3.2.4-0.44.el6ev.noarch.rpm Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2013-1468.html |
Description of problem: Add the following lines to application.xml such that RHEV-M ear file will load the redhat-support-plugin-rhev. This change will negate the need for the redhat-support-plugin-rhev SPEC file to modify this configuration file during its installation. <module> <web> <web-uri>redhat-support-plugin-rhev.war</web-uri> <context-root>/redhat-support-plugin-rhev</context-root> </web> </module>