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 ?
[root@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
_______________________________________________
Pulp-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/pulp-list

Reply via email to