class Bosh::Stemcell::Infrastructure::Softlayer

Public Class Methods

new() click to toggle source
# File lib/bosh/stemcell/infrastructure.rb, line 137
def initialize
  super(name: 'softlayer', hypervisor: 'esxi', default_disk_size: 3072, disk_formats: ['ovf'])
end

Public Instance Methods

additional_cloud_properties() click to toggle source
# File lib/bosh/stemcell/infrastructure.rb, line 141
def additional_cloud_properties
  {'root_device_name' => '/dev/sda1'}
end