Project

General

Profile

Actions

Bug #12740

closed

BasicAuth with active Proxy in Pulp not working

Added by Matthias Thubauville over 8 years ago. Updated over 5 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
Repositories
Target version:
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

Description

I'm trying to setup a basic auth connection to some repositories, while having a proxy active in

# cat /etc/pulp/server/plugins.conf.d/yum_importer.json
{
    "proxy_host": "http://proxy.example.com",

    "proxy_port": "8080",

    "proxy_username": "",
    "proxy_password": "" 
}

Using this configuration gives me the following error and traceback:
# hammer repository synchronize --organization-id=1 --product "CentOS" --name "CentOS 6 Updates"                                                                                                                                                                                                                                                                           
[Foreman] Password for admin:                                                                                                                                                                                                                                                                                                                                              
[...........................................................................................................................................................................................................] [100%]                                                                                                                                                       
Yum Metadata: Authorization Required                                                                                                                                                                                                                                                                                                                                       
PLP0000: Importer indicated a failed response  

2015-12-08 13:41:29 [app] [I]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
 | Started PUT "/katello/api/v2/repositories/1?organization_id=1" for 172.28.128.1 at 2015-12-08 13:41:29 +0100                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
2015-12-08 13:41:30 [app] [I] Processing by Katello::Api::V2::RepositoriesController#update as JSON                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
2015-12-08 13:41:30 [app] [I]   Parameters: {"content_type"=>"yum", "docker_upstream_name"=>nil, "unprotected"=>true, "full_path"=>"https://foreman.vagrant.dev/pulp/repos/ORG/Library/custom/CentOS/CentOS_6_Updates", "checksum_type"=>nil, "container_repository_name"=>nil, "url"=>"https://user:password@mirror.example.com/centos/6/updates/x86_64/", "relative_path"=>"ORG/Library/custom/CentOS/CentOS_6_Updates", "major"=>nil, "minor"=>nil, "gpg_key_id"=>nil, "content_id"=>"1449577235169", "content_view_version_id"=>1, "library_instance_id"=>nil, "product_type"=>"custom", "promoted"=>false, "organization"=>{"name"=>"ORG", "label"=>"ORG", "id"=>1}, "created_at"=>"2015-12-08T13:20:34+01:00", "updated_at"=>"2015-12-08T13:31:54+01:00", "id"=>"1", "name"=>"CentOS 6 Updates", "label"=>"CentOS_6_Updates", "product"=>{"id"=>1, "cp_id"=>"1449577142661", "name"=>"CentOS", "sync_plan"=>["name", "description", "sync_date", "interval", "next_sync"]}, "last_sync"=>{"id"=>"0e79b205-548c-48a1-973f-8fde270eb8f9", "username"=>"admin", "started_at"=>"2015-12-08T13:37:52+01:00", "ended_at"=>"2015-12-08T13:37:55+01:00", "state"=>"stopped", "result"=>"warning", "progress"=>1}, "content_counts"=>{"docker_image"=>0, "docker_tag"=>0, "rpm"=>0, "package"=>0, "package_group"=>nil, "erratum"=>0, "puppet_module"=>0}, "last_sync_words"=>"4 minutes", "gpg_key"=>nil, "environment"=>{"id"=>1}, "permissions"=>{"deletable"=>true}, "organization_id"=>"1", "api_version"=>"v2", "repository"=>{"id"=>"1", "name"=>"CentOS 6 Updates", "created_at"=>"2015-12-08T13:20:34+01:00", "updated_at"=>"2015-12-08T13:31:54+01:00", "major"=>nil, "minor"=>nil, "gpg_key_id"=>nil, "library_instance_id"=>nil, "content_id"=>"1449577235169", "label"=>"CentOS_6_Updates", "content_view_version_id"=>1, "relative_path"=>"ORG/Library/custom/CentOS/CentOS_6_Updates", "url"=>"https://user:password@mirror.example.com/centos/6/updates/x86_64/", "unprotected"=>true, "content_type"=>"yum", "checksum_type"=>nil, "docker_upstream_name"=>nil}}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
2015-12-08 13:41:33 [app] [I]   Rendered /opt/theforeman/tfm/root/usr/share/gems/gems/katello-2.4.0.rc3/app/views/katello/api/v2/repositories/show.json.rabl within katello/api/v2/layouts/resource (1403.3ms)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         
2015-12-08 13:41:33 [app] [I] Completed 200 OK in 3104ms (Views: 1370.8ms | ActiveRecord: 70.8ms)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      
2015-12-08 13:42:03 [app] [I]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
 | Started POST "/katello/api/v2/repositories/1/sync?organization_id=1" for 172.28.128.1 at 2015-12-08 13:42:03 +0100                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
