Sha256: 6c2c327861f74ea3e0bce2869a92efaf18f8029227735e19bb8bda6b46bd57d7

Contents?: true

Size: 1.24 KB

Versions: 8

Compression:

Stored size: 1.24 KB

Contents

def compute_providers
  {
    :aws        => {
      :server_attributes => {},
      :mocked => true
    },
    :bluebox    => {
      :server_attributes => {
        :image_id => '03807e08-a13d-44e4-b011-ebec7ef2c928', # Ubuntu 10.04 64bit
        :password => 'chunkybacon'
      },
      :mocked => false
    },
    :brightbox  => {
      :server_attributes => {
        :image_id => 'img-2ab98' # Ubuntu Lucid 10.04 server (i686)
      },
      :mocked => false
    },
    :glesys   => {
      :mocked => false
    },
    :ninefold   => {
      :mocked => false
    },
    :rackspace  => {
      :server_attributes => {
        :image_id => 49, # image 49 = Ubuntu 10.04 LTS (lucid)
        :name     => "fog_#{Time.now.to_i}"
      },
      :mocked => true
    },
    :slicehost  => {
      :server_attributes => {
        :image_id => 49, # image 49 = Ubuntu 10.04 LTS (lucid)
        :name     => "fog_#{Time.now.to_i}"
      },
      :mocked => false
    },
    :voxel      => {
      :server_attributes => {
        :name => "fog.#{Time.now.to_i}",
        :disk_size => 10,
        :processing_cores => 1,
        :image_id => 55, # image 55 = Ubuntu 10.04 (Lucid), 64-bit, base install
        :facility => "LDJ1"
      },
      :mocked => false
    }
  }
end

Version data entries

8 entries across 8 versions & 3 rubygems

Version Path
brightbox-cli-0.16.0 lib/brightbox-cli/vendor/fog/tests/compute/helper.rb
fog-1.1.1 tests/compute/helper.rb
fog-1.1.0 tests/compute/helper.rb
brightbox-cli-0.15.0 lib/brightbox-cli/vendor/fog/tests/compute/helper.rb
tag-fog-1.0.1 tests/compute/helper.rb
brightbox-cli-0.14.1 lib/brightbox-cli/vendor/fog/tests/compute/helper.rb
brightbox-cli-0.14.0 lib/brightbox-cli/vendor/fog/tests/compute/helper.rb
fog-1.0.0 tests/compute/helper.rb