Skip to content

Commit bd0f12f

Browse files
committed
Drop Pulp 2 Smart Proxy status code
These were likely not triggered anymore because the Pulp 2 features were never present.
1 parent f281fc5 commit bd0f12f

File tree

7 files changed

+0
-225
lines changed

7 files changed

+0
-225
lines changed

app/controllers/katello/concerns/smart_proxies_controller_extensions.rb

Lines changed: 0 additions & 68 deletions
This file was deleted.

app/services/katello/proxy_status/pulp.rb

Lines changed: 0 additions & 52 deletions
This file was deleted.

app/services/katello/proxy_status/pulp_node.rb

Lines changed: 0 additions & 10 deletions
This file was deleted.

lib/katello/engine.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,15 +189,12 @@ class Engine < ::Rails::Engine
189189
require_dependency "#{Katello::Engine.root}/app/lib/katello/api/v2/rendering"
190190
require_dependency "#{Katello::Engine.root}/app/controllers/katello/api/api_controller"
191191
require_dependency "#{Katello::Engine.root}/app/controllers/katello/api/v2/api_controller"
192-
require_dependency "#{Katello::Engine.root}/app/services/katello/proxy_status/pulp"
193-
require_dependency "#{Katello::Engine.root}/app/services/katello/proxy_status/pulp_node"
194192

195193
#Api controller extensions
196194
::Api::V2::HostsController.include Katello::Concerns::Api::V2::HostsControllerExtensions
197195
::Api::V2::HostsController.include Katello::Concerns::ContentFacetHostsControllerExtensions
198196
::Api::V2::HostsBulkActionsController.include Katello::Concerns::Api::V2::HostsBulkActionsControllerExtensions
199197
::Api::V2::HostgroupsController.include Katello::Concerns::Api::V2::HostgroupsControllerExtensions
200-
::Api::V2::SmartProxiesController.include Katello::Concerns::Api::V2::SmartProxiesControllerExtensions
201198
::Api::V2::RegistrationController.include ::Foreman::Controller::SmartProxyAuth
202199
::Api::V2::RegistrationController.prepend Katello::Concerns::Api::V2::RegistrationControllerExtensions
203200
::Api::V2::RegistrationCommandsController.include Katello::Concerns::Api::V2::RegistrationCommandsControllerExtensions

lib/proxy_api/pulp.rb

Lines changed: 0 additions & 22 deletions
This file was deleted.

lib/proxy_api/pulp_node.rb

Lines changed: 0 additions & 22 deletions
This file was deleted.

test/controllers/foreman/smart_proxies_controller_test.rb

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)