2015-12-08 13:42:03 [app] [I] Processing by Katello::Api::V2::RepositoriesController#sync as JSON                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      
2015-12-08 13:42:03 [app] [I]   Parameters: {"id"=>"1", "organization_id"=>"1", "api_version"=>"v2", "repository"=>{"id"=>"1"}}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
2015-12-08 13:42:03 [app] [I]   Rendered /opt/theforeman/tfm/root/usr/share/gems/gems/katello-2.4.0.rc3/app/views/katello/api/v2/repositories/sync.json.rabl within katello/api/v2/layouts/resource (101.0ms)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
2015-12-08 13:42:03 [app] [I] Completed 202 Accepted in 379ms (Views: 106.4ms | ActiveRecord: 21.1ms)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
2015-12-08 13:42:04 [app] [I]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
 | Started POST "/foreman_tasks/api/tasks/bulk_search" for 172.28.128.1 at 2015-12-08 13:42:04 +0100                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   
2015-12-08 13:42:04 [app] [I] Processing by ForemanTasks::Api::TasksController#bulk_search as JSON                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
2015-12-08 13:42:04 [app] [I]   Parameters: {"searches"=>[{"type"=>"task", "task_id"=>"92abec7c-e89d-4a30-9611-b156a6dbfb04", "search_id"=>"5"}], "task"=>{}}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
2015-12-08 13:42:04 [app] [I] Completed 200 OK in 194ms (Views: 1.5ms | ActiveRecord: 73.6ms)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
2015-12-08 13:42:05 [app] [I]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
 | Started POST "/katello/api/v2/repositories/sync_complete?token=HpPASfpHmwePS7ax5djodkKnnYTMaqNr" for 127.0.0.1 at 2015-12-08 13:42:05 +0100                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         
