Bug 1317469

Summary: RT filter installation is changed for EAP7
Product: [JBoss] JBoss Operations Network Reporter: Filip Brychta <fbrychta>
Component: DocumentationAssignee: Scott Mumford <smumford>
Status: CLOSED CURRENTRELEASE QA Contact: Filip Brychta <fbrychta>
Severity: high Docs Contact:
Priority: high    
Version: JON 3.3.5CC: loleary, tsegismo
Target Milestone: GAKeywords: Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-04-20 04:32:07 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:
Embargoed:
Bug Depends On:    
Bug Blocks: 1315797    

Description Filip Brychta 2016-03-14 10:26:07 UTC
Document URL: 
https://access.redhat.com/documentation/en-US/Red_Hat_JBoss_Operations_Network/3.3/html/Users_Guide/jboss-rt-seven.html

Describe the issue: 
It will be necessary to create new chapter describing the same for EAP7.

Comment 1 Filip Brychta 2016-03-14 10:29:57 UTC
Thomas, could you please comment on which parts can stay and which parts require changes?

Comment 2 Thomas Segismont 2016-03-14 10:49:55 UTC
The changes in Bug 1311140 introduce a new module: rhq-rtfilter-wfly-10-subsystem

This module can be downloaded from the GUI in the Connectors section.

The steps described in EAP6 plugin documentation remain the same but:
- EAP version must be changed, obviously... :)
- all occurences of rhq-rtfilter-subsystem must be replaced with rhq-rtfilter-wfly-10-subsystem

Comment 3 Filip Brychta 2016-03-15 14:00:41 UTC
Another thing which should be fixed in this chapter is step 5 in Procedure 21.1.
It should be clear from description that 
<global-modules>
  <module name="org.rhq.helpers.rhq-rtfilter" slot="main"/>
</global-modules>

should be added to jboss:domain:ee subsystem which is already there.
Version of domain:ee can be different on different eap versions.

Step 5 could look like this:
Deploy the response time module globally by adding the module to the list of global modules in the <subsystem> element. Note that version of domain:ee subsystem differs among EAP versions. Save the file once complete. Result could look like this:

Fell free to re-word it.