Project

General

Profile

Actions

Bug #16565

closed

Searches with global parameters and overrides returning incorrect results

Added by Tomer Brisker over 7 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Search
Target version:
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

Description

Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1372069
Description of problem:
Searches with global parameters not working as expected. The hammer host list --search "params.globalparameter = value1" returns all hosts even when we override these values for some hosts. From WebUI also we get same results.

Version-Release number of selected component (if applicable):

How reproducible:
Everytime

Steps to Reproduce:
1. hammer global-parameter set --name myparam --value one

2. hammer host set-parameter --host-id 3 --name myparam --value two

3. hammer host list --search "params.myparam = two"
---|-------------------|------------------|------------|-----------------|------------------
ID | NAME | OPERATING SYSTEM | HOST GROUP | IP | MAC
---|-------------------|------------------|------------|-----------------|------------------
3 | testvm.labs.local | RedHat 7.2 | provhg | 192.168.124.100 | 52:54:00:79:93:27
---|-------------------|------------------|------------|-----------------|------------------

4. hammer host list --search "params.myparam = one"
---|----------------------|------------------|------------|-----------------|------------------
ID | NAME | OPERATING SYSTEM | HOST GROUP | IP | MAC
---|----------------------|------------------|------------|-----------------|------------------
1 | satellite.labs.local | RedHat 7.2 | | 192.168.124.10 | 52:54:00:98:78:a0
3 | testvm.labs.local | RedHat 7.2 | provhg | 192.168.124.100 | 52:54:00:79:93:27
---|----------------------|------------------|------------|-----------------|------------------

Expected results: Hosts with values overridden should not be listed


Related issues 2 (0 open2 closed)

Related to Foreman - Bug #17272: Searches on `parameters` with "!=" does not work as expectedClosedDominik Hlavac Duran11/08/2016Actions
Copied to Foreman - Bug #16600: Searches with global parameters and overrides returning incorrect resultsRejected09/15/2016Actions
Actions #1

Updated by Tomer Brisker over 7 years ago

  • Priority changed from High to Normal
Actions #2

Updated by The Foreman Bot over 7 years ago

  • Status changed from New to Ready For Testing
  • Pull request https://github.com/theforeman/foreman/pull/3847 added
Actions #3

Updated by Anonymous over 7 years ago

  • Status changed from Ready For Testing to Closed
  • % Done changed from 0 to 100
Actions #4

Updated by Dominic Cleal over 7 years ago

  • Subject changed from [BUG] Searches with global parameters not working as expected to Searches with global parameters and overrides returning incorrect results
  • translation missing: en.field_release set to 189

Contains priorities schema (numbering) change, so will split into a separate 1.13.x compatible fix.

Actions #5

Updated by Dominic Cleal over 7 years ago

  • Copied to Bug #16600: Searches with global parameters and overrides returning incorrect results added
Actions #6

Updated by Daniel Lobato Garcia over 7 years ago

  • Target version set to 1.5.2
Actions #7

Updated by Dominic Cleal over 7 years ago

  • translation missing: en.field_release changed from 189 to 160

The priority changes are necessary to fix missing org/loc entries, they're not just a refactoring. Since it's a schema change, I'm moving it forward to the .0 release.

Actions #8

Updated by Tomer Brisker about 7 years ago

  • Related to Bug #17272: Searches on `parameters` with "!=" does not work as expected added
Actions

Also available in: Atom PDF