Bug 951633
| Summary: | installed product with comma separated arch attribute fails to go green | ||
|---|---|---|---|
| Product: | [Community] Candlepin (Migrated to Jira) | Reporter: | John Sefler <jsefler> |
| Component: | candlepin | Assignee: | Carter Kozak <ckozak> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Katello QA List <katello-qa-list> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 0.9 | CC: | bkearney, redakkan |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-10-01 13:50:45 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: | 840995, 920191 | ||
|
Description
John Sefler
2013-04-12 16:14:43 UTC
commit e1d7928eb7f14fa604cc4e114ae810a32f043794
Author: Carter Kozak <ckozak>
Date: Fri Apr 12 09:47:11 2013 -0400
Hard code product attribute separator into rules.js
commit 95cf5dc22ccb41d929a3ab787c8be31b1d8233e5
Author: Carter Kozak <ckozak>
Date: Wed Apr 10 11:00:07 2013 -0400
fix parsing of entitlements with multiple architectures
Verified on [root@localhost ~]# rpm -qa subscription* subscription-manager-migration-1.8.5-1.git.31.709e459.el7.x86_64 subscription-manager-1.8.5-1.git.31.709e459.el7.x86_64 subscription-manager-gui-1.8.5-1.git.31.709e459.el7.x86_64 subscription-manager-firstboot-1.8.5-1.git.31.709e459.el7.x86_64 subscription-manager-migration-data-1.13.0.0-1.git.3.fb64211.el7.noarch [root@rehana-candlepin candlepin]# git show-ref | grep master 5af7b92139a1476cb8e4fbaaa5f71c23e0122e1c refs/heads/master [root@localhost pki]# subscription-manager facts --list | grep cpu_socket cpu.cpu_socket(s): 1 [root@localhost ~]# subscription-manager register --autosubscribe Username: admin Password: Organization: admin The system has been registered with id: bb76a7cd-7758-4e5a-88b0-f955aee64f38 Installed Product Current Status: Product Name: Awesome OS for S390 Bits Status: Not Subscribed Product Name: Awesome OS Developer Bits Status: Not Subscribed Product Name: Awesome OS Developer Basic Status: Not Subscribed Product Name: Awesome OS for x86_64/i686/ia64/ppc/ppc64/s390x/s390 Bits Status: Subscribed Product Name: Virt Only Awesome OS for i386 Bits Status: Not Subscribed Product Name: Awesome OS for x86 Bits Status: Not Subscribed Product Name: Multiplier Product Bits Status: Not Subscribed Product Name: Awesome OS Workstation Bits Status: Subscribed Observed that the product "Awesome OS for x86_64/i686/ia64/ppc/ppc64/s390x/s390 Bits" is now getting fully "Subscribed". Hence moving this bug to "Verified" |