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.
DescriptionAshfaqur Rahaman
2019-08-26 16:27:59 UTC
Created attachment 1608203[details]
images attachment in zip format
Description of problem:
In Satellite GUI, External Capsules does not shows correct location and organization information
Version-Release number of selected component (if applicable):
6.6
How reproducible:
100%
Steps to Reproduce:
1. Install Satellite 6.6 Beta
~~~
satellite-6.6.0-5.beta.el7sat.noarch
~~~
2. Install Capsule 6.6 Beta
~~~
satellite-capsule-6.6.0-5.beta.el7sat.noarch
~~~
3. Login to Satellite gui and set 'Organization' and 'location' correctly.
4. Try to open the capsule from GUI : Infrastructure > Capsules >
Actual results:
- It does not list external capsules under "Infrastructure > Capsules" [Reference attachment_5.png]
Expected results:
- It should list external capsules under "Infrastructure > Capsules"
Additional info:
- In hammer , capsule does not shows any organization / location information :
~~~
hammer> capsule info --id 4
Id: 4
Name: cap661.net166.vrt
URL: https://cap661.net166.vrt:9090
Features:
Pulp Node
Dynflow
Ansible
SSH
Templates
TFTP
Puppet CA
Puppet
Logs
HTTPBoot
Created at: 2019/08/26 13:28:20
Updated at: 2019/08/26 13:28:20
~~~
- In GUI, If we set "Any Organization" and "Any Location" the capsules shows up , "Location" and "Organization" column shows as "None Found". [Reference : attachment_1.jpg].
- In GUI, if we select the capsule and click "Edit", it shows the proper values for 'Organization' and 'Location' are already selected. [Reference : attachment_2.png and attachment_3.png]
- If we change nothing and click "submit" , the "Location" and "organization" get updated and it shows in GUI. [Reference : attachment_4.png]
- Hammer also shows "Organization" and "location" after this in capsule info.
~~~
hammer> capsule info --id 4
Id: 4
Name: cap661.net166.vrt
URL: https://cap661.net166.vrt:9090
Features:
Pulp Node
Dynflow
Ansible
SSH
Templates
TFTP
Puppet CA
Puppet
Logs
HTTPBoot
Locations:
batcave <==
Organizations:
gotham <===
Created at: 2019/08/26 13:28:20
Updated at: 2019/08/26 13:28:20
~~~