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.
A tool tip is required on add_interface form adjacent to identifier field to clearly state what identifier user should provide based on type of interface
Created attachment 992103[details]
currently identifier field has help info like: Device identifier, i.e.: eth0 or eth1.1, which doesn't clearly state what identifier user should provide based on selected interface type
Description of problem:
While adding new_interface, the identifier field should have a tool-tip that clearly state what identifier user should specify based on type of interface.
If type is alias interface then identifier should be like eth0:0 assuming eth0 is the interface to which alias interface will be attached.
if type is vlan interface then identifier should be line eth0.1
if type is bond interface then identifier should be like bond0.
Version-Release number of selected component (if applicable):
Satellite-6.1.0-RHEL-6-20150210.0
Sat6.1.0 beta snap2
How reproducible:
always
Steps to Reproduce:
1. New/edit Host --> add_interface
2.
3.
Actual results:
currently identifier field has help info like: Device identifier, i.e.: eth0 or eth1.1
which doesn't clearly state what identifier user should provide based on selected interface type
Expected results:
the identifier field should have a tool-tip that clearly state what identifier user should specify based on type of interface.
Additional info:
Moving to POST since upstream bug http://projects.theforeman.org/issues/9435 has been closed
-------------
Marek Hulán
Applied in changeset commit:c3e83a58d6a7d9822340c89e016472d24f897582.
Verified with:
sat6.1 beta snap6 compose2
Satellite-6.1.0-RHEL-6-20150311.1
I can see the tool_tip or info box but when I clicked it, it was not expandable. Also firebug raises Network Error 404 on clicking it.
Please see the screenshot. Moving back to assigned.
Sachin, this is separate issue, please report it and set it as a blocker (tooltip does not work in modal window). It seems that this was fixed in upstream as a part of new networking. I think this should be ON_QA until the blocker is fixed.
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, 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-2015:1592
Created attachment 992103 [details] currently identifier field has help info like: Device identifier, i.e.: eth0 or eth1.1, which doesn't clearly state what identifier user should provide based on selected interface type Description of problem: While adding new_interface, the identifier field should have a tool-tip that clearly state what identifier user should specify based on type of interface. If type is alias interface then identifier should be like eth0:0 assuming eth0 is the interface to which alias interface will be attached. if type is vlan interface then identifier should be line eth0.1 if type is bond interface then identifier should be like bond0. Version-Release number of selected component (if applicable): Satellite-6.1.0-RHEL-6-20150210.0 Sat6.1.0 beta snap2 How reproducible: always Steps to Reproduce: 1. New/edit Host --> add_interface 2. 3. Actual results: currently identifier field has help info like: Device identifier, i.e.: eth0 or eth1.1 which doesn't clearly state what identifier user should provide based on selected interface type Expected results: the identifier field should have a tool-tip that clearly state what identifier user should specify based on type of interface. Additional info: