[Pulp-list] Issue in Target repository republish after a copy

Vijayabalan Balakrishnan bvijaycom at gmail.com
Thu Feb 19 20:19:57 UTC 2015


In my POC environment after i copy the repository even if i publish also
not accessible via http. is it a bug ?

Help needed ...


*Create the master repo with origin feed*

# pulp-admin rpm repo create --repo-id master_rhel6_st_repo
--retain-old-count 2 --serve-http true --relative-url epel-6 --feed
http://mirror.centos.org/centos/7/updates/x86_64/

*Sync and download all the rpms from origin*

# pulp-admin rpm repo sync run --repo-id origin_master_centos6_st_repo

Now i am *created new empty repo*

# pulp-admin rpm repo create --repo-id=pulp-snapshot

*Taking snapshot/copy from master repo.*

# pulp-admin rpm repo copy rpm --from-repo-id=origin_master_centos6_st_repo
--to-repo-id=1Q2015-dev-rhel6

Now even i have published manually through following command also this
repository is not showing via http ...

# pulp-admin rpm repo publish run --repo-id pulp-snapshot

I have executed several times the above command and still if i access the
following url this pulp-snapshot is not showing...

*Pulp Server = 192.168.1.1 *

http://192.168.1.1/pulp/repos/


In this url i am seeing the master repository only
http://192.168.1.1/pulp/repos/master_rhel6_st_repo

but http://192.168.1.1/pulp/repos/pulp-snapshot is not coming ?

Any idea ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/pulp-list/attachments/20150220/e515e04b/attachment.htm>
-------------- next part --------------
[root at pulp-server1 ~]# pulp-admin rpm repo publish run --repo-id pulp-snapshot
+----------------------------------------------------------------------+
                Publishing Repository [pulp-snapshot]
+----------------------------------------------------------------------+

This command may be exited via ctrl+c without affecting the request.


Copying files
[-]
... completed

Initializing repo metadata
[-]
... completed

Publishing Distribution files
[-]
... completed

Publishing RPMs
[\]
... completed

Publishing Delta RPMs
... skipped

Publishing Errata
[-]
... completed

Publishing Comps file
[\]
... completed

Publishing Metadata.
[-]
... completed

Closing repo metadata
[-]
... completed

Generating sqlite files
... skipped

Publishing files to web
[-]
... completed

Writing Listings File
[-]
... completed


Task Succeeded


More information about the Pulp-list mailing list