Using katello plugin to mirror word

I am trying to mirror a local repo using katello, latest from git. Pulp
is pulp-server-2.3.0-0.16.alpha.fc19.noarch. I am getting the exception at

http://fpaste.org/72135/08577421/

I have pulp-rpm-yumplugins-2.3.0-0.16.alpha.fc19.noarch which I assume
gives me that distributor?

– bk

can you do a:

rpm -qa "pulp" | sort

and paste that? the yum distributor is actually in:

pulp-rpm-plugins

rpm -ql pulp-rpm-plugins-2.3.1-1.el6.noarch |grep yum_distributor

/usr/lib/pulp/plugins/distributors/yum_distributor

Mike

··· On 01/27/2014 01:26 PM, Bryan Kearney wrote: > I am trying to mirror a local repo using katello, latest from git. Pulp > is pulp-server-2.3.0-0.16.alpha.fc19.noarch. I am getting the exception at > > http://fpaste.org/72135/08577421/ > > I have pulp-rpm-yumplugins-2.3.0-0.16.alpha.fc19.noarch which I assume > gives me that distributor? > > -- bk >


Mike McCune
mmccune AT redhat.com
Red Hat Engineering | Portland, OR
Systems Management | 650-254-4248

I do have that installed. Could I have missd a config?

[bkearney@bkearney x86_64]$ rpm -qa "pulp" | sort
pulp-admin-client-2.3.0-0.16.alpha.fc19.noarch
pulp-katello-plugins-0.2-1.fc19.noarch
pulp-puppet-plugins-2.3.0-0.16.alpha.fc19.noarch
pulp-rpm-admin-extensions-2.3.0-0.16.alpha.fc19.noarch
pulp-rpm-plugins-2.3.0-0.16.alpha.fc19.noarch
pulp-rpm-yumplugins-2.3.0-0.16.alpha.fc19.noarch
pulp-server-2.3.0-0.16.alpha.fc19.noarch
python-pulp-bindings-2.3.0-0.16.alpha.fc19.noarch
python-pulp-client-lib-2.3.0-0.16.alpha.fc19.noarch
python-pulp-common-2.3.0-0.16.alpha.fc19.noarch
python-pulp-puppet-common-2.3.0-0.16.alpha.fc19.noarch
python-pulp-rpm-common-2.3.0-0.16.alpha.fc19.noarch
python-pulp-rpm-extension-2.3.0-0.16.alpha.fc19.noarch
[bkearney@bkearney x86_64]$ ls /usr/lib/p
pkgconfig/ polkit-1/ pulp/ python2.7/ python3.3/
[bkearney@bkearney x86_64]$ ls /usr/lib/pulp/
admin/ plugins/
[bkearney@bkearney x86_64]$ ls /usr/lib/pulp/plugins/distributors/
iso_distributor/ yum_clone_distributor/ yum_distributor/

– bk

··· On 01/27/2014 06:53 PM, Mike McCune wrote: > On 01/27/2014 01:26 PM, Bryan Kearney wrote: >> I am trying to mirror a local repo using katello, latest from git. Pulp >> is pulp-server-2.3.0-0.16.alpha.fc19.noarch. I am getting the >> exception at >> >> http://fpaste.org/72135/08577421/ >> >> I have pulp-rpm-yumplugins-2.3.0-0.16.alpha.fc19.noarch which I assume >> gives me that distributor? >> >> -- bk >> > > can you do a: > > rpm -qa "*pulp*" | sort > > and paste that? the yum distributor is actually in: > > pulp-rpm-plugins > > # rpm -ql pulp-rpm-plugins-2.3.1-1.el6.noarch |grep yum_distributor > /usr/lib/pulp/plugins/distributors/yum_distributor > .... > > > Mike >