Sha256: e47d357b8381569d49d90c2316e4ec0de1b4d0ce67b42c6dbb3f49417f0626a1
Contents?: true
Size: 489 Bytes
Versions: 115
Compression:
Stored size: 489 Bytes
Contents
module Actions module Pulp3 class ImportMigration < Pulp3::Abstract def plan(options) plan_self(options) end def run task_id = ForemanTasks::Task.find_by(external_id: self.execution_plan_id)&.id migration_service = ::Katello::Pulp3::Migration.new(SmartProxy.pulp_primary, input.merge(task_id: task_id)) migration_service.import_pulp3_content end def humanized_output output[:status] end end end end
Version data entries
115 entries across 115 versions & 1 rubygems