class Bosh::Stemcell::Infrastructure::Warden

Public Class Methods

new() click to toggle source
# File lib/bosh/stemcell/infrastructure.rb, line 117
def initialize
  super(name: 'warden', hypervisor: 'boshlite', default_disk_size: 2048, disk_formats: ['files'])
end

Public Instance Methods

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