Issue #574
closeddocker repo sync complains that repo does not exist
Description
Description of problem:
After docker repo creation, sync fails with the error that repo does not exist.
- pulp-admin docker repo create --repo-id synctest --feed=https://index.docker.io --upstream-name=busybox
Repository [synctest] successfully created
[root@ec2-54-220-83-236 ~]# pulp-admin docker repo sync run --repo-id synctest
--------------------------------------------------------------------
Synchronizing Repository [synctest]
--------------------------------------------------------------------
This command may be exited via ctrl+c without affecting the request.
Task Failed
Missing resource(s): resource_id=synctest
[root@ec2-54-220-83-236 ~]# pulp-admin -u admin -p admin docker repo list
----------------------------------------------------------------------
Docker Repositories
--------------------------------------------------------------------
Id: myrepo
Display Name: myrepo
Description: None
Content Unit Counts:
Id: busybox
Display Name: busybox
Description: None
Content Unit Counts:
Id: synctest
Display Name: synctest
Description: None
Content Unit Counts:
[root@ec2-54-220-83-236 ~]# pulp-admin docker repo sync run --repo-id synctest
--------------------------------------------------------------------
Synchronizing Repository [synctest]
--------------------------------------------------------------------
This command may be exited via ctrl+c without affecting the request.
Task Failed
Missing resource(s): resource_id=synctest
Version-Release number of selected component (if applicable):
docker-0.2.1-0.2.beta
pulp-2.5.0-0.7.beta
How reproducible:
Steps to Reproduce:
1.
2.
3.
Actual results:
Expected results:
Additional info:
+ This bug was cloned from Bugzilla Bug #1151029 +
Updated by cduryee over 8 years ago
I ran through the steps in comment #0 without issue. I assume this was fixed in later versions of pulp_docker. I used pulp 2.5.0-0.11.beta with pulp_docker 0.2.1-0.2.beta.
Moving bug to ON_QA.
+ This comment was cloned from Bugzilla #1151029 comment 1 +
Updated by igulina@redhat.com over 8 years ago
rpm -qa | grep pulp-server
pulp-server-2.5.0-0.14.beta.fc20.noarch
rpm -qa | grep docker
pulp-docker-plugins-0.2.1-0.2.beta.fc20.noarch
pulp-admin docker repo create --repo-id synctest --feed=https://index.docker.io --upstream-name=busybox
Repository [synctest] successfully created
pulp-admin docker repo sync run --repo-id synctest
--------------------------------------------------------------------
Synchronizing Repository [synctest]
--------------------------------------------------------------------
This command may be exited via ctrl+c without affecting the request.
Retrieving metadata
[|]
... completed
Copying units already in pulp
[-]
... completed
Downloading remote files
[\]
... completed
Saving images and tags
[-]
... completed
Task Succeeded
pulp-admin docker repo list
--------------------------------------------------------------------
Docker Repositories
--------------------------------------------------------------------
Id: synctest
Display Name: synctest
Description: None
Content Unit Counts:
Docker Image: 10
+ This comment was cloned from Bugzilla #1151029 comment 2 +
Updated by rbarlow over 8 years ago
- Status changed from 6 to CLOSED - CURRENTRELEASE
- Target Release - Docker set to 1.0.0
Updated by bmbouter over 8 years ago
- Version deleted (
2.5) - Version - Docker set to master