Bug 478100

Summary: MIGRATED_FROM_JIRA: Support of multiple relationships between sources.
Product: [Retired] penrose Reporter: Chandrasekar Kannan <ckannan>
Component: EngineAssignee: Endi Sukma Dewata <edewata>
Status: CLOSED EOL QA Contact: Ben Levenson <benl>
Severity: low Docs Contact:
Priority: low    
Version: 2.0CC: benl, nmalki, ykaul
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-03-27 19:44:43 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:    
Bug Blocks: 471500    

Description Chandrasekar Kannan 2008-12-27 07:59:12 UTC
Currently Penrose only supports one relationship between sources. The following mapping should be supported:

<relationship>
  <expression>source1.field1 = source2.field1</expression>
</relationship>
<relationship>
  <expression>source1.field2 = source2.field2</expression>
</relationship>

Additional Comments From endisd dated Mon Oct 31 17:07:50 CST 2005 
This has been fixed in 0.9.8.


=========================================================
Issue dump from jira
$VAR1 = {
          'priority' => '3',
          'customFieldValues' => [],
          'project' => 'PENROSE',
          'status' => '5',
          'components' => [
                            {
                              'name' => 'Engine',
                              'id' => '10009'
                            }
                          ],
          'reporter' => 'endisd',
          'key' => 'PENROSE-111',
          'assignee' => 'endisd',
          'summary' => 'Support of multiple relationships between sources.',
          'id' => '10308',
          'updated' => '2007-03-23 19:32:17.0',
          'votes' => '0',
          'fixVersions' => [
                           {
                             'releaseDate' => '2005-12-05 00:00:00.0',
                             'sequence' => '8',
                             'name' => 'Penrose-0.9.8',
                             'released' => 'true',
                             'id' => '10034',
                             'archived' => 'false'
                           }
                         ],
          'affectsVersions' => [],
          'description' => 'Currently Penrose only supports one relationship between sources. The following mapping should be supported:

<relationship>
  <expression>source1.field1 = source2.field1</expression>
</relationship>
<relationship>
  <expression>source1.field2 = source2.field2</expression>
</relationship>
',
          'created' => '2005-10-28 14:51:30.0',
          'resolution' => '1',
          'type' => '4'
        };


=========================================================

Comment 1 Chandrasekar Kannan 2008-12-27 07:59:14 UTC
Marking bug as MODIFIED as it was already resolved in Jira - PENROSE-111