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.
DescriptionBenjamin Kielhold
2023-08-18 18:07:47 UTC
Description of problem:
=======================
If there exists at least five life-cycle environments, attempting to move a host into a new LCE/CV using the Satellite's WebUI, not all content views are visible when attempting to select the desired CV. If the user attempts to type the name of the desired content view inside of the, `Select a content view` field, nothing is populated.
Version-Release number of selected component (if applicable):
=============================================================
Satellite 6.13.0
How reproducible:
=================
100%
Steps to Reproduce:
===================
1. Login to Satellite UI
2. Create or verify there are atleast five life-cycle environments off of Library
3. Create two content views for testing
4. Attempt to change a host to a content view other then `Default Organization View` using the new Satellite UI and not the `Legacy`.
Actual results:
==============
User is unable to select any content view below `Default Organization View` when using the non-legacy Satellite WebUI.
Expected results:
=================
After selecting the LCE, then clicking on the `select content view`, the `Edit content view assignment` window should be dynamic and resize according to the populated CVs instead of only showing `Default Organization View`.
AND
The `Select content view` field within the `Edit content view assignment` window should be searchable.
Workaround:
===========
If the user holds CTRL + Mouse Scroll-wheel back, the page will zoom out thus showing the other content views present but at a base 100% zoom, the only present is the first (Default Organization View).
Additional Info:
================
The following command can be used as a workaround to complete the task of switching the CV for the host when executed on the Satellite's CLI:
# hammer host update --name <Host_fqdn> --lifecycle-environment "ENV_NAME" --content-view "CV_NAME" --organization-id <ORG_ID>
Regards,
Benjamin
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory (Important: Satellite 6.14 security and bug fix update), and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHSA-2023:6818
Description of problem: ======================= If there exists at least five life-cycle environments, attempting to move a host into a new LCE/CV using the Satellite's WebUI, not all content views are visible when attempting to select the desired CV. If the user attempts to type the name of the desired content view inside of the, `Select a content view` field, nothing is populated. Version-Release number of selected component (if applicable): ============================================================= Satellite 6.13.0 How reproducible: ================= 100% Steps to Reproduce: =================== 1. Login to Satellite UI 2. Create or verify there are atleast five life-cycle environments off of Library 3. Create two content views for testing 4. Attempt to change a host to a content view other then `Default Organization View` using the new Satellite UI and not the `Legacy`. Actual results: ============== User is unable to select any content view below `Default Organization View` when using the non-legacy Satellite WebUI. Expected results: ================= After selecting the LCE, then clicking on the `select content view`, the `Edit content view assignment` window should be dynamic and resize according to the populated CVs instead of only showing `Default Organization View`. AND The `Select content view` field within the `Edit content view assignment` window should be searchable. Workaround: =========== If the user holds CTRL + Mouse Scroll-wheel back, the page will zoom out thus showing the other content views present but at a base 100% zoom, the only present is the first (Default Organization View). Additional Info: ================ The following command can be used as a workaround to complete the task of switching the CV for the host when executed on the Satellite's CLI: # hammer host update --name <Host_fqdn> --lifecycle-environment "ENV_NAME" --content-view "CV_NAME" --organization-id <ORG_ID> Regards, Benjamin