Hide Forgot
+++ This bug was initially created as a clone of Bug #976435 +++ Description of problem: When syncing puppet content, katello needs a global proxy configuration similar to yum syncing. --- Additional comment from Michael Hrivnak on 2013-06-21 11:16:21 EDT --- I think we'll accomplish this by using nectar for puppet syncs. --- Additional comment from Randy Barlow on 2013-09-05 15:37:37 EDT --- I believe that Jason has submitted a pull request to use Nectar for Puppet syncs, and so given Mike's comment this may be ready to be marked POST? --- Additional comment from Michael Hrivnak on 2013-09-11 14:37:08 EDT --- We just need to make sure that the puppet importer has a config file somewhere similar to the yum importer. As long as it exists and we can verify that nectar config values in that file are used by the importer, this RFE should be done. --- Additional comment from Barnaby Court on 2013-09-26 08:45:18 EDT --- Pull Requests: https://github.com/pulp/pulp/pull/634 https://github.com/pulp/pulp_rpm/pull/339 https://github.com/pulp/pulp_puppet/pull/75 --- Additional comment from Jeff Ortel on 2013-09-26 16:54:15 EDT --- build: 2.3.0-0.16.alpha --- Additional comment from Preethi Thomas on 2013-10-07 09:26:50 EDT --- verified [root@pulp-v2-server ~]# rpm -qa pulp-server pulp-server-2.3.0-0.17.beta.el6.noarch [root@pulp-v2-server ~]# [root@pulp-v2-server ~]# pulp-admin puppet repo create --repo-id puppet-repo --feed http://forge.puppetlabs.com --queries stdlib,mysql --proxy-host http://pulp-proxy.usersys.redhat.com --proxy-port 3128 Successfully created repository [puppet-repo] [root@pulp-v2-server ~]# pulp-admin puppet repo sync run --repo-id puppet-repo +----------------------------------------------------------------------+ Synchronizing Repository [puppet-repo] +----------------------------------------------------------------------+ This command may be exited by pressing ctrl+c without affecting the actual operation on the server. Downloading metadata... [==================================================] 100% Metadata Query: 2/2 items ... completed Downloading new modules... [==================================================] 100% Module: 38/38 items ... completed Publishing modules... [==================================================] 100% Module: 38/38 items ... completed Generating repository metadata... [-] ... completed Publishing repository over HTTP... ... completed Publishing repository over HTTPS... ... skipped From nectar.log 2013-10-07 09:20:54,349 urllib3.connectionpool:INFO: Starting new HTTP connection (1): pulp-proxy.usersys.redhat.com 2013-10-07 09:20:54,351 urllib3.connectionpool:INFO: Starting new HTTP connection (1): pulp-proxy.usersys.redhat.com
Testing notes: katello-configure katello-configure --proxy-url http://host.example.com --proxy-port 3128 also, --proxy-user and --proxy-pass for authentication testing. non-authenticated testing in progress, authenticated will follow.
Retrieving content via unauthenticated proxy seems to work. However, bug #1021662 indicates that authenticated proxy is not presently working. This is similar to what I'm seeing in katello, as well.
Failing this until we get a working pulp that can handle authenticated proxy.
moving ON_QA since https://bugzilla.redhat.com/show_bug.cgi?id=1021662 is VERIFIED and is included in 2.3.0-0.26.beta
Will mark this verified, insofar as ncsa auth goes for squid. digest_pw method fails, and I'll write that up as a separate bz. pulp-server-2.3.0-0.26.beta.el6sat.noarch Satellite-6.0.2-RHEL-6-20131101.0
This was verified and delivered with MDP2. Closing it out.
This was delivered and verified with MDP2. Closing the bug.