Sha256: c0355d28eab6feefabb022b79e0ce9bf2d65a479e1f851da3b6018dc468c6c19

Contents?: true

Size: 683 Bytes

Versions: 94

Compression:

Stored size: 683 Bytes

Contents

module Bosh::Stemcell
  class StemcellBuilder
    def initialize(dependencies = {})
      @gem_components = dependencies.fetch(:gem_components)
      @environment = dependencies.fetch(:environment)
      @collection = dependencies.fetch(:collection)
      @runner = dependencies.fetch(:runner)
    end

    def build
      gem_components.build_release_gems
      environment.prepare_build
      stemcell_stages = collection.extract_operating_system_stages +
        collection.agent_stages +
        collection.infrastructure_stages
      runner.configure_and_apply(stemcell_stages)
    end

    private

    attr_reader :gem_components, :environment, :collection, :runner
  end
end

Version data entries

94 entries across 94 versions & 1 rubygems

Version Path
bosh-stemcell-1.2768.0 lib/bosh/stemcell/stemcell_builder.rb
bosh-stemcell-1.2765.0 lib/bosh/stemcell/stemcell_builder.rb
bosh-stemcell-1.2754.0 lib/bosh/stemcell/stemcell_builder.rb
bosh-stemcell-1.2751.0 lib/bosh/stemcell/stemcell_builder.rb
bosh-stemcell-1.2749.0 lib/bosh/stemcell/stemcell_builder.rb
bosh-stemcell-1.2748.0 lib/bosh/stemcell/stemcell_builder.rb
bosh-stemcell-1.2745.0 lib/bosh/stemcell/stemcell_builder.rb
bosh-stemcell-1.2744.0 lib/bosh/stemcell/stemcell_builder.rb
bosh-stemcell-1.2743.0 lib/bosh/stemcell/stemcell_builder.rb
bosh-stemcell-1.2739.0 lib/bosh/stemcell/stemcell_builder.rb
bosh-stemcell-1.2690.4.0 lib/bosh/stemcell/stemcell_builder.rb
bosh-stemcell-1.2732.0 lib/bosh/stemcell/stemcell_builder.rb
bosh-stemcell-1.2719.0 lib/bosh/stemcell/stemcell_builder.rb
bosh-stemcell-1.2717.0 lib/bosh/stemcell/stemcell_builder.rb
bosh-stemcell-1.2710.0 lib/bosh/stemcell/stemcell_builder.rb
bosh-stemcell-1.2707.0 lib/bosh/stemcell/stemcell_builder.rb
bosh-stemcell-1.2682.1.0 lib/bosh/stemcell/stemcell_builder.rb
bosh-stemcell-1.2697.0 lib/bosh/stemcell/stemcell_builder.rb
bosh-stemcell-1.2693.0 lib/bosh/stemcell/stemcell_builder.rb
bosh-stemcell-1.2690.0 lib/bosh/stemcell/stemcell_builder.rb