Sha256: 8087a20c7538bcdb57a7e101138e41bbe3535a43462bd15a903e15e746b2795d
Contents?: true
Size: 471 Bytes
Versions: 20
Compression:
Stored size: 471 Bytes
Contents
module Actions module Pulp3 class ContentMigration < Pulp3::AbstractAsyncTask def plan(smart_proxy = SmartProxy.pulp_master) sequence do plan_self(smart_proxy_id: smart_proxy.id) plan_action(Actions::Pulp3::ImportMigration) end end def invoke_external_task migration_service = ::Katello::Pulp3::Migration.new(smart_proxy) migration_service.create_and_run_migrations end end end end
Version data entries
20 entries across 20 versions & 1 rubygems