Sha256: bedb46e47fa37ad85c4a30ff196e2cedebcef1382b9fad0923116fea7a09c86d

Contents?: true

Size: 346 Bytes

Versions: 84

Compression:

Stored size: 346 Bytes

Contents

module Actions
  module Pulp3
    module Repository
      class CreateRemote < Pulp3::Abstract
        def plan(repository, smart_proxy)
          repository.backend_service(smart_proxy).create_remote if repository.root.url?
        end

        def rescue_strategy
          Dynflow::Action::Rescue::Skip
        end
      end
    end
  end
end

Version data entries

84 entries across 84 versions & 1 rubygems

Version Path
katello-4.16.0 app/lib/actions/pulp3/repository/create_remote.rb
katello-4.15.1 app/lib/actions/pulp3/repository/create_remote.rb
katello-4.16.0.rc2 app/lib/actions/pulp3/repository/create_remote.rb
katello-4.16.0.rc1 app/lib/actions/pulp3/repository/create_remote.rb
katello-4.14.3 app/lib/actions/pulp3/repository/create_remote.rb
katello-4.14.2 app/lib/actions/pulp3/repository/create_remote.rb
katello-4.15.0 app/lib/actions/pulp3/repository/create_remote.rb
katello-4.15.0.rc2 app/lib/actions/pulp3/repository/create_remote.rb
katello-4.15.0.rc1 app/lib/actions/pulp3/repository/create_remote.rb
katello-4.14.1 app/lib/actions/pulp3/repository/create_remote.rb
katello-4.14.0 app/lib/actions/pulp3/repository/create_remote.rb
katello-4.14.0.rc3 app/lib/actions/pulp3/repository/create_remote.rb
katello-4.14.0.rc2 app/lib/actions/pulp3/repository/create_remote.rb
katello-4.14.0.rc1.1 app/lib/actions/pulp3/repository/create_remote.rb
katello-4.14.0.rc1 app/lib/actions/pulp3/repository/create_remote.rb
katello-4.13.1 app/lib/actions/pulp3/repository/create_remote.rb
katello-4.13.0 app/lib/actions/pulp3/repository/create_remote.rb
katello-4.12.1 app/lib/actions/pulp3/repository/create_remote.rb
katello-4.13.0.rc1 app/lib/actions/pulp3/repository/create_remote.rb
katello-4.12.0 app/lib/actions/pulp3/repository/create_remote.rb