Bug 1469963

Summary: [Red Hat Satellite SKUs]: Attributes mismatch between Stage Candlepin and Prod Candlepin for 3 SKUs.
Product: Red Hat Satellite Reporter: Liu Song <soliu>
Component: Subscription ManagementAssignee: satellite6-bugs <satellite6-bugs>
Status: CLOSED CURRENTRELEASE QA Contact: Cole Higgins <chiggins>
Severity: high Docs Contact:
Priority: unspecified    
Version: UnspecifiedCC: bbuckingham, bkearney, liliu, mmccune, mrike, rjerrido, rriggs
Target Milestone: UnspecifiedKeywords: Triaged
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: 2018-05-07 10:02:09 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 Liu Song 2017-07-12 07:36:32 UTC
Description of problem:
[Red Hat Satellite SKUs]: Attributes mismatch between Stage Candlepin and Prod Candlepin for 3 SKUs.

Failed SKUs:
MCT3098
RC0310369
SER0302


Details:
MCT3098:: Failed to compare 'arch': Stage -- x86_64, Prod -- x86_64,s390x.
MCT3098:: Failed to compare 'multiplier': Stage -- 1, Prod -- 5.
RC0310369:: Failed to compare 'arch': Stage -- x86_64,ppc64le,ppc64,ia64,ppc,s390,x86,s390x, Prod -- x86_64,ppc64le,ppc64,ia64,aarch64,ppc,x86,s390,s390x.
SER0302:: Failed to compare 'support_level': Stage -- Self-Support, Prod -- Standard.

Comment 7 Liu Song 2018-05-07 10:01:50 UTC
@Rich Jerrido @Bryan Kearney
My apologize that this is an old bug, I didn't track it for a long time. The bug does not exist after last stage refresh.

Here is the latest result:
root - INFO - ==================0/3:MCT3098=======================
root - INFO - command of : curl -s -k http://servicejava.edge.stage.ext.phx2.redhat.com/svcrest/product/v3/products/MCT3098/tree|python -mjson.tool|grep "child"
root - INFO - result of : 0
root - INFO - output of :
root - INFO -             "child": "SVC2425",
['x86_64', 's390x']
root - INFO - command of : curl -s -k http://servicejava.edge.prod.ext.phx2.redhat.com/svcrest/product/v3/products/MCT3098/tree|python -mjson.tool|grep "child"
root - INFO - result of : 0
root - INFO - output of :
root - INFO -             "child": "SVC2425",
['x86_64', 's390x']
root - INFO - ==================1/3:RC0310369=======================
root - INFO - command of : curl -s -k http://servicejava.edge.stage.ext.phx2.redhat.com/svcrest/product/v3/products/RC0310369/tree|python -mjson.tool|grep "child"
root - INFO - result of : 0
root - INFO - output of :
root - INFO -             "child": "SVCSATELLITE",
['ppc', 'x86_64', 'x86', 'ppc64le', 'aarch64', 'ppc64', 's390', 's390x', 'ia64']
root - INFO - command of : curl -s -k http://servicejava.edge.prod.ext.phx2.redhat.com/svcrest/product/v3/products/RC0310369/tree|python -mjson.tool|grep "child"
root - INFO - result of : 0
root - INFO - output of :
root - INFO -             "child": "SVCSATELLITE",
['ppc', 'x86_64', 'x86', 'ppc64le', 'aarch64', 'ppc64', 's390', 's390x', 'ia64']
root - INFO - ==================2/3:SER0302=======================
root - INFO - command of : curl -s -k http://servicejava.edge.stage.ext.phx2.redhat.com/svcrest/product/v3/products/SER0302/tree|python -mjson.tool|grep "child"
root - INFO - result of : 0
root - INFO - output of :
root - INFO -             "child": "SVC1190",
['ppc', 'x86_64', 'x86', 's390', 'ppc64le', 'ppc64', 's390x', 'ia64']
root - INFO - command of : curl -s -k http://servicejava.edge.prod.ext.phx2.redhat.com/svcrest/product/v3/products/SER0302/tree|python -mjson.tool|grep "child"
root - INFO - result of : 0
root - INFO - output of :
root - INFO -             "child": "SVC1190",
['ppc', 'x86_64', 'x86', 's390', 'ppc64le', 'ppc64', 's390x', 'ia64']