Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
DescriptionStanislav Tkachenko
2017-08-09 16:06:42 UTC
Description of problem:
When searching for environment using exisiting organization/location as filtering criteria, it shows all environments. I've tried both name and id.
API, CLI and UI are affected.
First organization, all envs are listed:
> # hammer -u admin -p changeme environment list --search="organization=ldEfUWXqQE"
> ---|---------------------------------------
> ID | NAME
> ---|---------------------------------------
> 2 | KT_EidanSPSEn_Library_lKlWziXRrT_78
> 3 | KT_EidanSPSEn_SEIOiZvPNz_lKlWziXRrT_78
> 4 | KT_ldEfUWXqQE_Library_QWHvgzxtPg_81
> 5 | KT_ldEfUWXqQE_MpMGDbtpLh_QWHvgzxtPg_81
> 1 | production
> ---|---------------------------------------
Second organization, all envs are listed:
> # hammer -u admin -p changeme environment list --search="organization=EidanSPSEn"
> ---|---------------------------------------
> ID | NAME
> ---|---------------------------------------
> 2 | KT_EidanSPSEn_Library_lKlWziXRrT_78
> 3 | KT_EidanSPSEn_SEIOiZvPNz_lKlWziXRrT_78
> 4 | KT_ldEfUWXqQE_Library_QWHvgzxtPg_81
> 5 | KT_ldEfUWXqQE_MpMGDbtpLh_QWHvgzxtPg_81
> 1 | production
# Org id
> # hammer -u admin -p changeme organization info --name="EidanSPSEn"
> Id: 48
> # hammer -u admin -p changeme environment list --search="organization_id=48"
> ---|---------------------------------------
> ID | NAME
> ---|---------------------------------------
> 2 | KT_EidanSPSEn_Library_lKlWziXRrT_78
> 3 | KT_EidanSPSEn_SEIOiZvPNz_lKlWziXRrT_78
> 4 | KT_ldEfUWXqQE_Library_QWHvgzxtPg_81
> 5 | KT_ldEfUWXqQE_MpMGDbtpLh_QWHvgzxtPg_81
> 1 | production
However, environment associated only with one organization
> # hammer -u admin -p changeme environment info --id=2
> Id: 2
> Name: KT_EidanSPSEn_Library_lKlWziXRrT_78
> Puppetclasses:
> access_insights_client
> Locations:
> Default Location
> Organizations:
> EidanSPSEn
Version-Release number of selected component (if applicable):
Satellite 6.3 Snap 10:
* satellite-6.3.0-16.0.beta.el7sat.noarch
* katello-3.4.4-2.el7sat.noarch
* foreman-1.15.2-1.el7sat.noarch
How reproducible:
Always
Steps to Reproduce:
1. Create organization/location
2. Associate environment with that organization/location
3. Create another organization/location that has now associations with environments
4. Filter environments by the second organization/location
Actual results:
All environments are listed.
Expected results:
Only environments that associated with that organization/location
Additional info: