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 1379345 - Capsule DHCP sets incorrect server.filename for RHEL on Power Clients.
Summary: Capsule DHCP sets incorrect server.filename for RHEL on Power Clients.
Keywords:
Status: CLOSED DUPLICATE of bug 1376191
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Provisioning
Version: 6.2.2
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: Unspecified
Assignee: satellite6-bugs
QA Contact: Katello QA List
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-09-26 12:31 UTC by Will D
Modified: 2019-12-16 06:53 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-09-29 09:36:51 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Foreman Issue Tracker 16734 0 Normal Duplicate DHCP sets incorrect server.filename for Power Clients. 2019-12-19 16:49:05 UTC

Description Will D 2016-09-26 12:31:07 UTC
Description of problem:
When provisioning a RHEL on Power system via Satellite 6, the provisioning logic selects the incorrect server.filename for bootp/dhcp requests.  

Version-Release number of selected component (if applicable):
Capsule:
foreman-debug-1.11.0.53-1.el7sat.noarch
foreman-discovery-image-3.1.1-16.el7sat.noarch
foreman-installer-1.11.0.10-1.el7sat.noarch
foreman-installer-katello-3.0.0.57-1.el7sat.noarch
foreman-proxy-1.11.0.6-1.el7sat.noarch
foreman-selinux-1.11.0.2-1.el7sat.noarch
katello-capsule-3.0.0-12.el7sat.noarch
satellite-capsule-6.2.2-1.1.el7sat.noarch
tfm-rubygem-hammer_cli_foreman-0.5.1.9-1.el7sat.noarch
tfm-rubygem-hammer_cli_foreman_discovery-0.0.2.3-1.el7sat.noarch


How reproducible:
every time

Steps to Reproduce:
1. Configure a new host via Hosts > All Hosts > New
2. Select Redhat 7.2 ppc64 as the Operating System on the Operating System Tab
3. Configure the primary interface as DHCP
4. Submit the new Host

Actual results:
Host is configured with default x86_64 pxelinux.0 image for supersede server.filename
host client.example.com {
  dynamic;
  hardware ethernet 9e:32:2e:5d:74:03;
  fixed-address 192.168.224.10;
        supersede server.filename = "pxelinux.0";
        supersede server.next-server = ac:19:c5:15;


Expected results:
Host is configured with default PPC64 core.elf image for supersede server.filename
host client.example.com {
  dynamic;
  hardware ethernet 9e:32:2e:5d:74:03;
  fixed-address 192.168.224.101;
        supersede server.filename = "boot/grub2/powerpc-ieee1275/core.elf";
        supersede server.next-server = ac:19:c5:15;

Additional info:
It appears that the entire boot infrastructure hasn't been properly configured in SAtellite 6 for RHEL on Power provisioning.

Comment 2 Stephen Benjamin 2016-09-28 19:35:21 UTC
Created redmine issue http://projects.theforeman.org/issues/16734 from this bug

Comment 4 Lukas Zapletal 2016-09-29 09:36:51 UTC

*** This bug has been marked as a duplicate of bug 1376191 ***


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