Bug 536107 (RHQ-493)

Summary: group definitions should support pivoting from unset plugin/resource config props
Product: [Other] RHQ Project Reporter: Charles Crouch <ccrouch>
Component: No ComponentAssignee: Joseph Marques <jmarques>
Status: CLOSED NEXTRELEASE QA Contact: Jeff Weiss <jweiss>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0CC: dajohnso, hbrock
Target Milestone: ---Keywords: SubFeature
Target Release: ---   
Hardware: All   
OS: All   
URL: http://jira.rhq-project.org/browse/RHQ-493
Whiteboard:
Fixed In Version: 1.2 Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 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:    
Bug Blocks: 536002    

Description Charles Crouch 2008-05-15 21:43:00 UTC
I've got 1 JBAS server with a scriptPrefix connection property set and 69 instances which have this property unset. When I calculate the groups from the following defintion:

resource.type.plugin = JBossAS
resource.type.category = Server
groupby resource.pluginConfiguration[scriptPrefix]

I get one group with one member (the one with the scriptPrefix set). I would expect to get another group with 69 members containing those resources that didnt have a value set for scriptPrefix.

Comment 1 Joseph Marques 2008-05-18 03:01:06 UTC
yeah, this sounds reasonable.

Comment 2 Joseph Marques 2008-12-25 09:28:36 UTC
rev2542 - support pivoting on unset/null plugin/resource configuration properties; 
in fact, this commit supports the general nullabllity of any condition that dynagroups supports; 

Comment 3 Jeff Weiss 2009-01-07 18:49:02 UTC
Can now see that there is an "empty" value in the groups created by the groupby expression.  rev2561

Comment 4 Red Hat Bugzilla 2009-11-10 21:10:27 UTC
This bug was previously known as http://jira.rhq-project.org/browse/RHQ-493
This bug relates to RHQ-492