Bug 1379345

Summary: Capsule DHCP sets incorrect server.filename for RHEL on Power Clients.
Product: Red Hat Satellite Reporter: Will D <will_darton>
Component: ProvisioningAssignee: satellite6-bugs <satellite6-bugs>
Status: CLOSED DUPLICATE QA Contact: Katello QA List <katello-qa-list>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.2.2CC: lzap, stbenjam
Target Milestone: Unspecified   
Target Release: Unused   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-09-29 09:36:51 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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 ***