2015-12-08 13:42:05 [app] [I] Processing by Katello::Api::V2::RepositoriesController#sync_complete as JSON                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             
2015-12-08 13:42:05 [app] [I]   Parameters: {"call_report"=>"[FILTERED]", "event_type"=>"repo.sync.finish", "payload"=>{"importer_id"=>"yum_importer", "exception"=>nil, "repo_id"=>"ORG-CentOS-CentOS_6_Updates", "traceback"=>nil, "started"=>"2015-12-08T12:42:04Z", "_ns"=>"repo_sync_results", "completed"=>"2015-12-08T12:42:05Z", "importer_type_id"=>"yum_importer", "error_message"=>nil, "summary"=>{"content"=>{"state"=>"NOT_STARTED"}, "comps"=>{"state"=>"NOT_STARTED"}, "distribution"=>{"state"=>"NOT_STARTED"}, "errata"=>{"state"=>"NOT_STARTED"}, "metadata"=>{"state"=>"FAILED"}}, "added_count"=>0, "result"=>"failed", "updated_count"=>0, "details"=>{"content"=>{"size_total"=>0, "items_left"=>0, "items_total"=>0, "state"=>"NOT_STARTED", "size_left"=>0, "details"=>{"rpm_total"=>0, "rpm_done"=>0, "drpm_total"=>0, "drpm_done"=>0}, "error_details"=>[]}, "comps"=>{"state"=>"NOT_STARTED"}, "distribution"=>{"items_total"=>0, "state"=>"NOT_STARTED", "error_details"=>[], "items_left"=>0}, "errata"=>{"state"=>"NOT_STARTED"}, "metadata"=>{"state"=>"FAILED", "error"=>"Authorization Required"}}, "id"=>"5666d01d000f2b3f0b5a33de", "removed_count"=>0}, "token"=>"HpPASfpHmwePS7ax5djodkKnnYTMaqNr", "api_version"=>"v2", "repository"=>{}}                                       
2015-12-08 13:42:05 [app] [I] Sync_complete called for CentOS 6 Updates, running after_sync.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           
2015-12-08 13:42:05 [app] [I] Completed 200 OK in 36ms (Views: 0.3ms | ActiveRecord: 2.3ms)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            
2015-12-08 13:42:05 [foreman-tasks/action] [E] PLP0000: Importer indicated a failed response (Katello::Errors::PulpError)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
 | /opt/theforeman/tfm/root/usr/share/gems/gems/katello-2.4.0.rc3/app/lib/actions/pulp/abstract_async_task.rb:71:in `block in done?'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   
 | /opt/theforeman/tfm/root/usr/share/gems/gems/katello-2.4.0.rc3/app/lib/actions/pulp/abstract_async_task.rb:69:in `each'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             
 | /opt/theforeman/tfm/root/usr/share/gems/gems/katello-2.4.0.rc3/app/lib/actions/pulp/abstract_async_task.rb:69:in `done?'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            
 | /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.7/lib/dynflow/action/polling.rb:28:in `run'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
 | /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.7/lib/dynflow/action/cancellable.rb:9:in `run'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             
 | /opt/theforeman/tfm/root/usr/share/gems/gems/katello-2.4.0.rc3/app/lib/actions/pulp/abstract_async_task.rb:45:in `run'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
 | /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.7/lib/dynflow/action.rb:506:in `block (3 levels) in execute_run'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           
 | /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.7/lib/dynflow/middleware/stack.rb:26:in `call'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             
 | /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.7/lib/dynflow/middleware/stack.rb:26:in `pass'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             
 | /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.7/lib/dynflow/middleware.rb:16:in `pass'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   
 | /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.7/lib/dynflow/middleware.rb:29:in `run'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
 | /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.7/lib/dynflow/middleware/stack.rb:22:in `call'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             
 | /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.7/lib/dynflow/middleware/stack.rb:26:in `pass'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             
 | /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.7/lib/dynflow/middleware.rb:16:in `pass'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   
 | /opt/theforeman/tfm/root/usr/share/gems/gems/katello-2.4.0.rc3/app/lib/actions/middleware/remote_action.rb:16:in `block in run'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
 | /opt/theforeman/tfm/root/usr/share/gems/gems/katello-2.4.0.rc3/app/lib/actions/middleware/remote_action.rb:46:in `block (2 levels) in as_remote_user'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
 | /opt/theforeman/tfm/root/usr/share/gems/gems/katello-2.4.0.rc3/app/lib/katello/util/thread_session.rb:72:in `pulp_config'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           
 | /opt/theforeman/tfm/root/usr/share/gems/gems/katello-2.4.0.rc3/app/lib/actions/middleware/remote_action.rb:32:in `as_pulp_user'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
 | /opt/theforeman/tfm/root/usr/share/gems/gems/katello-2.4.0.rc3/app/lib/actions/middleware/remote_action.rb:45:in `block in as_remote_user'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
 | /opt/theforeman/tfm/root/usr/share/gems/gems/katello-2.4.0.rc3/app/lib/katello/util/thread_session.rb:79:in `cp_config'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             
 | /opt/theforeman/tfm/root/usr/share/gems/gems/katello-2.4.0.rc3/app/lib/actions/middleware/remote_action.rb:27:in `as_cp_user'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
 | /opt/theforeman/tfm/root/usr/share/gems/gems/katello-2.4.0.rc3/app/lib/actions/middleware/remote_action.rb:44:in `as_remote_user'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   
 | /opt/theforeman/tfm/root/usr/share/gems/gems/katello-2.4.0.rc3/app/lib/actions/middleware/remote_action.rb:16:in `run'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
 | /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.7/lib/dynflow/middleware/stack.rb:22:in `call'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             
 | /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.7/lib/dynflow/middleware/stack.rb:26:in `pass'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             
 | /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.7/lib/dynflow/middleware.rb:16:in `pass'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   
 | /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.7/lib/dynflow/action/progress.rb:30:in `with_progress_calculation'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         
 | /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.7/lib/dynflow/action/progress.rb:16:in `run'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
 | /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.7/lib/dynflow/middleware/stack.rb:22:in `call'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             
 | /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.7/lib/dynflow/middleware/stack.rb:26:in `pass'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             
 | /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.7/lib/dynflow/middleware.rb:16:in `pass'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   
 | /opt/theforeman/tfm/root/usr/share/gems/gems/katello-2.4.0.rc3/app/lib/actions/middleware/keep_locale.rb:11:in `block in run'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
 | /opt/theforeman/tfm/root/usr/share/gems/gems/katello-2.4.0.rc3/app/lib/actions/middleware/keep_locale.rb:22:in `with_locale'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
 | /opt/theforeman/tfm/root/usr/share/gems/gems/katello-2.4.0.rc3/app/lib/actions/middleware/keep_locale.rb:11:in `run'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
 | /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.7/lib/dynflow/middleware/stack.rb:22:in `call'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             
 | /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.7/lib/dynflow/middleware/world.rb:30:in `execute'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
 | /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.7/lib/dynflow/action.rb:505:in `block (2 levels) in execute_run'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           
 | /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.7/lib/dynflow/action.rb:504:in `catch'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
 | /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.7/lib/dynflow/action.rb:504:in `block in execute_run'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      
 | /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.7/lib/dynflow/action.rb:419:in `call'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      
 | /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.7/lib/dynflow/action.rb:419:in `block in with_error_handling'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
 | /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.7/lib/dynflow/action.rb:419:in `catch'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
 | /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.7/lib/dynflow/action.rb:419:in `with_error_handling'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
 | /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.7/lib/dynflow/action.rb:499:in `execute_run'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
 | /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.7/lib/dynflow/action.rb:260:in `execute'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   
 | /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.7/lib/dynflow/execution_plan/steps/abstract_flow_step.rb:9:in `block (2 levels) in execute'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
 | /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.7/lib/dynflow/execution_plan/steps/abstract.rb:155:in `call'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
 | /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.7/lib/dynflow/execution_plan/steps/abstract.rb:155:in `with_meta_calculation'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
 | /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.7/lib/dynflow/execution_plan/steps/abstract_flow_step.rb:8:in `block in execute'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           
 | /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.7/lib/dynflow/execution_plan/steps/abstract_flow_step.rb:22:in `open_action'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
 | /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.7/lib/dynflow/execution_plan/steps/abstract_flow_step.rb:7:in `execute'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
 | /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.7/lib/dynflow/executors/parallel/worker.rb:15:in `block in on_message'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
 | /opt/theforeman/tfm/root/usr/share/gems/gems/algebrick-0.7.3/lib/algebrick/matchers/abstract.rb:74:in `block in assigns'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            
 | /opt/theforeman/tfm/root/usr/share/gems/gems/algebrick-0.7.3/lib/algebrick/matchers/abstract.rb:73:in `tap'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         
 | /opt/theforeman/tfm/root/usr/share/gems/gems/algebrick-0.7.3/lib/algebrick/matchers/abstract.rb:73:in `assigns'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
 | /opt/theforeman/tfm/root/usr/share/gems/gems/algebrick-0.7.3/lib/algebrick/matching.rb:56:in `match_value'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
 | /opt/theforeman/tfm/root/usr/share/gems/gems/algebrick-0.7.3/lib/algebrick/matching.rb:36:in `block in match?'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      
 | /opt/theforeman/tfm/root/usr/share/gems/gems/algebrick-0.7.3/lib/algebrick/matching.rb:35:in `each'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
 | /opt/theforeman/tfm/root/usr/share/gems/gems/algebrick-0.7.3/lib/algebrick/matching.rb:35:in `match?'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
 | /opt/theforeman/tfm/root/usr/share/gems/gems/algebrick-0.7.3/lib/algebrick/matching.rb:23:in `match'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
 | /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.7/lib/dynflow/executors/parallel/worker.rb:12:in `on_message'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
 | /opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.1.0/lib/concurrent/actor/context.rb:47:in `on_envelope'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         
 | /opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.1.0/lib/concurrent/actor/behaviour/executes_context.rb:7:in `on_envelope'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
 | /opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.1.0/lib/concurrent/actor/behaviour/abstract.rb:26:in `pass'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
 | /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.7/lib/dynflow/actor.rb:26:in `on_envelope'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
 | /opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.1.0/lib/concurrent/actor/behaviour/abstract.rb:26:in `pass'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
 | /opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.1.0/lib/concurrent/actor/behaviour/awaits.rb:15:in `on_envelope'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
 | /opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.1.0/lib/concurrent/actor/behaviour/abstract.rb:26:in `pass'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
 | /opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.1.0/lib/concurrent/actor/behaviour/sets_results.rb:14:in `on_envelope'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
 | /opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.1.0/lib/concurrent/actor/behaviour/abstract.rb:26:in `pass'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
 | /opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.1.0/lib/concurrent/actor/behaviour/buffer.rb:38:in `process_envelope'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           
 | /opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.1.0/lib/concurrent/actor/behaviour/buffer.rb:31:in `process_envelopes?'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         
 | /opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.1.0/lib/concurrent/actor/behaviour/buffer.rb:20:in `on_envelope'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
 | /opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.1.0/lib/concurrent/actor/behaviour/abstract.rb:26:in `pass'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
 | /opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.1.0/lib/concurrent/actor/behaviour/termination.rb:55:in `on_envelope'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           
 | /opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.1.0/lib/concurrent/actor/behaviour/abstract.rb:26:in `pass'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
 | /opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.1.0/lib/concurrent/actor/behaviour/removes_child.rb:10:in `on_envelope'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         
 | /opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.1.0/lib/concurrent/actor/behaviour/abstract.rb:26:in `pass'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
 | /opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.1.0/lib/concurrent/actor/behaviour/sets_results.rb:14:in `on_envelope'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
 | /opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.1.0/lib/concurrent/actor/core.rb:161:in `process_envelope'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      
 | /opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.1.0/lib/concurrent/actor/core.rb:95:in `block in on_envelope'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   
 | /opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.1.0/lib/concurrent/actor/core.rb:118:in `block (2 levels) in schedule_execution'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
 | /opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-0.9.0/lib/concurrent/synchronization/monitor_object.rb:17:in `block in synchronize'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
 | /opt/rh/ruby193/root/usr/share/ruby/monitor.rb:211:in `mon_synchronize'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             
 | /opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-0.9.0/lib/concurrent/synchronization/monitor_object.rb:17:in `synchronize'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             
 | /opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.1.0/lib/concurrent/actor/core.rb:115:in `block in schedule_execution'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           
 | /opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-0.9.0/lib/concurrent/executor/serialized_execution.rb:19:in `call'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
 | /opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-0.9.0/lib/concurrent/executor/serialized_execution.rb:19:in `call'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
 | /opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-0.9.0/lib/concurrent/executor/serialized_execution.rb:97:in `work'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
 | /opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-0.9.0/lib/concurrent/executor/serialized_execution.rb:78:in `block in call_job'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
 | /opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-0.9.0/lib/concurrent/executor/ruby_thread_pool_executor.rb:332:in `call'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
 | /opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-0.9.0/lib/concurrent/executor/ruby_thread_pool_executor.rb:332:in `run_task'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           
 | /opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-0.9.0/lib/concurrent/executor/ruby_thread_pool_executor.rb:320:in `block (3 levels) in create_worker'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
 | /opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-0.9.0/lib/concurrent/executor/ruby_thread_pool_executor.rb:303:in `loop'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
 | /opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-0.9.0/lib/concurrent/executor/ruby_thread_pool_executor.rb:303:in `block (2 levels) in create_worker'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
 | /opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-0.9.0/lib/concurrent/executor/ruby_thread_pool_executor.rb:302:in `catch'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
 | /opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-0.9.0/lib/concurrent/executor/ruby_thread_pool_executor.rb:302:in `block in create_worker'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             
 | /opt/theforeman/tfm/root/usr/share/gems/gems/logging-1.8.2/lib/logging/diagnostic_context.rb:323:in `call'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
 | /opt/theforeman/tfm/root/usr/share/gems/gems/logging-1.8.2/lib/logging/diagnostic_context.rb:323:in `block in create_with_logging_context'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
2015-12-08 13:42:05 [app] [I]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
 | Started POST "/foreman_tasks/api/tasks/bulk_search" for 172.28.128.1 at 2015-12-08 13:42:05 +0100                 

removing the proxy configuration in

/etc/pulp/server/plugins.conf.d/yum_importer.json

solves the problem, and everything is working as expected.
Basic auth using wget (and the proxy) is also working fine.

I'm running

[root@foreman ~]# rpm -qa | grep katello                                                                                                                                                                                                                                                                                                                                   
katello-2.4.0-6.rc1.el6.noarch                                                                                                                                                                                                                                                                                                                                             
katello-selinux-2.2.2-1.el6.noarch                                                                                                                                                                                                                                                                                                                                         
tfm-rubygem-hammer_cli_katello-0.0.18-3.el6.noarch                                                                                                                                                                                                                                                                                                                         
tfm-rubygem-katello-2.4.0-0.3.rc3.el6.noarch                                                                                                                                                                                                                                                                                                                               
katello-certs-tools-2.4.0-1.el6.noarch                                                                                                                                                                                                                                                                                                                                     
katello-server-ca-1.0-1.noarch                                                                                                                                                                                                                                                                                                                                             
pulp-katello-0.4-3.el6.noarch                                                                                                                                                                                                                                                                                                                                              
katello-service-2.4.0-6.rc1.el6.noarch                                                                                                                                                                                                                                                                                                                                     
katello-common-2.4.0-6.rc1.el6.noarch                                                                                                                                                                                                                                                                                                                                      
katello-installer-2.4.0-1.rc3.el6.noarch                                                                                                                                                                                                                                                                                                                                   
katello-debug-2.4.0-6.rc1.el6.noarch                                                                                                                                                                                                                                                                                                                                       
katello-default-ca-1.0-1.noarch                                                                                                                                                                                                                                                                                                                                            
katello-installer-base-2.4.0-1.rc3.el6.noarch                                                                                                                                                                                                                                                                                                                             

[root@foreman ~]# rpm -qa | grep pulp                                                                                                                                                                                                                                                                                                                                      
pulp-server-2.6.4-1.el6.noarch                                                                                                                                                                                                                                                                                                                                             
mod_wsgi-3.4-2.pulp.el6.x86_64                                                                                                                                                                                                                                                                                                                                             
pulp-rpm-plugins-2.6.4-1.el6.noarch                                                                                                                                                                                                                                                                                                                                        
pulp-puppet-plugins-2.6.4-1.el6.noarch                                                                                                                                                                                                                                                                                                                                     
createrepo-0.9.9-21.2.pulp.el6.noarch                                                                                                                                                                                                                                                                                                                                      
python-pulp-common-2.6.4-1.el6.noarch                                                                                                                                                                                                                                                                                                                                      
python-rhsm-1.8.0-2.pulp.el6.x86_64                                                                                                                                                                                                                                                                                                                                        
python-kombu-3.0.24-8.pulp.el6.noarch                                                                                                                                                                                                                                                                                                                                      
python-pulp-puppet-common-2.6.4-1.el6.noarch                                                                                                                                                                                                                                                                                                                               
pulp-katello-0.4-3.el6.noarch                                                                                                                                                                                                                                                                                                                                              
pulp-docker-plugins-1.0.2-1.el6.noarch                                                                                                                                                                                                                                                                                                                                     
python-pulp-bindings-2.6.4-1.el6.noarch                                                                                                                                                                                                                                                                                                                                    
python-pulp-docker-common-1.0.2-1.el6.noarch                                                                                                                                                                                                                                                                                                                               
rubygem-smart_proxy_pulp-1.0.1-2.el6.noarch                                                                                                                                                                                                                                                                                                                                
pulp-nodes-common-2.6.4-1.el6.noarch                                                                                                                                                                                                                                                                                                                                       
pulp-selinux-2.6.4-1.el6.noarch                                                                                                                                                                                                                                                                                                                                            
pulp-puppet-tools-2.6.4-1.el6.noarch                                                                                                                                                                                                                                                                                                                                       
pulp-nodes-parent-2.6.4-1.el6.noarch                                                                                                                                                                                                                                                                                                                                       
m2crypto-0.21.1.pulp-7.el6.x86_64                                                                                                                                                                                                                                                                                                                                          
python-isodate-0.5.0-4.pulp.el6.noarch                                                                                                                                                                                                                                                                                                                                     
python-pulp-rpm-common-2.6.4-1.el6.noarch                                                                                                                                                                                                                                                                                                                                 
[root@foreman ~]# rpm -qa | grep foreman                                                                                                                                                                                                                                                                                                                                   
foreman-vmware-1.10.0-0.1.RC3.el6.noarch                                                                                                                                                                                                                                                                                                                                   
tfm-rubygem-hammer_cli_foreman_tasks-0.0.8-1.el6.noarch                                                                                                                                                                                                                                                                                                                    
foreman-debug-1.10.0-0.1.RC3.el6.noarch                                                                                                                                                                                                                                                                                                                                    
foreman-ovirt-1.10.0-0.1.RC3.el6.noarch                                                                                                                                                                                                                                                                                                                                    
foreman-gce-1.10.0-0.1.RC3.el6.noarch                                                                                                                                                                                                                                                                                                                                      
foreman-selinux-1.10.0-0.1.RC3.el6.noarch                                                                                                                                                                                                                                                                                                                                  
foreman-proxy-1.10.0-0.1.RC3.el6.noarch                                                                                                                                                                                                                                                                                                                                    
tfm-rubygem-foreman_docker-1.4.1-2.fm1_10.el6.noarch                                                                                                                                                                                                                                                                                                                       
tfm-rubygem-foreman_bootdisk-6.0.0-2.fm1_10.el6.noarch                                                                                                                                                                                                                                                                                                                     
tfm-rubygem-hammer_cli_foreman_bootdisk-0.1.3-3.el6.noarch                                                                                                                                                                                                                                                                                                                 
tfm-rubygem-foreman_gutterball-0.0.1-3.el6.noarch                                                                                                                                                                                                                                                                                                                          
foreman-postgresql-1.10.0-0.1.RC3.el6.noarch                                                                                                                                                                                                                                                                                                                               
foreman.vagrant.dev-foreman-client-1.0-1.noarch                                                                                                                                                                                                                                                                                                                            
foreman.vagrant.dev-foreman-proxy-client-1.0-1.noarch                                                                                                                                                                                                                                                                                                                      
foreman-compute-1.10.0-0.1.RC3.el6.noarch                                                                                                                                                                                                                                                                                                                                  
tfm-rubygem-foreman-tasks-0.7.6-1.fm1_10.el6.noarch                                                                                                                                                                                                                                                                                                                        
tfm-rubygem-hammer_cli_foreman_docker-0.0.3-4.el6.noarch                                                                                                                                                                                                                                                                                                                   
foreman-libvirt-1.10.0-0.1.RC3.el6.noarch                                                                                                                                                                                                                                                                                                                                  
foreman-1.10.0-0.1.RC3.el6.noarch                                                                                                                                                                                                                                                                                                                                          
foreman.vagrant.dev-foreman-proxy-1.0-2.noarch                                                                                                                                                                                                                                                                                                                             
tfm-rubygem-foreman_discovery-4.1.2-1.fm1_10.el6.noarch                                                                                                                                                                                                                                                                                                                    
tfm-rubygem-foreman_hooks-0.3.9-1.el6.noarch 
Actions #1

Updated by Eric Helms over 8 years ago

  • translation missing: en.field_release set to 86
  • Triaged changed from No to Yes
Actions #2

Updated by Eric Helms about 8 years ago

  • Status changed from New to Resolved
Actions

Also available in: Atom PDF