Sha256: 0f1b9636aa8fe1f3290229b3a7bdddf9624ee86be2ab3c40c19253e317381a5d
Contents?: true
Size: 598 Bytes
Versions: 2
Compression:
Stored size: 598 Bytes
Contents
module Actions module Pulp3 class ContentMigration < Pulp3::AbstractAsyncTask def plan(repository_type_labels, smart_proxy = SmartProxy.pulp_master) sequence do plan_self(repository_type_labels: repository_type_labels, smart_proxy_id: smart_proxy.id) plan_action(Actions::Pulp3::ImportMigration, repository_type_labels) end end def invoke_external_task migration_service = ::Katello::Pulp3::Migration.new(smart_proxy, input[:repository_type_labels]) migration_service.create_and_run_migration end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
katello-3.15.0.rc1.1 | app/lib/actions/pulp3/content_migration.rb |
katello-3.15.0.rc1 | app/lib/actions/pulp3/content_migration.rb |