| Summary: | [RHS-C] Make Red Hat Plug-in a requirement for Red Hat Storage | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Gluster Storage | Reporter: | Jeffrey McGowan <jemcgowa> | ||||
| Component: | rhsc | Assignee: | Bala.FA <barumuga> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Prasanth <pprakash> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | 2.0 | CC: | barumuga, dpati, dtsang, jemcgowa, knarra, kroberts, mmahoney, pprakash, rhs-bugs, sdharane, ssampat, sshumake | ||||
| Target Milestone: | --- | Keywords: | ZStream | ||||
| Target Release: | RHGS 2.1.2 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | rhsc-2.1.2-0.23.master.el6_5 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-02-25 07:40:42 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Bug Depends On: | |||||||
| Bug Blocks: | 1012144 | ||||||
| Attachments: |
|
||||||
Targeting for Corbett. The fix is sent for review. rhsc-engine now depends on redhat-access-plugin-storage entry for redhat-access-plugin-storage.war in application.xml of the exploded ear @/usr/share/ovirt-engine/engine.ear/META-INF/application.xml not seen in the latest build (rhsc-cb5) am I looking in the right place for the change? There was build issues with this dependency and removed at last minute. This will be fixed in upcoming builds. fix is sent for review Created attachment 821033 [details]
The fix is attached
(In reply to Bala.FA from comment #8) > Created attachment 821033 [details] > The fix is attached Patch looks good and it would pull in the appropriate RPM. ACK. Verified in rhsc-2.1.2-0.23.master.el6_5 rhsc-engine now depends on redhat-access-plugin-rhsc FYI: We created a Knowledgebase article in the Red Hat Customer Portal which described the plug-in. [1] https://access.redhat.com/site/articles/473823 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/RHEA-2014-0208.html |
We want to make the Red Hat Plug-in a requirement for Red Hat Storage because it will increase usage and will reduce some clunky things we had to do while in tech-preview. We propose that we do for RHS *exactly* what we are doing with RHEV 3.3 (this makes sense because RHEV and RHS are functionally the same) Description of problem: Add the following lines to application.xml such that RHS ear file will load the redhat-access-plugin-storage. This change will negate the need for the redhat-access-plugin-storage SPEC file to modify this configuration file during its installation. <module> <web> <web-uri>redhat-access-plugin-storage.war</web-uri> <context-root>/redhat-access-plugin-storage</context-root> </web> </module>