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.
Bug 2118689 - Boding interface bondig slaves are always changed to lower case
Summary: Boding interface bondig slaves are always changed to lower case
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Provisioning
Version: 6.12.0
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: 6.12.0
Assignee: satellite6-bugs
QA Contact: sganar
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-08-16 13:10 UTC by Stefan Nemeth
Modified: 2022-11-16 13:35 UTC (History)
6 users (show)

Fixed In Version: foreman-3.3.0.4-1
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 2122184 (view as bug list)
Environment:
Last Closed: 2022-11-16 13:35:16 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Foreman Issue Tracker 35377 0 Normal Closed Boding interface bondig slaves are always changed to lower case 2022-08-22 13:14:57 UTC
Red Hat Issue Tracker SAT-12361 0 None None None 2022-08-22 13:21:04 UTC
Red Hat Product Errata RHSA-2022:8506 0 None None None 2022-11-16 13:35:25 UTC

Description Stefan Nemeth 2022-08-16 13:10:59 UTC
Description of problem:

If there is a netowrk card which has upper case in its identifier, satellite always changes it to lower case in kickstart file making provisioning fail and bond not to come up


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

6.11

How reproducible:

100%

Steps to Reproduce:
1.have interfaces like enP2s2091f0,enP1s2088f0
2.configure netoworking in satellite
3.provision the server
4. check its kickstart file

Actual results:

bondslaves=enp1s2088f0,enp2s2091f0

later in ks file

# enP2s2091f0 interface

# enP1s2088f0 interface


Expected results:

bondslaves=enp1s2088f0,enp2s2091f0

later in ks file

# enP2s2091f0 interface

# enP1s2088f0 interface

Additional info:

responsible code is 

/usr/share/foreman/app/models/nic/with_attached_devices.rb


def attached_devices=(devices)
    devices = devices.split(SEPARATOR) if devices.is_a?(String)
    super(devices.map { |i| i.downcase.strip }.join(SEPARATOR))
  end

we should remove downcase from the code

Comment 5 Bryan Kearney 2022-08-22 12:05:22 UTC
Moving this bug to POST for triage into Satellite since the upstream issue https://projects.theforeman.org/issues/35377 has been resolved.

Comment 7 sganar 2022-09-14 09:58:58 UTC
Verified.

Tested on Satellite 6.12.0 Snap 10.0

Comment 11 errata-xmlrpc 2022-11-16 13:35:16 UTC
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.12 Release), 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-2022:8506


Note You need to log in before you can comment on or make changes to this bug.