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 1333671

Summary: Unable to sync docker repo https://registry.access.redhat.com
Product: Red Hat Satellite Reporter: Chris Jenkins <cjenkins>
Component: PulpAssignee: satellite6-bugs <satellite6-bugs>
Status: CLOSED DUPLICATE QA Contact: Katello QA List <katello-qa-list>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.2.0CC: cjenkins, inecas
Target Milestone: Unspecified   
Target Release: Unused   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-05-17 09:26:43 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 Chris Jenkins 2016-05-06 07:11:19 UTC
Description of problem: Unable to sync https://registry.access.redhat.com

Version-Release number of selected component (if applicable): 6.2 Beta

How reproducible:
Always

Steps to Reproduce:
1. Create a new product using:
# hammer product create --name='Containers' --organization='Default Organization'
2. Create a Docker repo within this product using:
# hammer repository create --name='rhel' --organization='Default Organization' --product='Containers' --content-type='docker' --url='https://registry.access.redhat.com' --docker-upstream-name='rhel' --publish-via-http="true" 
3. Try to sync the repo using:
hammer product synchronize --organization='Default Organization' --name='Containers'

Actual results:
DKR1008: Could not find registry API at https://registry.access.redhat.com

Expected results:
Successful sync

Additional info:
No proxy used and it's possible to curl https://registry.access.redhat.com from the Satellite server.

It is possible to sync from https://registry-1.docker.io (which uses the docker API v2) which is supported in Sat 6.2. Version 1 was included in Sat 6.1 but it seems to not be in Sat6.2 which means we are unable to sync from our own repositories.

Comment 1 Ivan Necas 2016-05-17 09:26:43 UTC

*** This bug has been marked as a duplicate of bug 1332541 ***