Bug 818370
| Summary: | Changeset Fails to Promote with Candlepin RPM | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Satellite | Reporter: | james labocki <jlabocki> | ||||
| Component: | WebUI | Assignee: | Ivan Necas <inecas> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Kedar Bidarkar <kbidarka> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 6.0.1 | CC: | achan, asettle, bkearney, cpelland, dmacpher, gkhachik, inecas, mmccune, omaciel | ||||
| Target Milestone: | Unspecified | Keywords: | Triaged, ZStream | ||||
| Target Release: | Unused | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: |
System Engine incorrectly parsed the candlepin-cert package when attempting to promote a changeset containing a candlepin provider. This caused a partial import of the package and with an error:
"Failed to promote changeset".
This fix corrects the logic that parses the package names for the certificate package. Changeset promotion now works without error.
|
Story Points: | --- | ||||
| Clone Of: | |||||||
| : | 826717 (view as bug list) | Environment: | |||||
| Last Closed: | 2012-12-04 19:45:12 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: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 826717 | ||||||
| Attachments: |
|
||||||
Brad dug around a bit and it turns out it is a result of the way Katello parses the NVREA of the RPM put into the template name: candlepin-cert-consumer-seng1.example.com-1.0-1.noarch.rpm Katello improperly thinks the hyphens are the separators between the fields and ends up storing: #<SystemTemplatePackage id: nil, system_template_id: 8, package_name: "candlepin-cert", version: "consumer", release: "seng1.example.com", epoch: nil, arch: nil> bumping to 1.0.z since the bug is very difficult as an end user to understand why the promotion is failing. Fixed in commit 3359586c68ba55f7607b9db5f01577d4fca78acf qe-acked Created attachment 614855 [details]
Candlepin rpm repo's template
Created a template which had
a) custom RHEL distro from 'RHEL' provider
b) custom candlepin repo from 'candlepin' Provider
Created changeset containing
a) RHEL product,
b)candlepin repo, and
c) the above system template.
The promotion was successful.
The template downloaded from the Dev env is also attached, after promotion of changeset was successful.
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. http://rhn.redhat.com/errata/RHSA-2012-1543.html getting rid of 6.0.0 version since that doesn't exist |
Description of problem: Sequence of steps: Created a template which had our custom RHEL distro and custom candlepin prouct Created changeset containing RHEL product, candlepin repo, and system template. Promoted changeset from Library to Dev environment Promotion failed with: Failed to promote changeset 'my first changeset" to Dev environment However, the dev environment contains the promoted content Next, try to download the template from the Dev environment and receive: error At least repository must be present to export a TDL Exactly one distribution must be present to export a TDL One thing I noticed, is that during each promotion, all repo's associated with the promotion had a sync kicked off for it.