Sha256: e1ee20f1a1dec9c1244b6a2a54600f46e79baf5912d4438a836c619636ad0b08

Contents?: true

Size: 395 Bytes

Versions: 2

Compression:

Stored size: 395 Bytes

Contents

module Actions
  module Pulp3
    class ImportMigration < Pulp3::Abstract
      def plan(repository_type_labels)
        plan_self(repository_type_labels: repository_type_labels)
      end

      def run
        migration_service = ::Katello::Pulp3::Migration.new(SmartProxy.pulp_master, input[:repository_type_labels])
        migration_service.import_pulp3_content
      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/import_migration.rb
katello-3.15.0.rc1 app/lib/actions/pulp3/import_migration.rb