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.

Bug 788078

Summary: Distro arch is ignored
Product: Red Hat Satellite Reporter: Lukas Zapletal <lzap>
Component: APIAssignee: Bryan Kearney <bkearney>
Status: CLOSED CURRENTRELEASE QA Contact: Garik Khachikyan <gkhachik>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.0.1CC: gkhachik, mkoci
Target Milestone: UnspecifiedKeywords: Triaged
Target Release: Unused   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-08-22 18:25:25 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Lukas Zapletal 2012-02-07 12:08:46 UTC
Steps to Reproduce:
1. Sync a non x86-64 repo
2. Export the TDL
3. The arch tag contains always x86-64 in the XML output

It was hardcoded in our codebase because of:

https://bugzilla.redhat.com/show_bug.cgi?id=750265

Comment 1 Lukas Zapletal 2012-02-07 12:09:33 UTC
330f864 788078 - distro arch is not ignored anymore

Comment 3 Garik Khachikyan 2012-02-15 13:12:39 UTC
# VERIFIED

exporting TDO from Fedora 16 32bit repo applies on the *.xml file a tag like:

  <name>template_dev</name>
  <os>
    <name>Fedora</name>
    <version>16</version>
    <arch>i386</arch>
    <install type="url">
      <url>http://<fqdn>/pulp/ks/ACME_Corporation/Dev/custom/Fedora_16_-_32_bit/fedora-16-i386/</url>
    </install>
    <rootpw>******</rootpw>
  </os>

checked against:
---

katello-0.1.237-1.git.7.752d8de.el6.noarch
katello-cli-0.1.54-1.git.79.17c365f.el6.noarch
candlepin-0.5.17-1.el6.noarch
pulp-0.0.265-1.el6.noarch

Comment 5 Mike McCune 2013-08-16 18:07:21 UTC
getting rid of 6.0.0 version since that doesn't exist