<div dir="ltr"><div>Hi Randy,</div><div>          Thanks for your reply but this did not solve the problem.</div><div><span class="" style="white-space:pre">              </span>  </div><div>I replaced these variables as you explained : $releasever $basearch</div><div><br></div><div>Please see below:</div><div><br></div><div>[root@pulp01 /]# pulp-admin -uadmin -padmin rpm repo create --repo-id rhel-7-server \</div><div>> --feed <a href="https://cdn.redhat.com/content/dist/rhel/server/7/7Server/x86_64/os">https://cdn.redhat.com/content/dist/rhel/server/7/7Server/x86_64/os</a> \</div><div>> --feed-ca-cert=/etc/rhsm/ca/redhat-uep.pem \</div><div>> --feed-key=/etc/pki/entitlement/6666666666666666-key.pem \</div><div>> --feed-cert=/etc/pki/entitlement/6666666666666666.pem \</div><div>> --display-name "rhel-7-server" --description "RHEL 7 YUM Files"</div><div><br></div><div>Successfully created repository [rhel-7-server]</div><div><br></div><div>[root@pulp01 /]# pulp-admin rpm repo sync run --repo-id=rhel-7-server</div><div>+----------------------------------------------------------------------+</div><div>                Synchronizing Repository [rhel-7-server]</div><div>+----------------------------------------------------------------------+</div><div><br></div><div>An error occurred attempting to contact the server. More information can be</div><div>found in the client log file ~/.pulp/admin.log.</div><div><br></div><div>cat ~/.pulp/admin.log</div><div><br></div><div>2014-10-28 15:25:38,573 - ERROR - Client-side exception occurred</div><div>Traceback (most recent call last):</div><div>  File "/usr/lib/python2.7/site-packages/pulp/client/extensions/core.py", line 478, in run</div><div>    exit_code = Cli.run(self, args)</div><div>  File "/usr/lib/python2.7/site-packages/okaara/cli.py", line 974, in run</div><div>    exit_code = command_or_section.execute(self.prompt, remaining_args)</div><div>  File "/usr/lib/python2.7/site-packages/pulp/client/extensions/extensions.py", line 224, in execute</div><div>    return self.method(*arg_list, **clean_kwargs)</div><div>  File "/usr/lib/python2.7/site-packages/pulp/client/commands/repo/sync_publish.py", line 124, in run</div><div>    existing_sync_tasks = _get_repo_tasks(self.context, repo_id, 'sync')</div><div>  File "/usr/lib/python2.7/site-packages/pulp/client/commands/repo/sync_publish.py", line 312, in _get_repo_tasks</div><div>    return context.server.tasks_search.search(**repo_search_criteria)</div><div>  File "/usr/lib/python2.7/site-packages/pulp/bindings/tasks.py", line 138, in search</div><div>    tasks = super(TaskSearchAPI, self).search(**kwargs)</div><div>  File "/usr/lib/python2.7/site-packages/pulp/bindings/search.py", line 106, in search</div><div>    response = self.server.POST(self.PATH, {'criteria':kwargs})</div><div>  File "/usr/lib/python2.7/site-packages/pulp/bindings/server.py", line 99, in POST</div><div>    return self._request('POST', path, body=body, ensure_encoding=ensure_encoding)</div><div>  File "/usr/lib/python2.7/site-packages/pulp/bindings/server.py", line 143, in _request</div><div>    response_code, response_body = self.server_wrapper.request(method, url, body)</div><div>  File "/usr/lib/python2.7/site-packages/pulp/bindings/server.py", line 333, in request</div><div>    raise exceptions.ConnectionException(None, str(err), None)</div><div>ConnectionException: (None, 'tlsv1 alert unknown ca', None)</div><div><br></div><div>Any more ideas?</div><div><br></div><div>Thanks</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Oct 28, 2014 at 1:50 AM, Randy Barlow <span dir="ltr"><<a href="mailto:rbarlow@redhat.com" target="_blank">rbarlow@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 10/26/2014 09:09 PM, Gavin Jones wrote:<br>
> --feed<br>
> <a href="https://cdn.redhat.com/content/dist/rhel/server/7/$releasever/$basearch/os" target="_blank">https://cdn.redhat.com/content/dist/rhel/server/7/$releasever/$basearch/os</a> \<br>
<br>
This is the problem - you have to fill out these variables because Pulp<br>
doesn't know which release or arch you want. For example, you could use<br>
7Server and x86_64.<br>
<br>
<br>_______________________________________________<br>
Pulp-list mailing list<br>
<a href="mailto:Pulp-list@redhat.com">Pulp-list@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/pulp-list" target="_blank">https://www.redhat.com/mailman/listinfo/pulp-list</a><br></blockquote></div><br></div>